2.2.4.14 LSAPR_POLICY_DNS_DOMAIN_INFO
The LSAPR_POLICY_DNS_DOMAIN_INFO structure is used to allow callers to query and set the server's primary domain.<24>
The following structure corresponds to the PolicyDnsDomainInformation and PolicyDnsDomainInformationInt information classes.
-
typedef struct _LSAPR_POLICY_DNS_DOMAIN_INFO { RPC_UNICODE_STRING Name; RPC_UNICODE_STRING DnsDomainName; RPC_UNICODE_STRING DnsForestName; GUID DomainGuid; PRPC_SID Sid; } LSAPR_POLICY_DNS_DOMAIN_INFO, *PLSAPR_POLICY_DNS_DOMAIN_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 value SHOULD be used (by implementations external to this protocol) to identify the domain via the NetBIOS API, as specified in [RFC1088].
DnsDomainName: The fully qualified DNS name of the domain.
DnsForestName: The fully qualified DNS name of the forest containing this domain.
DomainGuid: The globally unique identifier (GUID), as specified in [MS-DTYP] section 2.3.4.1, of the domain.
Sid: The SID of the domain.