Skip to content

Latest commit

 

History

History
193 lines (142 loc) · 5.08 KB

ns-lmwksta-wksta_info_102.md

File metadata and controls

193 lines (142 loc) · 5.08 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:lmwksta._WKSTA_INFO_102
WKSTA_INFO_102 (lmwksta.h)
Contains information about a workstation environment, including platform-specific information, the name of the domain and the local computer, and information concerning the operating system. (WKSTA_INFO_102)
*LPWKSTA_INFO_102
*PWKSTA_INFO_102
LPWKSTA_INFO_102
LPWKSTA_INFO_102 structure pointer [Network Management]
PLATFORM_ID_DOS
PLATFORM_ID_NT
PLATFORM_ID_OS2
PLATFORM_ID_OSF
PLATFORM_ID_VMS
PWKSTA_INFO_102
PWKSTA_INFO_102 structure pointer [Network Management]
WKSTA_INFO_102
WKSTA_INFO_102 structure [Network Management]
_win32_wksta_info_102_str
lmwksta/LPWKSTA_INFO_102
lmwksta/PWKSTA_INFO_102
lmwksta/WKSTA_INFO_102
netmgmt.wksta_info_102_str
netmgmt\wksta_info_102_str.htm
NetMgmt
01607fb5-c433-439c-aaaa-3736697f7c07
12/05/2018
*LPWKSTA_INFO_102, *PWKSTA_INFO_102, LPWKSTA_INFO_102, LPWKSTA_INFO_102 structure pointer [Network Management], PLATFORM_ID_DOS, PLATFORM_ID_NT, PLATFORM_ID_OS2, PLATFORM_ID_OSF, PLATFORM_ID_VMS, PWKSTA_INFO_102, PWKSTA_INFO_102 structure pointer [Network Management], WKSTA_INFO_102, WKSTA_INFO_102 structure [Network Management], _win32_wksta_info_102_str, lmwksta/LPWKSTA_INFO_102, lmwksta/PWKSTA_INFO_102, lmwksta/WKSTA_INFO_102, netmgmt.wksta_info_102_str
lmwksta.h
Lm.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
WKSTA_INFO_102, *PWKSTA_INFO_102, *LPWKSTA_INFO_102
19H1
_WKSTA_INFO_102
lmwksta/_WKSTA_INFO_102
PWKSTA_INFO_102
lmwksta/PWKSTA_INFO_102
WKSTA_INFO_102
lmwksta/WKSTA_INFO_102
c++
APIRef
kbSyntax
HeaderDef
Lmwksta.h
WKSTA_INFO_102

WKSTA_INFO_102 structure

-description

The WKSTA_INFO_102 structure contains information about a workstation environment, including platform-specific information, the name of the domain and the local computer, and information concerning the operating system.

-struct-fields

-field wki102_platform_id

Type: DWORD

The information level to use to retrieve platform-specific information.

Possible values for this member are listed in the Lmcons.h header file.

Value Meaning
PLATFORM_ID_DOS
300
The MS-DOS platform.
PLATFORM_ID_OS2
400
The OS/2 platform.
PLATFORM_ID_NT
500
The Windows NT platform.
PLATFORM_ID_OSF
600
The OSF platform.
PLATFORM_ID_VMS
700
The VMS platform.

-field wki102_computername

Type: LMSTR

A pointer to a string specifying the name of the local computer.

This string is Unicode if _WIN32_WINNT or FORCE_UNICODE are defined.

-field wki102_langroup

Type: LMSTR

A 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.

-field wki102_ver_major

Type: DWORD

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

-field wki102_ver_minor

Type: DWORD

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

-field wki102_lanroot

Type: LMSTR

A pointer to a string that contains the path to the LANMAN directory.

This string is Unicode if _WIN32_WINNT or FORCE_UNICODE are defined.

-field wki102_logged_on_users

Type: DWORD

The number of users who are logged on to the local computer.

-see-also

NetWkstaGetInfo

NetWkstaSetInfo

Network Management Overview

Network Management Structures

Workstation and Workstation User Functions