SNotRestriction
The SNotRestriction
structure describes a NOT restriction, which is used to join a group of
restrictions using a logical NOT operation.
Quick Info
Header
file: |
MAPIDEFS.H |
typedef struct _SNotRestriction
{
ULONG ulReserved;
LPSRestriction lpRes;
} SNotRestriction;
Members
ulReserved
Reserved;
must be zero.
lpRes
Pointer to
the group of restrictions that are to be joined with the logical NOT operator.
See Also