ASM Community
Home
»
Forums
»
MAIN
»
How seek to a position in a file?
How seek to a position in a file?
What's the API for that?
Posted on 2003-12-21 21:00:17 by optimus
How seek to a position in a file?
SetFilePointer will move the file pointer to any point in the file. If you wish to actually look at the data, you can use ReadFile, it will move the pointer as it reads.
Posted on 2003-12-21 21:22:14 by donkey
How seek to a position in a file?
thanks~~~
Posted on 2003-12-21 23:02:07 by optimus