Jump to content

KernKEEVersion: Difference between revisions

From EDM2
No edit summary
Erdmann (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
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]]

Latest revision as of 17:19, 24 November 2023

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.