WKSTA_USER_INFO_1101 structure (lmwksta.h)

The WKSTA_USER_INFO_1101 structure contains information about the domains accessed by a workstation.

Syntax

typedef struct _WKSTA_USER_INFO_1101 {
  LMSTR wkui1101_oth_domains;
} WKSTA_USER_INFO_1101, *PWKSTA_USER_INFO_1101, *LPWKSTA_USER_INFO_1101;

Members

wkui1101_oth_domains

Specifies the list of operating system domains browsed by the workstation. The domain names are separated by blanks.

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

NetWkstaUserGetInfo

NetWkstaUserSetInfo

Network Management Overview

Network Management Structures

Workstation and Workstation User Functions