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 the basic information required to join a client to a ___domain.
Syntax
typedef struct _ODJ_WIN7BLOB
{
[string] wchar_t *lpDomain;
[string] wchar_t *lpMachineName;
[string] wchar_t *lpMachinePassword;
ODJ_POLICY_DNS_DOMAIN_INFO DnsDomainInfo;
DOMAIN_CONTROLLER_INFOW DcInfo;
DWORD Options;
} ODJ_WIN7BLOB;
Members
lpDomain
Must be set to the ___domain name.
lpMachineName
Must be set to the machine name.
lpMachinePassword
Must be set to a cleartext password for the machine account identified by lpMachineName
DnsDomainInfo
Contains information about the ___domain being joined.
DcInfo
Contains naming and addressing information about the ___domain controller that was used to create the machine account Active Directory.
Options
Must be set to zero.