|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
| -
| Header File
| lmaccess.h
| Unicode
| No
| Platform Notes
| None
|
|
|
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.
See Also
NetUserDel, NetUserEnum
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|