| Platform SDK: Active Directory, ADSI, and Directory Services |
The DOMAINTREE structure holds the information about a domain tree for display in the IDsBrowseDomainTree interface. Each of the domain in turn is represented by a DOMAINDESC structure.
typedef struct DOMAINTREE
{
DWORD dsSize;
DWORD dwCount;
DOMAINDESC aDomains [1];
} DOMAIN_TREE, DOMAINTREE, *PDOMAIN_TREE, *LPDOMAINTREE;
The IDsBrowseDomainTree interface uses this structure to hold the information about a domain tree for display.
Windows NT/2000: Requires Windows 2000.
Header: Declared in Dsclient.h.
Active Directory Display Structures, DOMAINDESC, IDsBrowseDomainTree