The WinCvtGetFirstClass function obtains the first conversion class from the specified list.
WINCVT_CVT_CLASS
WinCvtGetFirstClass(
WINCVT_CVT_LIST List // The list to obtain the first element from.
);
The return value is the first converter class in the list. If there are no elements in the list, the return value is NULL. To obtain the next element in the list, use the WinCvtGetNextClass function. The returned class can be used by the WinCvtGetClassDescription, WinCvtGetClassExtensions, WinCvtGetClassFileName and WinCvtGetClassName functions.
The WinCvtGetFirstClass function obtains the first conversion class from the specified list.
WinCvt: Requires 0.1.0.
Header: Declared in WinCvt.h.
Import Library: Use WinCvt.lib.
WinCvtGetConverterExportCapabilityList, WinCvtGetConverterImportCapabilityList, WinCvtGetClassDescription, WinCvtGetClassExtensions, WinCvtGetClassFileName, WinCvtGetClassName, WinCvtGetExportConverterList, WinCvtGetImportConverterList, WinCvtGetNextClass.