CeGetUserNotificationHandles (coredll)
Last changed: -12.30.230.138

.
Summary
This function returns an array of currently stored notifications.

C# Signature:

[DllImport("coredll.dll", EntryPoint="CeGetUserNotificationHandles", SetLastError=true)]  
private static extern bool CeGetUserNotificationHandles(int[] rghNotifications, int cHandles, ref int pcHandlesNeeded);

VB Signature:

Declare Function CeGetUserNotificationHandles Lib "coredll.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

Taken from openNetCF in OpenNETCF.Win32.Notify

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation