LSA_REFERENCED_DOMAIN_LIST structure (lsalookup.h)

The LSA_REFERENCED_DOMAIN_LIST structure contains information about the domains referenced in a lookup operation.

Syntax

typedef struct _LSA_REFERENCED_DOMAIN_LIST {
  ULONG                  Entries;
  PLSA_TRUST_INFORMATION Domains;
} LSA_REFERENCED_DOMAIN_LIST, *PLSA_REFERENCED_DOMAIN_LIST;

Members

Entries

Specifies the number of entries in the Domains array.

Domains

Pointer to an array of LSA_TRUST_INFORMATION structures that identify the referenced domains.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header lsalookup.h

See also

LSA_TRUST_INFORMATION

LsaLookupNames

LsaLookupSids