2.2.5.3 ContentRestriction_r Restriction
The ContentRestriction_r structure is an encoding of the ContentRestriction_r data structure, as specified in [MS-OXCDATA] section 2.12.4.2. The semantic meaning is unchanged from the ContentRestriction data structure.
-
typedef struct _ContentRestriction_r { DWORD ulFuzzyLevel; DWORD ulPropTag; PropertyValue_r * lpProp; } ContentRestriction_r;
ulFuzzyLevel: Encodes the FuzzyLevelLow and FuzzyLevelHigh fields of the ContentRestriction data structure.
Figure 2: ContentRestriction data structure
FuzzyLevelLow: Encodes the FuzzyLevelLow field of the ContentRestriction data structure.
FuzzyLevelHigh: Encodes the FuzzyLevelHigh field of the ContentRestriction data structure.
R1: Reserved. All clients MUST set this value to the constant 0x00.
ulPropTag: Encodes the PropertyTag field of the ContentRestriction data structure.
lpProp: Encodes the TaggedValue field of the ContentRestriction data structure.