Jump to content

PRTSETALERT

From EDM2

Structure used by the BIDI_DISABLE_ALERT command to disable printer alerts. This structure is also used by the BIDI_ENABLE_ALERT command to enable printer alerts.

Example Code

typedef struct _PRTSETALERT {
  ULONG     ulCategory;  /*  Category of alert. */
  ULONG     ulType;      /*  Type of alert. */
} PRTSETALERT;

typedef PRTSETALERT *PPRTSETALERT;