SetFilePos

Top  Previous  Next

Sets which file the iterator points to.

 

[C++]

 

HRESULT SetFilePos(

ULONG nFilePos

);

 

 

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.


Copyright © 2003-2013 Mythicsoft Ltd. All rights reserved.
SDK help file version: 7.0.2