Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
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.
- SHNP_ICONIC
Notification bubble does not appear. An icon is displayed for the set duration and then disappears.
Requirements
| Header | aygshell.h |
| Windows Embedded CE | Windows CE 3.0 and later |