The WinCvtGetClassDescription returns a string describing a particular conversion suitable for user display.
LPCSTR
WinCvtGetClassDescription(
WINCVT_CVT_CLASS Class // Class to fetch description from.
);
This function returns a pointer to the human-readable class description from the class. If an error occurs, the return value is NULL. Note that this value is read-only.
The WinCvtGetClassDescription returns a string describing a particular conversion suitable for user display.
WinCvt: Requires 0.1.0.
Header: Declared in WinCvt.h.
Import Library: Use WinCvt.lib.
WinCvtGetFirstClass, WinCvtGetNextClass, WinCvtGetClassExtensions, WinCvtGetClassFileName, WinCvtGetClassName.