FBadRestriction
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Validates a restriction used to limit a table view.
Header file: |
Mapival.h |
Implemented by: |
MAPI |
Called by: |
Service providers |
ULONG FBadRestriction(
LPSRestriction lpres
);
Parameters
- lpres
[in] An SRestriction structure defining the restriction to be validated.
Return Value
TRUE
The specified restriction, or one or more of its subrestrictions, is invalid.FALSE
The specified restriction and all its subrestrictions are valid.
Remarks
Once a restriction is validated, it can be passed in calls to the IMAPITable::Restrict method to restrict the table to certain rows, to the IMAPITable::FindRow method to locate a table row, and to methods of the IMAPIContainer interface to perform a restriction on a container object.