Directory Services |
The DOMAINTREE structure contains data about a node in a domain tree obtained with the IDsBrowseDomainTree::GetDomains method. Each of the domains in the tree node are represented by a DOMAINDESC structure.
typedef struct {
DWORD dsSize;
DWORD dwCount;
DOMAINDESC aDomains[1]; } DOMAINTREE,
DOMAIN_TREE,
*PDOMAIN_TREE,
*LPDOMAINTREE;
For more information about how to access and use the data in this structure, see Domain Browser.
Client: Included in Windows XP and
Windows 2000 Professional.
Server: Included in Windows Server 2003 and
Windows 2000 Server.
Header: Declared in Dsclient.h.
DOMAINDESC, IDsBrowseDomainTree::GetDomains, IDsBrowseDomainTree::FreeDomains, Domain Browser