CeClearUserNotification (coredll)
Last changed: BK-66.46.213.4

.
Summary

C# Signature:

[DllImport("coredll.dll", EntryPoint="CeClearUserNotification", SetLastError=true)]  
private static extern bool CeClearUserNotification(int hNotification);

VB Signature:

Declare Function CeClearUserNotification Lib "coredll" (ByVal hNotification As Integer) As Boolean

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