Share via


OemHelpProc (Compact 7)

3/12/2014

This function invokes Help information when the user clicks the Help button in Windows Embedded Compact Terminal Service Client (CETSC) user interface (UI).

Cetsc.exe calls this function internally when the user clicks the Help button. To implement Help for CETSC UI, the OEM can implement this function.

Syntax

HRESULT WINAPI OemHelpProc(
    HWND hOwnerWnd
);

Parameters

  • hOwnerWnd
    [in] The handle to the owner window that the Help UI should use.

Return Value

Returns S_OK if it is successful. Additional return values must be implemented by the OEM.

Remarks

The OEM can choose the preferred way to implement this function in the source code.

If the OEM implements this function, the OEM must set OEM_HELP_PROC as one of the values in the pdwOptions parameter of Initialize.

See Also

Reference

CETSC UI Functions