SolFSStorage.MaxPageCount property
Filter:
Pascal DLL C++ (DLL/Lib) C++ (VCL) C++ (.NET) C# VB.NETOverview
Specifies the maximum number of pages in the storage.
Declaration
[Pascal]
property MaxPageCount: LongWord;
[DLL]
long _stdcall StorageSetMaxPageCount(unsigned long Storage, unsigned long PageCount);
long _stdcall StorageGetMaxPageCount(unsigned long Storage, unsigned long *PageCount);
[C++ (DLL/Lib)]
unsigned long get_MaxPageCount()
void set_MaxPageCount(unsigned long)
[C++ (VCL)]
__property LongWord MaxPageCount;
[C++ (.NET)]
LongWord get_MaxPageCount()
void set_MaxPageCount(LongWord)
[C#]
unsigned int MaxPageCount
[VB.NET]
Property MaxPageCount As Integer
Parameters
[DLL] Return values
0 if the function succeeded or one of Error codes if the function failed.
Description
This property specifies the maximum number of pages that the storage may contain. If the page number is exceeded (when the data is being written), errStorageFull error is returned. The property is applicable only for resizeable storages.
