Platform SDK: Broadcast Architecture |
The SetRecordsetObject method sets a record in a Guide database table to the values of a specified record object. C syntax is shown.
BOOL SetRecordsetObject( void *cRecordsetObject );
Returns TRUE if the record was successfully set to the specified values, and FALSE otherwise.
SetRecordsetObject updates the record at the current record pointer.
Windows NT/2000: Unsupported.
Windows 95/98: Requires Windows 98.
Header: Declared in dbsets.h.
Import Library: Use dbsets.lib or dbsetsst.lib.