CeGetUserNotificationHandles

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] 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

Runs on Versions Defined in Include Link to
Windows CE OS 2.12 and later Notify.h   Notify.lib

Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.