CDatabaseRecordset::SetRecordsetObject

[This is preliminary documentation and subject to change.]

The SetRecordsetObject method persists the values of the record object to its corresponding table in the Guide database.

The table-specific version of this method is implemented by the CTableNameRecordset objects that inherit from CDatabaseRecordset.

BOOL SetRecordsetObject(
  void* cRecordsetObject  
);
 

Parameters

cRecordsetObject
A pointer to a CTableName record object.

Return Values

A BOOL indicating the success or failure of the method. If this value is TRUE, the method succeeded. If it is FALSE, an error occurred.

Remarks

This method updates the record at the current record pointer.

QuickInfo

  Windows NT: Unsupported.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Header: Declared in dbsets.h.
  Import Library: Use dbsets.lib or dbsetsSt.lib.
  Unicode: Yes.