Information about the spooler version, returned by the BIDI_Q_SPOOLER_VERSION command.
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 ;