CONVDLLVECT

The CONVDLLVECT structure contains the entry points to a conversion.

Quick Info

Header file: CONVSTRC.H

typedef struct
{
  short          nVectorVersion;
  PCONVDLLQUERY  pfnCnvQueryCapability;
  PCONVDLLCONV   pfnCnvConvert;
}  CONVDLLVECT;
 
typedef CONVDLLVECT * PCONVDLLVECT;
 

Members

nVectorVersion
Set this to nDesiredConvDllVersion.
pfnCnvQueryCapability
Points to a function that determines whether the conversion can be performed. For additional information, see the PCONVDLLQUERY function prototype.
pfnCnvConvert
Points to a function that performs the conversion. For additional information, see the PCONVDLLCONV function prototype.

See Also

PCONVDLLCONV, PCONVDLLQUERY