CeNotifyPublic_InitializeUI (Windows Embedded CE 6.0)
1/6/2010
This function is called from the notification subsystem initialization routine during GWES initialization. You should initialize your portion of the notification subsystem before you begin handling notifications.
Syntax
int CeNotifyPublic_InitializeUI(
HINSTANCE hInst,
HWND hwndUI
);
Parameters
- hInst
HINSTANCE of the GWES process.
- hwndUI
Handle to the notification subsystem window.
Return Value
Returns TRUE if the initialization succeeded; otherwise, returns FALSE.
Requirements
Header | Notifext.hxx |
Windows Embedded CE | Windows CE 5.0 and later |