Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.