Discuss this help topic in SecureBlackbox Forum

TElCompoundFileStorageEntry.GetSubStorage

TElCompoundFileStorageEntry     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Returnts the substorage entry with given name.

Declaration

[C#]
    TElCompoundFileStorageEntry GetSubStorage(string StorageName);

[VB.NET]
    Function GetSubStorage(ByVal StorageName As String) As TElCompoundFileStorageEntry

[Pascal]
    function GetSubStorage(const StorageName : WideString) : TElCompoundFileStorageEntry;

[C++]
    TElCompoundFileStorageEntryHandle GetSubStorage(const sb_u16string &StorageName);
    TElCompoundFileStorageEntryHandle GetSubStorage(const std::wstring &StorageName);

[PHP]
    TElCompoundFileStorageEntry GetSubStorage(string $StorageName)

[Java]
    TElCompoundFileStorageEntry getSubStorage(String StorageName);

Parameters

  • StorageName - name of the new entry

Return value

    Returns a reference to the desired substorage.

Description

    Use this method to get the desired substorage.

See also:     CreateSubStorage     DeleteSubStorage     FindEntryByName     SubStorageExists    

Discuss this help topic in SecureBlackbox Forum