SHNP

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

Syntax

typedef enum _SHNP {
  SHNP_INFORM  = 0x1B1,
  SHNP_ICONIC
} SHNP;

Enumerators

  • SHNP_INFORM
    A message balloon is shown for the notification, along with an icon in the notification area.
  • SHNP_ICONIC
    An icon in the notification area is shown for the notification, but no message balloon appears.

Requirements

Pocket PC: Windows Mobile 2000 and later
OS Versions: Windows CE 3.0 and later
Header: aygshell.h

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.