SNotRestriction

Send Feedback

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

Pocket PC: Pocket PC 2002 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: mapidefs.h

See Also

MAPI Structures | Messaging | SRestriction

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.