WinCvtGetClassFileName

The WinCvtGetClassFileName obtains the path to the converter used for this conversion class.

LPCSTR
WinCvtGetClassFileName(
  WINCVT_CVT_CLASS Class // Class to fetch converter path from.
);

Parameters

Class
Class to fetch converter path from. This class is obtained from a prior call to WinCvtGetFirstClass or WinCvtGetNextClass.

Return Values

This function returns a pointer to the path to the converter from the class. If an error occurs, the return value is NULL. Note that this value is read-only. The resulting path name from this function is typically used as input for one of WinCvtConvertToNative, WinCvtConvertToRtf, WinCvtGetConverterExportCapabilityList or WinCvtGetConverterImportCapabilityList.

Remarks

The WinCvtGetClassFileName obtains the path to the converter used for this conversion class.

QuickInfo

WinCvt: Requires 0.1.0.
Header: Declared in WinCvt.h.
Import Library: Use WinCvt.lib.

See Also

WinCvtConvertToNative, WinCvtConvertToRtf, WinCvtGetFirstClass, WinCvtGetNextClass, WinCvtGetClassDescription, WinCvtGetClassExtensions, WinCvtGetClassName, WinCvtGetConverterExportCapabilityList, WinCvtGetConverterImportCapabilityList.