2.2.12 LSAPR_REFERENCED_DOMAIN_LIST
The LSAPR_REFERENCED_DOMAIN_LIST structure contains information about the domains referenced in a lookup operation.
-
typedef struct _LSAPR_REFERENCED_DOMAIN_LIST { unsigned long Entries; [size_is(Entries)] PLSAPR_TRUST_INFORMATION Domains; unsigned long MaxEntries; } LSAPR_REFERENCED_DOMAIN_LIST, *PLSAPR_REFERENCED_DOMAIN_LIST;
Entries: Contains the number of domains referenced in the lookup operation.
Domains: Contains a set of structures that identify domains. If the Entries field in this structure is not 0, this field MUST be non-NULL. If Entries is 0, this field MUST be ignored.
MaxEntries: This field MUST be ignored. The content is unspecified, and no requirements are placed on its value since it is never used.