Platform SDK: MAPI

SOrRestriction

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

Quick Info

Header file: MAPIDEFS.H

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

Members

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

Remarks

For more information on the SOrRestriction structure, see About Restrictions.

See Also

Restriction Structures, SRestriction