SOrRestriction
Applies to: Office 2010 | Outlook 2010 | Visual Studio
Describes an OR restriction which is used to apply a logical OR operation to a restriction.
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 about the SOrRestriction structure, see About Restrictions.