Platform SDK: Active Directory, ADSI, and Directory Services

DOMAINTREE

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;

Members

dsSize
Size of the data structure.
dwCount
Number of domains in this tree.
aDomains
Array of domains, representing the domain tree.

Remarks

The IDsBrowseDomainTree interface uses this structure to hold the information about a domain tree for display.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Header: Declared in Dsclient.h.

See Also

Active Directory Display Structures, DOMAINDESC, IDsBrowseDomainTree