[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
);
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.
This method updates the record at the current record pointer.
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.