EldoS
 Table of Contents >  SolFSStream.Flush method
Navigation
Web site
Support
Table Of Contents
Send comments on this topic

SolFSStream.Flush method

Filter:

Pascal    DLL    C++ (DLL/Lib)    C++ (VCL)    C++ (.NET)    C#    VB.NET   

SolFSStream    

Overview

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] File - handle to the file returned by Create function.

[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.

Contact Us | Subscribe | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2008, EldoS Corporation