|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
| -
| Header File
| lmaccess.h
| Unicode
| No
| Platform Notes
| None
|
|
|
USER_INFO_1010
The USER_INFO_1010 structure contains user information for network accounts.
typedef struct _USER_INFO_1010 {
DWORD usri1010_auth_flags;
} USER_INFO_1010, *PUSER_INFO_1010, *LPUSER_INFO_1010;
Members
usri1010_auth_flags
Specifies an unsigned long integer that contains values that specify the
user's operator privileges.
Windows NT: For Windows NT servers, this member must be the value returned from NetUserGetInfo or NetUserEnum.
For NetUserGetInfo or NetUserEnum, the appropriate value is returned based on the local group membership. If
the user is a member of Print Operations, AF_OP_PRINT is set. If the user is a member of Server Operations, AF_OP_SERVER is set. If the user is a member of the Account Operations, AF_OP_ACCOUNTS is set. AF_OP_COMM is never set.
This member can be one of the following values:
Value
| Meaning
| AF_OP_PRINT
| If 1, print operator privilege is enabled
| AF_OP_COMM
| If 1, communications operator privilege is enabled
| AF_OP_SERVER
| If 1, server operator privilege is enabled
| AF_OP_ACCOUNTS
| If 1, accounts operator privilege is enabled
|
See Also
NetUserSetInfo
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
|