SolFSStream.Tell method
Filter:
Pascal DLL C++ (DLL/Lib) C++ (VCL) C++ (.NET) C# VB.NETOverview
Returns position of current read/write pointer in the file.
Declaration
[Pascal]
not applicable;
[DLL]
long _stdcall StorageTellFileLong(unsigned long File, unsigned long long *Position);
long _stdcall StorageTellFile(unsigned long File, unsigned long *Position);
[C++ (DLL/Lib)]
not applicable;
[C++ (VCL)]
not applicable;
[C++ (.NET)]
not applicable;
[C#]
not applicable;
[VB.NET]
not applicable;
Parameters
[DLL] Return values
0 if the function succeeded or one of Error codes if the function failed.
Description
Use this function when you need to find out, at what position next read or write operation will start.
