WinCvtIsLibraryCompatible

The WinCvtIsLibraryCompatible function determines if the running application can run with this library.

BOOL
WinCvtIsLibraryCompatible();

Parameters

Return Values

Returns TRUE to indicate that the application can safely run with this library, FALSE otherwise.

Remarks

The WinCvtIsLibraryCompatible function determines if the running application can run with this library. To determine if two arbitary versions are compatible, use the WinCvtAreVersionsCompatible function. The version of the headers currently being used can be obtained with WinCvtHeaderVersion. The version of the library currently being used can be obtained with WinCvtLibraryVersion.

QuickInfo

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

See Also

WinCvtAreVersionsCompatible, WinCvtHeaderVersion, WinCvtLibraryVersion.