Platform SDK: MAPI

FBadRow

The FBadRow function validates a row in a table.

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

ULONG FBadRow(
  LPSRow lprow  
);
 

Parameter

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

Return Values

TRUE
The specified row is invalid.
FALSE
The specified row is valid.

See Also

Structure Validation Functions, FBadRowSet