2.2.7.1 LSAPR_TRUST_INFORMATION

The LSAPR_TRUST_INFORMATION structure identifies a domain.

 typedef struct _LSAPR_TRUST_INFORMATION {
   RPC_UNICODE_STRING Name;
   PRPC_SID Sid;
 } LSAPR_TRUST_INFORMATION,
  *PLSAPR_TRUST_INFORMATION;

Name: This field contains a name for the domain that is subject to the restrictions of a NetBIOS name, as specified in [RFC1088]. This value SHOULD be used (by implementations external to this protocol) to identify the domain via the NetBIOS, as specified in [RFC1088].

Sid: The SID of the domain. This field MUST NOT be NULL.