2.3.4.11 Restriction_r
The Restriction_r structure is an encoding of the Restriction filters defined in [MS-OXCDATA].
The permissible number of Restriction structures encoded in AndRestriction_r and OrRestriction_r data structures recursively included in the Restriction_r data type exceeds that of the AndRestriction_r and OrRestriction_r data structures recursively included in the Restriction filters. The semantic meaning is otherwise unchanged from the Restriction filters.
-
typedef struct _Restriction_r { DWORD rt; [switch_is((long)rt)] RestrictionUnion_r res; } Restriction_r;
rt: Encodes the RestrictType field common to all restriction structures.
res: Encodes the actual restriction specified by the type in the rt field.