SOrRestriction
The SOrRestriction
structure describes an OR restriction, which is used to join a group of
restrictions using a logical OR operation.
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 an
array of SRestriction structures defining the restrictions to be combined
using the logical OR operation.
See Also