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.

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

typedef   PRTSETALERT   * PPRTSETALERT ;


[Back: PRTRESPONSE Field - usReserved]
[Next: PRTSETALERT Field - ulCategory]