[DllImport("coredll.dll", EntryPoint="CeHandleAppNotifications", SetLastError=true)] private static extern bool CeHandleAppNotifications(string appName);
Declare Function CeHandleAppNotifications Lib "coredll.dll" (TODO) As TODO
None.
Do you know one? Please contribute it!
Taken from openNetCF in OpenNETCF.Win32.Notify
Please add some!