Jump to content

PRTSETALERT

From EDM2
Revision as of 18:49, 8 February 2020 by Martini (talk | contribs) (Created page with "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 ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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;