2.2.3.43 OS_AND_OS_VERSION_INFO

The OS_AND_OS_VERSION_INFO structure SHOULD<40> be used to determine the cluster node’s operating system version. It is a custom-marshalled structure that contains the following fields.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

dwOSSize

dwOSVersionSize

OS (variable)

...

dwOSSize (4 bytes): Specifies the number of characters in the operating system string.

dwOSVersionSize (4 bytes): Specifies the number of characters in the operating system version string.

OS (variable): Specifies the location where the null-terminated Unicode operating system string starts. A null-terminated string that represents the operating system version immediately follows the null termination of the operating system string.