Platform SDK: Network Management

USER_INFO_1014

The USER_INFO_1014 structure contains the names of workstations from which the user can log on. This information level is valid only when you call the NetUserSetInfo function.

typedef struct _USER_INFO_1014 {
  LPWSTR    usri1014_workstations;
} USER_INFO_1014, *PUSER_INFO_1014, *LPUSER_INFO_1014;

Members

usri1014_workstations
Pointer to a Unicode string that contains the names of workstations from which the user can log on. The user is specified in the username parameter to the NetUserSetInfo function.

As many as eight workstations can be specified; the names must be separated by commas. A null string indicates that there is no restriction.

Requirements

  Windows NT/2000: Requires Windows NT 3.1 or later.
  Windows 95/98: Unsupported.
  Header: Declared in Lmaccess.h.

See Also

Network Management Overview, Network Management Structures, User Functions, NetUserSetInfo