2.2.7.5 LSAPR_TRUSTED_CONTROLLERS_INFO
The LSAPR_TRUSTED_CONTROLLERS_INFO structure is used to communicate a set of names of domain controllers (DCs) in a trusted domain. The following structure corresponds to the TrustedControllersInformation information class.
-
typedef struct _LSAPR_TRUSTED_CONTROLLERS_INFO { [range(0,5)] unsigned long Entries; [size_is(Entries)] PRPC_UNICODE_STRING Names; } LSAPR_TRUSTED_CONTROLLERS_INFO, *PLSAPR_TRUSTED_CONTROLLERS_INFO;
Entries: The count of names.<33>
Names: This field contains an array of DC names that are subject to the restrictions of a NetBIOS name, as specified in [RFC1088]. This field SHOULD be used (by implementations external to this protocol) to identify the DCs via the NetBIOS API, as specified in [RFC1088]. If the Entries field has a value other than 0, this field MUST NOT be NULL.