SHNP (Compact 7)

3/12/2014

The SHNP enumeration contains notification priority data and belongs to the Shell Notifications system.

Syntax

typedef enum _SHNP {
  SHNP_INFORM,
  SHNP_ICONIC
} SHNP;

Elements

  • 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

See Also

Reference

AYGShell Enumerations
IShellNotificationCallback::OnDismiss