The USER_INFO_1007 structure contains user information for network accounts.
typedef struct _USER_INFO_1007 {
LPWSTR usri1007_comment;
} USER_INFO_1007, *PUSER_INFO_1007, *LPUSER_INFO_1007;
Members
usri1007_comment
Points to a Unicode string that contains a comment. This string can be a null string, or it can have any number of characters before the terminating null character.
See Also