SOrRestriction (Compact 7)
3/12/2014
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
Header |
mapidefs.h |