Jump to content

KernKEEVersion: Difference between revisions

From EDM2
No edit summary
No edit summary
Line 1: Line 1:
Dereferences to an absolute 32-bit value where the upper 16 bits return the KEE major version and the lower 16-bit return the KEE minor version.
Dereferences to an absolute 32-bit value where the upper 16 bits return the KEE major version and the lower 16-bit return the KEE minor version.
The _KernKEEVersion variable is a global variable that contains the version number of the OS/2 kernel. The _KernKEEVersion variable is a 4-byte value that is stored in memory and is accessed by programs to determine the version of the OS/2 kernel that is currently running. It is often used by programs to ensure that they are running on a compatible version of the operating system.


[[Category:KEE]]
[[Category:KEE]]

Revision as of 21:45, 28 December 2022

Dereferences to an absolute 32-bit value where the upper 16 bits return the KEE major version and the lower 16-bit return the KEE minor version.

The _KernKEEVersion variable is a global variable that contains the version number of the OS/2 kernel. The _KernKEEVersion variable is a 4-byte value that is stored in memory and is accessed by programs to determine the version of the OS/2 kernel that is currently running. It is often used by programs to ensure that they are running on a compatible version of the operating system.