SolFSStream.FileSize property
Filter:
Pascal DLL C++ (DLL/Lib) C++ (VCL) C++ (.NET) C# VB.NETOverview
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] 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.
