WKSTA_INFO_101
The WKSTA_INFO_101
structure contains information about a workstation environment, including
platform-specific information, the name of the domain and the local computer,
and information concerning the LAN Manager software.
typedef struct _WKSTA_INFO_101 {
DWORD wki101_platform_id;
LPTSTR wki101_computername;
LPTSTR wki101_langroup;
DWORD wki101_ver_major;
DWORD wki101_ver_minor;
LPTSTR wki101_lanroot;
}WKSTA_INFO_101, *PWKSTA_INFO_101, *LPWKSTA_INFO_101;
Members
wki101_platform_id
Indicates the
information level to use to retrieve platform-specific information.
wki101_computername
Points to a
Unicode string containing the name of the local computer.
wki101_langroup
Points to a
Unicode string containing the name of the domain to which the computer belongs.
wki101_ver_major
Specifies the
major version number of the LAN Manager software running on the computer.
wki101_ver_minor
Specifies the
minor version number of the LAN Manager software running on the computer.
wki101_lanroot
Points to a
Unicode string that contains the path to the LANMAN directory.
See Also