2.3.4.2 NotRestriction_r
The NotRestriction_r structure is an encoding of the NotRestriction data structure defined in [MS-OXCDATA]. The semantic meaning is unchanged from the NotRestriction data structure.
-
typedef struct _NotRestriction_r { Restriction_r* lpRes; } NotRestriction_r;
lpRes: Encodes the Restriction field of the NotRestriction data structure.