Information returned by the BIDI_Q_CONVERTER_INFO command.

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 ;


[Back: PRTALERT Field - ulpszAlertMsg]
[Next: PRTCNVINFO Field - ulBaseVersion]