Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
4/8/2010
The SHNPenumeration 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.
Remarks
The default value for Windows Mobile enumerator SHNP_INFORM is 0x1B1.
Requirements
Header | aygshell.h |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Pocket PC 2000 and later |