Share via


SOrRestriction

The SOrRestriction structure describes an OR restriction, which is used to apply a logical OR operation to a restriction.

Syntax

typedef struct _SOrRestriction { 
  ULONG cRes; 
  LPSRestriction lpRes; 
} SOrRestriction; 

Members

  • cRes
    Count of structures in the array pointed to by lpRes.
  • lpRes
    Pointer to the SRestriction structure describing the restriction to be joined using the logical OR operation.

Requirements

Pocket PC: Windows Mobile 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.

© 2005 Microsoft Corporation. All rights reserved.