2.2.3.10.1 OSVERSIONINFO

The OSVERSIONINFO structure specifies operating system (OS) version information for use with Server Handle Key Values (section 2.2.3.10).


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

dwOSVersionInfoSize

dwMajorVersion

dwMinorVersion

dwBuildNumber

dwPlatformId

szCSDVersion (256 bytes)

...

...

...

dwOSVersionInfoSize (4 bytes): The size of the OSVERSIONINFO structure in bytes.

dwMajorVersion (4 bytes): The major OS version. See dwMajorVersion in SPLCLIENT_INFO Members (section 2.2.1.3.7) for details.

dwMinorVersion (4 bytes): The minor OS version. See dwMinorVersion in SPLCLIENT_INFO Members (section 2.2.1.3.7) for details.

dwBuildNumber (4 bytes): The build number of the OS. This is a version-specific value.<170>

dwPlatformId (4 bytes): The OS platform. See wProcessorArchitecture in SPLCLIENT_INFO Members (section 2.2.1.3.7) for details.

szCSDVersion (256 bytes): A maintenance string for Microsoft Product Support Services (PSS) use.