_GetVersionEx function

[This function is a wrapper over the GetVersionEx function. This function may be altered or unavailable in the future. Applications should call GetVersionEx directly.]

Gets information about the operating system version. See GetVersionEx.

Syntax

BOOL _GetVersionEx(
    ...
);

Parameters

...

Requirements

Requirement Value
DLL
Msmdun80.dll;
Sqlunirl.dll

See also

GetVersionEx