SHNotificationAdd (aygshell)
Last changed: mogli-70.51.134.30

.
Summary
This function asynchronously adds a notification to the notification tray.

C# Signature:

    [DllImport("aygshell.dll", EntryPoint = "#155", SetLastError = true)]
    static extern int SHNotificationAdd(ref SHNOTIFICATIONDATA shinfo);

VB Signature:

Declare Function SHNotificationAdd Lib "aygshell.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Microsoft.WindowsCE.Forms.Notification

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation