Jump to content

PRTCNVINFO

From EDM2
Revision as of 18:38, 8 February 2020 by Martini (talk | contribs) (Created page with "Information returned by the BIDI_Q_CONVERTER_INFO command. ==Example Code== <PRE> typedef struct _PRTCNVINFO { ULONG ulBaseVersion; /* Version number of the...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Information returned by the BIDI_Q_CONVERTER_INFO command.

Example Code

typedef struct _PRTCNVINFO {
  ULONG     ulBaseVersion;           /*  Version number of the base protocol converter. */
  ULONG     ulpszBaseConverterName;  /*  Name of the base protocol converter for this printer. */
  ULONG     ulpszBaseDescription;    /*  Descriptive name of the base converter. */
  ULONG     ulExtensionVersion;      /*  Version number of the extension protocol converter. */
  ULONG     ulpszExtConverterName;   /*  Name of the extension protocol converter. */
  ULONG     ulpszExtDescription;     /*  Descriptive name of the extension converter. */
} PRTCNVINFO;

typedef PRTCNVINFO *PPRTCNVINFO;