2.2.4.5 LSAPR_POLICY_PRIMARY_DOM_INFO

msdn link

The LSAPR_POLICY_PRIMARY_DOM_INFO structure defines the server's primary domain.

The following structure corresponds to the PolicyPrimaryDomainInformation information class.

 typedef struct _LSAPR_POLICY_PRIMARY_DOM_INFO {
   RPC_UNICODE_STRING Name;
   PRPC_SID Sid;
 } LSAPR_POLICY_PRIMARY_DOM_INFO,
  *PLSAPR_POLICY_PRIMARY_DOM_INFO;

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

Sid: The SID of the primary domain.