The NetGetDCName function returns the name of the Primary Domain Controller (PDC) for the specified domain.
No special group membership is required to successfully execute NetGetDCName.
NET_API_STATUS NetGetDCName(
LPWSTR servername, | |
LPWSTR domainname, | |
LPBYTE *bufptr | |
); |
If the function succeeds, the return value is NERR_Success.
If the function fails, the return value is one of the following error codes.
Value |
Meaning |
NERR_DCNotFound |
Could not find the domain controller for the domain. |
ERROR_INVALID_NAME |
The name could not be found. |
file: /Techref/os/win/api/win32/func/src/f60_2.htm, 3KB, , updated: 2000/4/7 11:19, local time: 2024/11/13 01:39,
18.222.37.22:LOG IN
|
©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://linistepper.com/Techref/os/win/api/win32/func/src/f60_2.htm"> NetGetDCName</A> |
Did you find what you needed? |