Share via


CeNotifyPublic_InitializeUI (Windows CE 5.0)

Send Feedback

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

Notification Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.