Share via


FBadRow

Applies to: Office 2010 | Outlook 2010 | Visual Studio

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