OP_PACKAGE_PART_COLLECTION structure
Specifies a structure that contains an array of OP_PACKAGE_PART structures.
Syntax
typedef struct _OP_PACKAGE_PART_COLLECTION
{
ULONG cParts;
[size_is(cParts)] POP_PACKAGE_PART pParts;
OP_BLOB Extension;
} OP_PACKAGE_PART_COLLECTION, *POP_PACKAGE_PART_COLLECTION;
Members
cParts
Contains the number of elements in pParts.
pParts
Contains an array of OP_PACKAGE_PART structures.
Extension
Reserved for future use and MUST be set to all zeros.