Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.