Platform SDK: Broadcast Architecture |
The GotoRecord method jumps to the specified record in a recordset. C syntax is shown.
BOOL GotoRecord( LONG RecordNumber );
Returns TRUE if GotoRecord succeeded in jumping to the specified record, and FALSE otherwise.
Windows NT/2000: Unsupported.
Windows 95/98: Requires Windows 98.
Header: Declared in dbsets.h.
Import Library: Use dbsets.lib or dbsetsst.lib.