WKSTA_USER_INFO_0 structure (lmwksta.h)

The WKSTA_USER_INFO_0 structure contains the name of the user on a specified workstation.

Syntax

typedef struct _WKSTA_USER_INFO_0 {
  LMSTR wkui0_username;
} WKSTA_USER_INFO_0, *PWKSTA_USER_INFO_0, *LPWKSTA_USER_INFO_0;

Members

wkui0_username

Specifies the name of the user currently logged on to the workstation.

This string is Unicode if _WIN32_WINNT or FORCE_UNICODE are defined.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header lmwksta.h (include Lm.h)

See also

NetWkstaUserEnum

NetWkstaUserGetInfo

Network Management Overview

Network Management Structures

Workstation and Workstation User Functions