The WinCvtGetClassName obtains the identifier of a class suitable for identifying the class to other functions.
LPCSTR
WinCvtGetClassName(
WINCVT_CVT_CLASS Class // Class to fetch class name from.
);
This function returns a pointer to the human-readable class name from the class. If an error occurs, the return value is NULL. Note that this value is read-only. The resulting class name from this function is typically used as input for one of WinCvtConvertFile, WinCvtConvertToNative, WinCvtConvertToRtf, WinCvtGetExportConverterList or WinCvtGetImportConverterList.
The WinCvtGetClassName obtains the identifier of a class suitable for identifying the class to other functions.
WinCvt: Requires 0.1.0.
Header: Declared in WinCvt.h.
Import Library: Use WinCvt.lib.
WinCvtConvertFile, WinCvtConvertToNative, WinCvtConvertToRtf, WinCvtGetFirstClass, WinCvtGetNextClass, WinCvtGetClassDescription, WinCvtGetClassExtensions, WinCvtGetClassFileName, WinCvtGetExportConverterList, WinCvtGetImportConverterList.