Edit

Share via


ODJ_WIN7BLOB structure

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.

See also

Offline Domain Join IDL Definitions

ODJ_POLICY_DNS_DOMAIN_INFO

DOMAIN_CONTROLLER_INFOW