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.
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.