estrutura OP_PACKAGE_PART_COLLECTION
Especifica uma estrutura que contém uma matriz de estruturas OP_PACKAGE_PART.
Sintaxe
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;
Membros
cParts
Contém o número de elementos em pParts.
pParts
Contém uma matriz de estruturas OP_PACKAGE_PART.
Extensão
Reservado para uso futuro e DEVE ser definido como todos os zeros.