Jump to content

KernKEEVersion: Difference between revisions

From EDM2
Erdmann (talk | contribs)
No edit summary
Erdmann (talk | contribs)
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 KEE version number. It is a 4-byte value where the lower two bytes contain the KEE minor version number and the upper 2 bytes contain the KEE major version number.
[[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.