USER_INFO_10

The USER_INFO_10 structure contains user information for network accounts.

typedef struct _USER_INFO_10 {
    LPWSTR    usri10_name;
    LPWSTR    usri10_comment;
    LPWSTR    usri10_usr_comment;
    LPWSTR    usri10_full_name;
}USER_INFO_10, *PUSER_INFO_10, *LPUSER_INFO_10;
 

Members

usri10_name
Specifies the name of the user account. For NetUserSetInfo, this member is ignored. The number of characters in the name cannot exceed the value of UNLEN.
usri10_comment
Points to a Unicode string that contains a comment. The string can be a null string, or can have any number of characters before the terminating null character.
usri10_usr_comment
Points to a Unicode string that contains the full name of the user. This string can be a null string, or it can have any number of characters before the terminating null character.
usri10_full_name
Points to a Unicode string that contains the full name of the user. This string can be a null string, or it can have any number of characters before the terminating null character.

QuickInfo

  Windows NT: Requires version 3.1 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in lmaccess.h.

See Also

Networking (Net) Overview, Net Structures, NetUserDel, NetUserEnum