|
Get Functions
The get functions retrieve information about a domain. Use these functions to
retrieve information concerning domains, such as local and global user
accounts, and workstation and server user accounts. These functions are:
MultinetGetConnectionPerformance
NetGetAnyDCName
NetGetDisplayInformationIndex
NetQueryDisplayInformation
The NetGetDCName function returns the name of the Primary Domain Controller (PDC) for the
specified domain, while the NetGetAnyDCName function gets the name of any domain controller for a domain that is directly
trusted by the server name. The NetGetDisplayInformationIndex function gets the index of the first display information entry whose name
begins with a specified string. The NetQueryDisplayInformation function returns user, computer, or global group account information.
The information returned by NetQueryDisplayInformation is available at the following levels:
NET_DISPLAY_GROUP
NET_DISPLAY_MACHINE
NET_DISPLAY_USER
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
TMS Scripter Studio Pro components for Delphi/C++Builder
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
|