SNotRestriction (Compact 7)
3/12/2014
The SNotRestriction structure describes a NOT restriction, which is used to apply a logical NOT operation to a restriction.
Syntax
struct {
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.
Requirements
Header |
mapidefs.h |