Share via


FBadRowSet

Applies to: Office 2010 | Outlook 2010 | Visual Studio

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