|
SetFilePos |
Top Previous Next |
|
Sets which file the iterator points to.
Parameters
nFilePos [in] Index of the file to set the iterator to (zero-based).
Return Value
S_OK Iterator was successfully positioned. E_FAIL An error occurred.
Remarks
Currently only used to set file pos to beginning, i.e. always passes 0. |