[This is preliminary documentation and subject to change.]
The GetRecordsetObject method initializes the recordset object with values from its corresponding table in the Guide database.
The table-specific version of this method is implemented by the CTableNameRecordset objects that inherit from CDatabaseRecordset.
void* GetRecordsetObject(void)
None.
This method returns a void pointer to the record at the current record pointer. This should be cast to its corresponding object type.
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.