Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.