ODJ_PROVISION_DATA structure

Specifies the outermost serialization structure used by the offline domain join apis.

Syntax

typedef struct _ODJ_PROVISION_DATA
{
    ULONG ulVersion;
    ULONG ulcBlobs;
    [size_is(ulcBlobs)] PODJ_BLOB pBlobs;
} ODJ_PROVISION_DATA;

Members

ulVersion

This must be set to 1.

ulcBlobs

This must be set to the number of elements in the pBlobs array.

pBlobs

Points to an array of ODJ_BLOB structures.

See also

Offline Domain Join IDL Definitions

ODJ_BLOB