PRTSETALERT: Difference between revisions
Appearance
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 ..." |
(No difference)
|
Latest revision as of 18:49, 8 February 2020
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;