Share via


SHNP (Windows Embedded CE 6.0)

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

See Also

Reference

AYGShell Enumerations
IShellNotificationCallback::OnDismiss