| Platform SDK: Active Directory, ADSI, and Directory Services |
The DS_DOMAIN_CONTROLLER_INFO_1 structure contains information about a domain controller (DC). This structure is returned by the DsGetDomainControllerInfo function.
typedef struct
{
LPTSTR NetbiosName;
LPTSTR DnsHostName;
LPTSTR SiteName;
LPTSTR ComputerObjectName;
LPTSTR ServerObjectName;
BOOL fIsPdc;
BOOL fDsEnabled;
} DS_DOMAIN_CONTROLLER_INFO_1, *PDS_DOMAIN_CONTROLLER_INFO_1;
The DsGetDomainControllerInfo function can return different versions of this structure. The DS_DOMAIN_CONTROLLER_INFO_1 structure represents version 1 of the structure returned by the DsGetDomainControllerInfo function. Currently, only version 1 is supported.
Windows NT/2000: Requires Windows 2000.
Header: Declared in Ntdsapi.h.
Unicode: Declared as Unicode and ANSI structures.
Domain Controller and Replication Management Structures, DsGetDomainControllerInfo