SNotRestriction
Applies to: Office 2010 | Outlook 2010 | Visual Studio
Describes a NOT restriction, which is used to apply a logical NOT operation to a restriction.
Header file: |
Mapidefs.h |
typedef struct _SNotRestriction
{
ULONG ulReserved;
LPSRestriction lpRes;
} SNotRestriction;
Members
ulReserved
[in] Reserved; must be zero.lpRes
Pointer to a SRestriction structure describing the restriction to be joined to the logical NOT operator.
Remarks
For more information about the SNotRestriction structure, see About Restrictions.