The NetUserModalsGet function retrieves global information for all users and global groups in the security database.
Only members of the Administrators or Account Operators local group can successfully execute NetUserModalsGet.
NET_API_STATUS NetUserModalsGet(
LPWSTR servername,
DWORD level,
LPBYTE *bufptr
);
Value | Meaning |
---|---|
0 | The bufptr parameter points to a USER_MODALS_INFO_0 structure. |
1 | The bufptr parameter points to a USER_MODALS_INFO_1 structure. |
2 | The bufptr parameter points to a USER_MODALS_INFO_2 structure. |
3 | The bufptr parameter points to a USER_MODALS_INFO_3 structure. |
If the function is successful, it returns NERR_SUCCESS.
If the function fails, the return value is one of the following error codes.
Value | Meaning |
---|---|
ERROR_ACCESS_DENIED | The user does not have access to the requested information. |
NERR_InvalidComputer | The computer name is invalid. |
Windows NT: Requires version 3.1 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in lmaccess.h.
Import Library: Use netapi32.lib.
Networking (Net) Overview, Net Functions, NetUserModalsSet, NetApiBufferFree