OP_PACKAGE_PART_COLLECTION struttura
Specifica una struttura contenente una matrice di strutture OP_PACKAGE_PART.
Sintassi
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
Contiene il numero di elementi in pParts.
pParts
Contiene una matrice di strutture OP_PACKAGE_PART.
Estensione
Riservato per l'uso futuro e DEVE essere impostato su tutti gli zero.