WinCvtGetClassExtensions

The WinCvtGetClassExtensions function returns all of the extensions a class is capable of converting.

LPCSTR
WinCvtGetClassExtensions(
  WINCVT_CVT_CLASS Class // Class to fetch extension list from.
);

Parameters

Class
Class to fetch extensions from. This class is obtained from a prior call to WinCvtGetFirstClass or WinCvtGetNextClass.

Return Values

This function returns a pointer to the space delimited extension list from the class. If an error occurs, the return value is NULL. Note that this value is read-only. The list does not include terminating periods. For example, an HTML converter may return "htm html HTML".

Remarks

The WinCvtGetClassExtensions function returns all of the extensions a class is capable of converting.

QuickInfo

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

See Also

WinCvtGetFirstClass, WinCvtGetNextClass, WinCvtGetClassDescription, WinCvtGetClassFileName, WinCvtGetClassName.