Send comments on this topic
SolFSStorage.GetInfo method
Filter:
Pascal DLL C++ (DLL/Lib) C++ (VCL) C++ (.NET) C# VB.NETOverview
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] 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.
