gdfs | File handle |
sctno | Sector number |
type | Type |
GDD_SEEK_SET:File start | |
GDD_SEEK_CUR:Current file reading position | |
GDD_SEEK_END:File end |
GDFS gf; gf = gdFsOpen("TEST.BIN", NULL); /* Search in the 5th sector of the starting address */ gdFsSeek(gf, 5, SEEK_SET);