CeSetUserNotificationEx (coredll)
Last changed: Dr. Spack-212.4.67.34

.
Summary
This function creates a new user notification or modifies an existing one.

C# Signature:

[DllImport("coredll.dll", EntryPoint="CeSetUserNotificationEx", SetLastError=true)]  
private static extern int CeSetUserNotificationEx(int hNotification, byte[] lpTrigger, byte[] lpUserNotification);

VB Signature:

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