SNotRestriction

The SNotRestriction structure describes a NOT restriction, which is used to apply a logical NOT operation to a restriction.

Quick Info

Header file: MAPIDEFS.H

typedef struct _SNotRestriction 
{ 
     ULONG           ulReserved; 
     LPSRestriction  lpRes; 
} SNotRestriction; 
 

Members

ulReserved
Reserved; must be zero.
lpRes
Pointer to the restriction structure describing the restriction to be joined with the logical NOT operator.

Remarks

For more information on the SNotRestriction structure, see About Restrictions.

See Also

Restriction Structures, SRestriction