The SNotRestriction structure 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;
For more information on the SNotRestriction structure, see About Restrictions.
Restriction Structures, SRestriction