SOrRestriction
The SOrRestriction structure describes an OR restriction, which is used to apply a logical OR operation to a restriction.
Syntax
struct {
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: 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