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 LSA_FOREST_TRUST_SCANNER_INFO structure is used to communicate a scanner information record corresponding to the LSA_FOREST_TRUST_SCANNER_INFO value of ForestTrustScannerInfo (persisted in ForestTrustScannerInfo records in the msdsForestTrustInfo attribute of the trust object for each respective forest trust; see [MS-ADTS] section 3.1.1.6.4.1).
-
typedef struct _LSA_FOREST_TRUST_SCANNER_INFO { PRPC_SID DomainSid; LSA_UNICODE_STRING DnsName; LSA_UNICODE_STRING NetbiosName; } LSA_FOREST_TRUST_SCANNER_INFO, *PLSA_FOREST_TRUST_SCANNER_INFO;
DomainSid: Domain SID for the domain. Can be NULL.
DnsName: The DNS name of the domain.
NetbiosName: The NetBIOS name of the domain.
For more information, see [MS-ADTS] section 3.1.1.6.4, PDC Forest Trust Update.