ODJ_POLICY_DNS_DOMAIN_INFO structure
Contains information about the domain and forest that a client should be joined to.
Syntax
typedef struct _ODJ_POLICY_DNS_DOMAIN_INFO
{
ODJ_UNICODE_STRING Name;
ODJ_UNICODE_STRING DnsDomainName;
ODJ_UNICODE_STRING DnsForestName;
GUID DomainGuid;
PODJ_SID Sid;
} ODJ_POLICY_DNS_DOMAIN_INFO;
Members
Name
Must be set to a Netbios domain name.
DnsDomainName
Must be set to a domain name in DNS format.
DnsForestName
Must be set to a forest name in DNS format.
DomainGuid
Must be set to the domain guid.
Sid
Must be set to the domain sid.