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

SolFSStream.FileSize property

Filter:

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

SolFSStream    

Overview

Specifies size of the file.

Declaration

[Pascal]
    not applicable;

[DLL]
    long _stdcall StorageSetFileSize(unsigned long File, unsigned long FileSize);
    long _stdcall StorageGetFileSize(unsigned long File, unsigned long *FileSize);

    long _stdcall StorageSetFileSizeLong(unsigned long File, unsigned long long FileSize);
    long _stdcall StorageGetFileSizeLong(unsigned long File, unsigned long long *FileSize);

[C++ (VCL)]
    not applicable;

[C++ (.NET)]
    not applicable;

[C#]
    not applicable;

[VB.NET]
    not applicable;

Parameters

  • [DLL] File - handle to the file returned by Create function.
  • [DLL] FileSize - file size.

[DLL]  Return values

0 if the function succeeded or one of Error codes if the function failed.

Description

Use this property to get or to set file size.

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