Jump to content

PRTCNVINFO

From EDM2

Information returned by the BIDI_Q_CONVERTER_INFO command.

typedef struct _PRTCNVINFO {
  ULONG     ulBaseVersion;
  ULONG     ulpszBaseConverterName;
  ULONG     ulpszBaseDescription;
  ULONG     ulExtensionVersion;
  ULONG     ulpszExtConverterName;
  ULONG     ulpszExtDescription;
} PRTCNVINFO;

typedef PRTCNVINFO *PPRTCNVINFO;
ulBaseVersion
Version number of the base protocol converter.
ulpszBaseConverterName
Name of the base protocol converter for this printer.
ulpszBaseDescription
Descriptive name of the base converter.
ulExtensionVersion
Version number of the extension protocol converter.
ulpszExtConverterName
Name of the extension protocol converter.
ulpszExtDescription
Descriptive name of the extension converter.