estructura de OP_PACKAGE_PART_COLLECTION
Especifica una estructura que contiene una matriz de estructuras de OP_PACKAGE_PART.
Sintaxis
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;
Miembros
cParts
Contiene el número de elementos de pParts.
pParts
Contiene una matriz de estructuras de OP_PACKAGE_PART.
Extensión
Reservado para uso futuro y DEBE establecerse en todos los ceros.