HiberGetVersion()

Overview

- Retrieves the version number of the target operating system.


Syntax

ULONG
HiberGetVersion(
   PSANDMAN_OBJECT Hiberfil
);


Parameters

Hiberfil. Pointer to sandman object.


Return Values

- If the function succeeds, the return value includes the major and minor version numbers of the operating system in the low-order word, and information about the operating system platform in the high-order word.

For all platforms, the low-order word contains the version number of the operating system. The low-order byte of this word specifies the major version number, in hexadecimal notation. The high-order byte specifies the minor version (revision) number, in hexadecimal notation. The high-order bit is zero, the next 7 bits represent the build number, and the low-order byte is 5..



Sandman framework. (c) 2008. Matthieu Suiche(msuiche [at] gmail.com)