2.2.7.4 LSAPR_TRUSTED_DOMAIN_NAME_INFO

The LSAPR_TRUSTED_DOMAIN_NAME_INFO structure is used to communicate the name of a trusted domain. The following structure corresponds to the TrustedDomainNameInformation information class.

 typedef struct _LSAPR_TRUSTED_DOMAIN_NAME_INFO {
   RPC_UNICODE_STRING Name;
 } LSAPR_TRUSTED_DOMAIN_NAME_INFO,
  *PLSAPR_TRUSTED_DOMAIN_NAME_INFO;

Name: This field contains a name for the domain that is 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 domain via the NetBIOS API, as specified in [RFC1088].