2.2.4.6 LSAPR_POLICY_ACCOUNT_DOM_INFO

The LSAPR_POLICY_ACCOUNT_DOM_INFO structure contains information about the server's account domain. The following structure corresponds to the PolicyAccountDomainInformation and PolicyLocalAccountDomainInformation information classes.

 typedef struct _LSAPR_POLICY_ACCOUNT_DOM_INFO {
   RPC_UNICODE_STRING DomainName;
   PRPC_SID DomainSid;
 } LSAPR_POLICY_ACCOUNT_DOM_INFO,
  *PLSAPR_POLICY_ACCOUNT_DOM_INFO;

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

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