FBadRow

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 row in a table.

Header file:

Mapival.h

Implemented by:

MAPI

Called by:

Service providers

ULONG FBadRow(
  LPSRow lprow
);

Parameters

  • lprow
    [in] Pointer to an SRow structure identifying the row to be validated.

Return Value

  • TRUE
    The specified row is invalid.

  • FALSE
    The specified row is valid.

See Also

Reference

FBadRowSet