WinCvtLibraryVersion

The WinCvtLibraryVersion function returns the version of the WinCvt library that the running application is currently using.

DWORD
WinCvtLibraryVersion();

Parameters

Return Values

The version of the WinCvt library that the running application is using in DWORD format. To decode, use WINCVT_GET_MAJOR_VERSION, WINCVT_GET_MINOR_VERSION and WINCVT_GET_MICRO_VERSION.

Remarks

The WinCvtLibraryVersion function returns the version of the WinCvt library that the running application is currently using. The version of the headers that the application was compiled against can be obtained with WinCvtHeaderVersion. 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: Use WinCvt.lib.

See Also

WINCVT_GET_MAJOR_VERSION, WINCVT_GET_MINOR_VERSION, WINCVT_GET_MICRO_VERSION, WinCvtHeaderVersion, WinCvtIsLibraryCompatible.