The NetQueryDisplayInformation function returns user, computer, or global group account information. Use this function to quickly enumerate account information for display in user interfaces.
No special group membership is required to successfully execute NetQueryDisplayInformation.
NET_API_STATUS NetQueryDisplayInformation(
LPWSTR ServerName, | |
DWORD Level, | |
DWORD Index, | |
DWORD EntriesRequested, | |
DWORD PreferredMaximumLength, | |
LPDWORD ReturnedEntryCount, | |
PVOID *SortedBuffer | |
); |
Value |
Meaning |
1 |
Return all Local and Global (normal) user accounts. The returned buffer points to an array of NET_DISPLAY_USER structures. |
2 |
Return all Workstation and Server (BDC) user accounts. The returned buffer points to an array of NET_DISPLAY_MACHINE structures. |
3 |
Return all Global Groups. The returned buffer points to an array of NET_DISPLAY_GROUP structures. |
If the function returns account information, the return value is one of the following values.
Value |
Meaning |
NERR_Success |
There are no more entries to be returned. |
ERROR_MORE_DATA |
More entries are available. That is, the last entry returned in the SortedBuffer parameter is not the last entry available. To get information for additional entries, call NetQueryDisplayInformation again with the Index parameter set to the value returned in the next_index member of the last entry in SortedBuffer. |
If the function fails, the return value is one of the following error code.
Value |
Meaning |
ERROR_ACCESS_DENIED |
The user does not have access to the requested information. |
ERROR_INVALID_LEVEL |
The Level parameter specifies an invalid value. |
The NetQueryDisplayInformation and NetGetDisplayInformationIndex functions provide a very efficient mechanism for enumerating User and Global group accounts. When possible, use these functions instead of the NetUserEnum and NetGroupEnum functions.
NET_DISPLAY_USER, NetApiBufferFree, NetGetDisplayInformationIndex, NetGroupEnum, NetUserEnum
file: /Techref/os/win/api/win32/func/src/f61_10.htm, 8KB, , updated: 2000/4/7 11:19, local time: 2024/11/7 20:23,
3.22.68.141:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://techref.massmind.org/techref/os/win/api/win32/func/src/f61_10.htm"> NetQueryDisplayInformation</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to techref.massmind.org! |
.