The WinCvtGetNextClass obtains a subsequent item from a list.
WINCVT_CVT_CLASS
WinCvtGetNextClass(
WINCVT_CVT_CLASS Item // The item preceeding the desired item.
);
The return value is the next converter class in the list. If there are no more elements in the list, the return value is NULL. To obtain the next element in the list, use the WinCvtGetNextClass function again. The returned class can be used by the WinCvtGetClassDescription, WinCvtGetClassExtensions, WinCvtGetClassFileName and WinCvtGetClassName functions.
The WinCvtGetNextClass obtains a subsequent item from a list.
WinCvt: Requires 0.1.0.
Header: Declared in WinCvt.h.
Import Library: Use WinCvt.lib.
WinCvtGetClassDescription, WinCvtGetClassExtensions, WinCvtGetClassFileName, WinCvtGetClassName, WinCvtGetNextClass.