Platform SDK: Network Management |
The USER_INFO_1010 structure contains a set of bit flags defining the operator privileges assigned to a user network account. This information level is valid only when you call the NetUserSetInfo function.
typedef struct _USER_INFO_1010 { DWORD usri1010_auth_flags; } USER_INFO_1010, *PUSER_INFO_1010, *LPUSER_INFO_1010;
This member can be one or more of the following values.
Value | Meaning |
---|---|
AF_OP_PRINT | The print operator privilege is enabled. |
AF_OP_COMM | The communications operator privilege is enabled. |
AF_OP_SERVER | The server operator privilege is enabled. |
AF_OP_ACCOUNTS | The accounts operator privilege is enabled. |
Windows NT/2000: Requires Windows NT 3.1 or later.
Windows 95/98: Unsupported.
Header: Declared in Lmaccess.h.
Network Management Overview, Network Management Structures, User Functions, NetUserSetInfo