SHNP (Windows CE 5.0)
The SHNP enumeration contains notification priority data and belongs to the Shell Notifications system.
Syntax
typedef enum _SHNP { SHNP_INFORM, SHNP_ICONIC} SHNP;
Enumerators
SHNP_INFORM
Notification bubble displays for the set duration, then disappears.**Note **For Windows Mobile, this enumerator indicates that a message balloon is shown for the notification, along with an icon in the notification area.
SHNP_ICONIC
Notification bubble does not appear. An icon is displayed for the set duration and then disappears.**Note **For Windows Mobile, this enumerator indicates that an icon in the notification area is shown for the notification, but no message balloon appears.
Windows Mobile Remarks
The default value for SHNP_INFORM is 0x1B1.
Requirements
Pocket PC: Pocket PC 2000 and later
OS Versions: Windows CE 3.0 and later
Header: aygshell.h
See Also
IShellNotificationCallback::OnDismiss
Send Feedback on this topic to the authors