Directory Services |
The IDsBrowseDomainTree::BrowseTo method displays a dialog box used to browse for a domain.
HRESULT BrowseTo( HWND hwndParent, LPWSTR* ppszTargetPath, DWORD dwFlags );
Value | Meaning |
---|---|
DBDTF_RETURNFQDN | The domain browser will place the fully-qualified domain name in ppszTargetPath. The fully-qualified domain name takes the form "DC=myDom, DC=Fabrikam, DC=com" as opposed to "myDom.Fabrikam.com". |
DBDTF_RETURNMIXEDDOMAINS | The domain browser will display downlevel trust domains. |
DBDTF_RETURNEXTERNAL | The domain browser will display external trust domains. |
DBDTF_RETURNINBOUND | If this flag is set, the domain browser will display trusting domains. Otherwise, the domain browser will display trusted domains. |
DBDTF_RETURNINOUTBOUND | The domain browser will display both trusted and trusting domains. |
Client: Included in Windows XP and
Windows 2000 Professional.
Server: Included in Windows Server 2003 and
Windows 2000 Server.
Header: Declared in Dsclient.h.
CoTaskMemFree, IDsBrowseDomainTree