This topic has not yet been rated - Rate this topic

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.

 
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.