Share via


CeNotifyPublic_Initialize

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_Initialize(
  HINSTANCE hInst, 
  HWND hwndUI 
);

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 2.10 and later.
Header: Notifext.hxx.

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.