WinCvtGetNextClass

The WinCvtGetNextClass obtains a subsequent item from a list.

WINCVT_CVT_CLASS
WinCvtGetNextClass(
  WINCVT_CVT_CLASS Item  // The item preceeding the desired item.
);

Parameters

Item
The item preceeding the desired item in the list. This item is obtained from a prior call to WinCvtGetFirstClass or WinCvtGetNextClass.

Return Values

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.

Remarks

The WinCvtGetNextClass obtains a subsequent item from a list.

QuickInfo

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

See Also

WinCvtGetClassDescription, WinCvtGetClassExtensions, WinCvtGetClassFileName, WinCvtGetClassName, WinCvtGetNextClass.