2.3.4.8 SizeRestriction_r
The SizeRestriction_r structure is an encoding of the SizeRestriction data structure defined in [MS-OXCDATA]. The semantic meaning is unchanged from the SizeRestriction data structure.
-
typedef struct _SizeRestriction_r { DWORD relop; DWORD ulPropTag; DWORD cb; } SizeRestriction_r;
relop: Encodes the RelOp field of the SizeRestriction data structure.
ulPropTag: Encodes the PropTag field of the SizeRestriction data structure.
cb: Encodes the Size field of the SizeRestriction data structure.