OP_POLICY_PART structure

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.

See also

Offline Domain Join IDL Definitions

OP_POLICY_ELEMENT_LIST