The SubRestriction_r structure is an encoding of the SubObjectRestriction data structure defined in [MS-OXCDATA]. The semantic meaning is unchanged from the SubObjectRestriction data structure.
typedef struct _SubRestriction_r {
DWORD ulSubObject;
Restriction_r* lpRes;
} SubRestriction_r;
ulSubObject: Encodes the SubObject field of the SubObjectRestriction data structure.
lpRes: Encodes the Restriction field of the SubObjectRestriction data structure.