Jens-

In my platform SDK docs, the ulFlags field says that the possible flags
are the same as those shown in DsEnumerateDomainTrusts, which show as
the following:

DS_DOMAIN_DIRECT_INBOUND Enumerate domains that are directly trusting
the domain which has ServerName as a member. 
DS_DOMAIN_DIRECT_OUTBOUND Enumerate directly trusted domains. 
DS_DOMAIN_IN_FOREST Enumerate domains that are a member of the same
forest which has ServerName as a member. 
DS_DOMAIN_NATIVE_MODE Enumerate domains where the primary domain is
running in Windows 2000(r) native mode. 
DS_DOMAIN_PRIMARY Enumerate domains that are the primary domain of the
queried server. 
DS_DOMAIN_TREE_ROOT Enumerate domains that are the root of a tree and
member of the same forest which has ServerName as a member. 

-----Original Message-----
From: Schwipper, Jens [mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 28, 2003 5:47 AM
To: [EMAIL PROTECTED]
Subject: [ActiveDir] Interface IDsBrowseDomainTree, values of
DS_TRUSTED_DOMAIN.Flags?


hello, 

i'm using the IDsBrowseDomainTree-interface from ADSI
there are an interesting structure: the DOMAINDESC-struct

        typedef struct _DOMAINDESC {
          LPWSTR  pszName;
          LPWSTR  pszPath;
          LPWSTR  pszNCName;
          LPWSTR  pszTrustParent;
          LPWSTR  pszObjectClass;
          ULONG   ulFlags;
          BOOL    fDownLevel;
          struct  _DOMAINDESC* pdChildList;
          struct  _DOMAINDESC* pdNextSibling;
        } DOMAIN_DESC, DOMAINDESC, *PDOMAIN_DESC, *LPDOMAINDESC;

i'm interested in the "ulFlags"-value
the MSDN is saying: 
        
        ulFlags 
                Flags from the DS_TRUSTED_DOMAIN.Flags

i can't find something about the DS_TRUSTED_DOMAIN,
nothing in MSDN, web, groups, files from SDK.

knows someone from this flags and his meaning?
(where/how can i find infos)

Jens

List info   : http://www.activedir.org/mail_list.htm
List FAQ    : http://www.activedir.org/list_faq.htm
List archive:
http://www.mail-archive.com/activedir%40mail.activedir.org/
List info   : http://www.activedir.org/mail_list.htm
List FAQ    : http://www.activedir.org/list_faq.htm
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/

Reply via email to