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 ;