CeHandleAppNotifications (coredll)
Last changed: BK-66.46.213.4

.
Summary
This function marks as "handled" all notifications previously registered by the given application that have occurred. CeHandleAppNotifications turns off the sound and LED and stops vibration (if they were on), and removes the taskbar annunciator.

C# Signature:

[DllImport("coredll.dll", EntryPoint="CeHandleAppNotifications", SetLastError=true)]  
private static extern bool CeHandleAppNotifications(string appName);

VB Signature:

Declare Function CeHandleAppNotifications 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