CeGetUserNotification (coredll)
Last changed: -79.117.194.175

.
Summary
TODO - a short description

C# Signature:

[DllImport("coredll.dll", EntryPoint="CeGetUserNotification", SetLastError=true)]  
private static extern bool CeGetUserNotification (int hNotification, uint cBufferSize, ref int pcBytesNeeded, IntPtr pBuffer );

VB Signature:

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