SHNP

This enumeration contains notification priority data and belongs to the shell notifications system.

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

OS Versions: Windows CE .NET 4.2 and later.
Header: Aygshell.h.

See Also

AYGShell Enumerations | IShellNotificationCallback::OnDismiss

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.