Platform |
Win32, x64 |
Purpose |
To get version information for the operating system. |
Syntax |
SUBROUTINE GET_WOW_VER@( PRODUCT, MAJOR, MINOR ) |
Description |
This routine is similar to GET_OS_VER@ and provides version data for the operating system together with its product description, for example "Microsoft Windows XP". It differs from GET_OS_VER@ when the executable is running in "compatibility mode" where GET_OS_VER@ provides the compatible OS and GET_WOW_VER@ provides the machine OS. |