Jump to content

PRTSPLRVER

From EDM2

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;