PVK_setpos( ) |
Set Address/Position of File |
int PVK_setpos(int fh, long addr);
Where:
fh |
File handle returned from a prior call to PVK_OpenExt( ) |
addr |
Address/position of the record |
PVK_setpos( ) sets the current record address based on the specified address. If successful, a status of 0 is returned.