WINCVT_GET_MICRO_VERSION

The WINCVT_GET_MICRO_VERSION macro retrieves the micro version component from a version DWORD.

DWORD
WINCVT_GET_MICRO_VERSION(
  DWORD Version     // The version to extract from
);

Parameters

Version
Specifies the version whose micro component is required. This version can be obtained from the WinCvtHeaderVersion or WinCvtLibraryVersion function.

Return Values

The micro version component.

Remarks

The WINCVT_GET_MICRO_VERSION macro retrieves the micro version component from a version DWORD. A version is represented as "major.minor.micro". To obtain the major version component, use the WINCVT_GET_MAJOR_VERSION macro. To obtain the minor version component, use the WINCVT_GET_MINOR_VERSION macro.

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, WinCvtHeaderVersion, WinCvtLibraryVersion.