Platform SDK: Network Management

USER_INFO_1011

The USER_INFO_1011 structure contains the full name of a network user. This information level is valid only when you call the NetUserSetInfo function.

typedef struct _USER_INFO_1011 {
  LPWSTR    usri1011_full_name;
} USER_INFO_1011, *PUSER_INFO_1011, *LPUSER_INFO_1011; 

Members

usri1011_full_name
Pointer to a Unicode string that contains the full name of the user. The user is specified in the username parameter to the NetUserSetInfo function. This string can be a null string, or it can have any number of characters before the terminating null character.

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