OP_PACKAGE structure

Contains a structure that contains a serialized OP_PACKAGE_COLLECTION.

Syntax

typedef struct _OP_PACKAGE
{
    GUID    EncryptionType;
    OP_BLOB EncryptionContext;
    OP_BLOB WrappedPartCollection;
    ULONG   cbDecryptedPartCollection;
    OP_BLOB Extension;
} OP_PACKAGE, *POP_PACKAGE;

Members

EncryptionType

Reserved for future use and MUST be set to GUID_NULL.

EncryptionContext

Reserved for future use and MUST be set to all zeros.

WrappedPartCollection

An OP_BLOB structure that contains a serialized OP_PACKAGE_COLLECTION structure.

cbDecryptedPartCollection

Reserved for future use and MUST be set to zero.

Extension

Reserved for future use and MUST be set to all zeros.

See also

Offline Domain Join IDL Definitions

OP_BLOB

OP_PACKAGE_COLLECTION