CeGetUserNotificationHandles (Compact 2013)

3/28/2014

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

See Also

Reference

Notify Functions