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/

Reply via email to