WinCvtGetFirstClass

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.
);

Parameters

List
The converter list to obtain the first element from. This list is obtained from a prior call to WinCvtGetConverterExportCapabilityList, WinCvtGetConverterImportCapabilityList, WinCvtGetExportConverterList or WinCvtGetImportConverterList.

Return Values

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.

Remarks

The WinCvtGetFirstClass function obtains the first conversion class from the specified list.

QuickInfo

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

See Also

WinCvtGetConverterExportCapabilityList, WinCvtGetConverterImportCapabilityList, WinCvtGetClassDescription, WinCvtGetClassExtensions, WinCvtGetClassFileName, WinCvtGetClassName, WinCvtGetExportConverterList, WinCvtGetImportConverterList, WinCvtGetNextClass.