The WKSTA_USER_INFO_1101 structure contains user information about the LAN Manager domains accessed by a workstation.
typedef struct _WKSTA_USER_INFO_1101 {
LPTSTR wkui1101_oth_domains;
} WKSTA_USER_INFO_1101, *PWKSTA_USER_INFO_1101, *LPWKSTA_USER_INFO_1101;
Members
wkui1101_oth_domains
Returns the list of other LAN Manager domains browsed by this workstation. The domain names are separated by blanks.
See Also