USER_INFO_1012 structure
The USER_INFO_1012 structure contains a user comment. This information level is valid only when you call the NetUserSetInfo function.
Syntax
typedef struct _USER_INFO_1012 { LPWSTR usri1012_usr_comment; } USER_INFO_1012, *PUSER_INFO_1012, *LPUSER_INFO_1012;
Members
- usri1012_usr_comment
-
Pointer to a Unicode string that contains a user comment. 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
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
See also