Platform SDK: Broadcast Architecture

CDatabaseRecordset::SetRecordsetObject

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
);

Parameters

cRecordsetObject
Pointer to a record object.

Return Values

Returns TRUE if the record was successfully set to the specified values, and FALSE otherwise.

Remarks

SetRecordsetObject updates the record at the current record pointer.

Requirements

  Windows NT/2000: Unsupported.
  Windows 95/98: Requires Windows 98.
  Header: Declared in dbsets.h.
  Import Library: Use dbsets.lib or dbsetsst.lib.