PRTSPLRVER: Difference between revisions
Appearance
Created page with "Information about the spooler version, returned by the BIDI_Q_SPOOLER_VERSION command. ==Example Code== <PRE> typedef struct _PRTSPLRVER { ULONG ulMajorVersion; /* M..." |
(No difference)
|
Latest revision as of 17:49, 8 February 2020
Information about the spooler version, returned by the BIDI_Q_SPOOLER_VERSION command.
Example Code
typedef struct _PRTSPLRVER {
ULONG ulMajorVersion; /* Major version number of the spooler processing this request. */
ULONG ulMinorVersion; /* Minor version number of the spooler. */
} PRTSPLRVER;
typedef PRTSPLRVER *PPRTSPLRVER;