WinCvtAreVersionsCompatible

The WinCvtAreVersionsCompatible function determines if an application linked with a specific version of headers can run with this library.

BOOL
WinCvtAreVersionsCompatible(
  DWORD HeaderVersion
);

Parameters

HeaderVersion
The version of the headers to compare, obtained from WinCvtHeaderVersion.

Return Values

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

Remarks

The WinCvtAreVersionsCompatible function determines if an application linked with a specific version of headers can run with this library. To determine if the running application can safely run with this library, use the WinCvtIsLibraryCompatible 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

WinCvtHeaderVersion, WinCvtIsLibraryCompatible, WinCvtLibraryVersion.