Platform SDK: Network Management

USER_INFO_0

The USER_INFO_0 structure contains a user account name.

typedef struct _USER_INFO_0 {
  LPWSTR    usri0_name;
}USER_INFO_0, *PUSER_INFO_0, *LPUSER_INFO_0;

Members

usri0_name
Pointer to a Unicode string that specifies the name of the user account. For the NetUserSetInfo function, this member specifies the name of the user. The number of characters in the name cannot exceed the value of UNLEN.

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, NetUseDel, NetUserEnum, NetUserSetInfo