SecureBlackbox

200+ components and classes for all aspects of digital security of your data

Filter: C#/Java  VB.NET  Pascal  ActiveX  C++ 


TElFileObject.Close

TElFileObject     See also    


 

Closes the binary file.

   

Declaration

[C#/Java]
    not applicable;

[VB.NET]
    not applicable;

[Pascal]
    not applicable;

[VB6]
    Sub IElFileObjectX.Close()

[ActiveX]
    HRESULT _stdcall IElFileObjectX.Close( void );

[C++]
    not implemented;

   

Description

    Use this method to close the file.

   

See also:     Open     Read     Write    

 
Back to top