[DllImport("coredll.dll", EntryPoint="CeGetUserNotification", SetLastError=true)]
private static extern bool CeGetUserNotification (int hNotification, uint cBufferSize, ref int pcBytesNeeded, IntPtr pBuffer );
Declare Function CeGetUserNotification Lib "coredll.dll" (TODO) As TODO
None.
Do you know one? Please contribute it!
Taken from openNetCF in OpenNETCF.Win32.Notify
Please add some!
Please add some!