Platform SDK: Network Management |
The WKSTA_INFO_100 structure contains information about a workstation environment, including platform-specific information, the names of the domain and the local computer, and information concerning the operating system.
typedef struct _WKSTA_INFO_100 { DWORD wki100_platform_id; LPWSTR wki100_computername; LPWSTR wki100_langroup; DWORD wki100_ver_major; DWORD wki100_ver_minor; }WKSTA_INFO_100, *PWKSTA_INFO_100, *LPWKSTA_INFO_100;
Windows NT/2000: Requires Windows NT 3.1 or later.
Windows 95/98: Unsupported.
Header: Declared in Lmwksta.h.
Network Management Overview, Network Management Structures, Workstation and Workstation User Functions, NetWkstaGetInfo, NetWkstaSetInfo