OemHelpProc (Windows Embedded CE 6.0)
1/6/2010
Applies to Windows Embedded CE 6.0 R2 Update KB945975
This function invokes Help information when the user clicks the Help button in Windows Embedded CE 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.
Requirements
Header | oem_settings.h |
Windows Embedded CE | Windows Embedded CE 6.0 R2 |