WinCvtFreeConverterList

The WinCvtFreeConverterList function is used to free all memory associated with a converter list obtained from other functions.

WINCVT_STATUS
WinCvtFreeConverterList(
  WINCVT_CVT_LIST List  // The converter list to free
);

Parameters

List
The converter list to free. This list is obtained from a prior call to WinCvtGetConverterExportCapabilityList, WinCvtGetConverterImportCapabilityList, WinCvtGetExportConverterList or WinCvtGetImportConverterList.

Return Values

If the function succeeds, the return value is WINCVT_SUCCESS. If the function fails, the return value is the error code describing the failure. This code can be turned into a human readable string using the WinCvtGetErrorString.

Remarks

The WinCvtFreeConverterList function is used to free all memory associated with a converter list obtained from other functions.

QuickInfo

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

See Also

WinCvtGetConverterExportCapabilityList, WinCvtGetConverterImportCapabilityList, WinCvtGetErrorString, WinCvtGetExportConverterList, WinCvtGetImportConverterList.