CeGetUserNotificationPreferences (coredll)
Last changed: anonymous

.
Summary
TODO - a short description

C# Signature:

[DllImport("coredll.dll", EntryPoint="CeGetUserNotificationPreferences", SetLastError=true)]  
private static extern bool CeGetUserNotificationPreferences(IntPtr hWndParent, byte[] lpNotification);

VB Signature:

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