Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
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] DWORDthat 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 cHandlesand pcHandlesNeededare 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