CeGetUserNotificationHandles (Windows CE 5.0)

Send Feedback

This function returns an array of currently stored notifications.

BOOL CeGetUserNotificationHandles(HANDLE* rghNotifications, DWORD cHandles, LPDWORD pcHandlesNeeded );

Parameters

  • rghNotifications
    [in] Array of currently stored notifications.
  • cHandles
    [in] DWORD that specifies the maximum number of notifications.
  • pcHandlesNeeded
    [out] Pointer to the true number of notifications.

Return Values

TRUE indicates success. FALSE indicates failure.

Remarks

Note that cHandles and pcHandlesNeeded are the number of handles, not bytes. To determine the size of the buffer needed, call CeGetUserNotificationHandles``(NULL,``0, &dwHowMany).

Requirements

OS Versions: Windows CE 2.12 and later.
Header: Notify.h.
Link Library: Coredll.lib.

See Also

Notify Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.