Share via


SNotRestriction

4/8/2010

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
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Pocket PC 2002 and later, Smartphone 2002 and later

See Also

Reference

MAPI Structures
SRestriction

Other Resources

Messaging