Click to Rate and Give Feedback
MSDN
MSDN Library
Networking
Network Management
Network Management
 WKSTA_INFO_100 Structure

  Switch on low bandwidth view
WKSTA_INFO_100 Structure

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.

Syntax

C++
typedef struct _WKSTA_INFO_100 {
  DWORD wki100_platform_id;
  LMSTR wki100_computername;
  LMSTR wki100_langroup;
  DWORD wki100_ver_major;
  DWORD wki100_ver_minor;
}WKSTA_INFO_100, *PWKSTA_INFO_100, *LPWKSTA_INFO_100;

Members

wki100_platform_id

Specifies the information level to use to retrieve platform-specific information. This member can be one of the following values, defined in the lmcons.h file: PLATFORM_ID_DOS, PLATFORM_ID_OS2, PLATFORM_ID_NT, PLATFORM_ID_OSF, or PLATFORM_ID_VMS.

wki100_computername

Pointer to a string specifying the name of the local computer.

This string is Unicode if _WIN32_WINNT or FORCE_UNICODE are defined.

wki100_langroup

Pointer to a string specifying the name of the domain to which the computer belongs.

This string is Unicode if _WIN32_WINNT or FORCE_UNICODE are defined.

wki100_ver_major

Specifies the major version number of the operating system running on the computer.

wki100_ver_minor

Specifies the minor version number of the operating system running on the computer.

Requirements

Minimum supported clientWindows 2000 Professional
Minimum supported serverWindows 2000 Server
HeaderLmwksta.h (include Lm.h)

See Also

Network Management Overview
Network Management Structures
Workstation and Workstation User Functions
NetWkstaGetInfo
NetWkstaSetInfo

Send comments about this topic to Microsoft

Build date: 7/9/2009

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker