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

SolFSStorage.GetInfo method

Filter:

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

SolFSStorage     See also    

Overview

Returns info about SolFSStorage.

Declaration

[Pascal]
    not applicable;

[DLL]
    long _stdcall StorageGetInfo(unsigned long Storage, unsigned long *PageSize, wchar_t* *Logo);

[C++ (DLL/Lib)]
    not applicable;

[C++ (VCL)]
    not applicable;

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

[C#]
    not applicable;

[VB.NET]
    not applicable;

Parameters

  • [DLL] Storage - handle to the storage returned by Create or Open function.
  • [DLL] PageSize - returns value of the PageSize property.
  • [DLL] Logo - returns value of the Logo property.

[DLL]  Return values

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

Description

Use this function to get PageSize and Logo properties values.

See also

Logo     PageSize

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