Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains an array of OP_POLICY_ELEMENT_LIST structures.
Syntax
typedef struct _OP_POLICY_PART
{
ULONG cElementLists;
[size_is(cElementLists)]
POP_POLICY_ELEMENT_LIST pElementLists;
OP_BLOB Extension;
} OP_POLICY_PART, *POP_POLICY_PART;
Members
cElementLists
Contains the number of elements in pElementLists.
pElementLists
Contains an array of OP_POLICY_ELEMENT_LIST structures.
Extension
Reserved for future use and must contain all zeros.