2.2.5.2 WKSTA_INFO_101
The WKSTA_INFO_101 structure contains information about a computer environment, including platform-specific information, the name of the domain and the local computer, and information about the operating system.
-
typedef struct _WKSTA_INFO_101 { unsigned long wki101_platform_id; [string] wchar_t* wki101_computername; [string] wchar_t* wki101_langroup; unsigned long wki101_ver_major; unsigned long wki101_ver_minor; [string] wchar_t* wki101_lanroot; } WKSTA_INFO_101, *PWKSTA_INFO_101, *LPWKSTA_INFO_101;
wki101_platform_id: The same as wki100_platform_id parameter, as specified in section 2.2.5.1.
wki101_computername: MUST be a null-terminated, Internet host name or NetBIOS name [RFC1001] of the local computer.
wki101_langroup: MUST be a null-terminated, fully qualified domain name (FQDN) of the domain to which the computer belongs.
wki101_ver_major: The major version number of the operating system running on the computer.
wki101_ver_minor: The minor version number of the operating system running on the computer.
wki101_lanroot: This parameter is not used. MUST be returned as NULL by the server.