DBASEgetDataset |
Top Previous Next |
Fetch of a record. In the data bank a record can be demanded directly about the index. The index is able, e.g., by DBASEfindDataset are determined. If the record about the index is found, he becomes as a result zurückgeliefert, but the result is a ZERO. Parametre buf (DBbuffer *) [IN] Act on the open data bank. idx (long int) [IN] Index him the record in request gives. Result (void *) [OUT] With successful search the record is delivered, but ZERO. Declaration #include "dbase.h"
void * DLLENTRY DBASEgetDataset ( DBbuffer * buf, long int idx ); Related functions
|