OP_PACKAGE_PART_COLLECTION結構
指定結構,其中包含OP_PACKAGE_PART結構的陣列。
語法
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;
成員
cParts
包含 pParts 中的專案數目。
pParts
包含OP_PACKAGE_PART結構的陣列。
分機
保留供日後使用,且必須設定為所有零。