FBadRowSet

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 all table rows included in a set of table rows.

Header file:

Mapival.h

Implemented by:

MAPI

Called by:

Service providers

BOOL FBadRowSet(
  LPSRowSet lpRowSet
);

Parameters

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

Return Value

  • 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

Reference

FBadRow