Jump to content

PRTSPLRVER

From EDM2
Revision as of 18:49, 8 February 2020 by Martini (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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;