as i open the api manual , i can't find fileseek --> i am just recover fileseek is not a api, and i search fileseek in google, it say that it is a c++ function~ ~
what include need to load when call fileseek?
as i infer: we don't know the api source code , and can't modify it, except hook api~ ~
and c++ function , it's a open source function, that can be modify by coder
The difference is that the first two work on C++ file stream objects, whereas the latter works with a low-level Windows file handle. The former are friendlier to use.