Send comments on this topic
SolFSStream.Flush method
Filter:
Pascal DLL C++ (DLL/Lib) C++ (VCL) C++ (.NET) C# VB.NETOverview
Flushes buffers to storage (and to disk).
Declaration
[Pascal]
procedure Flush;
[DLL]
long _stdcall StorageFlushFile(unsigned long File);
[C++ (DLL/Lib)]
void Flush()
[C++ (VCL)]
virtual void __fastcall Flush()
[C++ (.NET)]
void Flush()
[C#]
void Flush()
[VB.NET]
Sub Flush
Parameters
[DLL] Return values
0 if the function succeeded or one of Error codes if the function failed.
Description
Use this method to flush file buffers to storage and also flush storage to physical media.
