CeNotifyPublic_InitializeUI (Windows CE 5.0)
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.
int CeNotifyPublic_InitializeUI(HINSTANCE hInst,HWNDhwndUI);
Parameters
- hInst
HINSTANCE of the GWES process. - hwndUI
Handle to the notification subsystem window.
Return Values
Returns TRUE if the initialization succeeded; otherwise, returns FALSE.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Notifext.hxx.
See Also
Send Feedback on this topic to the authors