FBadRowSet

The FBadRowSet function validates all table rows included in a set of table rows.

Note This function may not be supported in future versions of MAPI.

Quick Info

Header file: MAPIVAL.H
Implemented by: MAPI
Called by: Service providers

BOOL FBadRowSet(
  LPSRowSet lpRowSet  
);
 

Parameter

lpRowSet
[in] Pointer to an SRowSet structure identifying the row set to be validated. If the pointer is NULL, the structure is invalid.

Return Values

TRUE
A row of the specified row set is invalid, or the row set itself is invalid.
FALSE
The rows of the specified row set and the row set itself are all valid.

See Also

Structure Validation Functions, FBadRow