2.3.4.4 BitMaskRestriction_r

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

 typedef struct _BitMaskRestriction_r {
   DWORD relBMR;
   DWORD ulPropTag;
   DWORD ulMask;
 } BitMaskRestriction_r;

relBMR: Encodes the BitmapRelOp field of the BitMaskRestriction data structure.

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

ulMask: Encodes the Mask field of the BitMaskRestriction data structure.