Platform SDK: Active Directory, ADSI, and Directory Services |
The IDsBrowseDomainTree::FreeDomains method frees the memory allocated for the DomainTree data structure as returned from IDsBrowseDomainTree::GetDomains.
HRESULT FreeDomains( PDOMAINTREE *ppDomainTree );
This method returns an HRESULT value.
The DOMAINTREE structure returned by IDsBrowseDomainTree::GetDomains should be released by this (IDsBrowseDomainTree:FreeDomains) method.
Windows NT/2000: Requires Windows 2000.
Header: Declared in Dsclient.h.
Library: Included as a resource in Dsuiext.dll.
Active Directory Display Interfaces, DOMAINDESC, DOMAINTREE, IDsBrowseDomainTree, IDsBrowseDomainTree::GetDomains