structure OP_POLICY_PART
Contient un tableau de structures OP_POLICY_ELEMENT_LIST.
Syntaxe
typedef struct _OP_POLICY_PART
{
ULONG cElementLists;
[size_is(cElementLists)]
POP_POLICY_ELEMENT_LIST pElementLists;
OP_BLOB Extension;
} OP_POLICY_PART, *POP_POLICY_PART;
Membres
cElementLists
Contient le nombre d’éléments dans pElementLists.
pElementLists
Contient un tableau de structures OP_POLICY_ELEMENT_LIST.
Extension
Réservé à une utilisation future et doit contenir tous les zéros.