2.3.4.5 PropertyRestriction_r

The PropertyRestriction_r structure is an encoding of the PropertyRestriction data structure defined in [MS-OXCDATA]. The semantic meaning is unchanged from the PropertyRestriction data structure.

 typedef struct _PropertyRestriction_r {
   DWORD relop;
   DWORD ulPropTag;
   PropertyValue_r* lpProp;
 } PropertyRestriction_r;

relop: Encodes the RelOp field of the PropertyRestriction data structure.

ulPropTag: Encodes the PropTag field of the PropertyRestriction data structure.

lpProp: Encodes the TaggedValue field of the PropertyRestriction data structure.