Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The OSVERSIONINFO structure specifies operating system (OS) version information for use with Server Handle Key Values (section 2.2.3.10).
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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.<183>
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.