WinCvtHeaderVersion

The WinCvtHeaderVersion function returns the version of WinCvt that the running application was compiled against.

DWORD
WinCvtHeaderVersion();

Parameters

Return Values

The version of WinCvt that the running application was compiled against in DWORD format. To decode, use WINCVT_GET_MAJOR_VERSION, WINCVT_GET_MINOR_VERSION and WINCVT_GET_MICRO_VERSION.

Remarks

The WinCvtHeaderVersion function returns the version of WinCvt that the running application was compiled against. The version of the library currently being used can be obtained with WinCvtLibraryVersion. To determine if the running application can be safely used with this library, call the WinCvtIsLibraryCompatible function.

QuickInfo

WinCvt: Requires 0.1.0.
Header: Declared in WinCvt.h.
Import Library: N/A.

See Also

WINCVT_GET_MAJOR_VERSION, WINCVT_GET_MINOR_VERSION, WINCVT_GET_MICRO_VERSION, WinCvtIsLibraryCompatible WinCvtLibraryVersion.