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

SolFSStorage.MaxPageCount property

Filter:

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

SolFSStorage     See also    

Overview

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] Storage - handle to the storage returned by Create or Open function.
  • [DLL] PageCount - the maximum number of pages

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

See also

PageSize

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