Share via


CeGetUserNotificationHandles

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This function returns an array of currently stored notifications.

Syntax

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 Value

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

Header notify.h
Library coredll.lib
Windows Embedded CE Windows CE 2.12 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

Notify Functions