Discuss this help topic in SecureBlackbox Forum

TElCompoundFileStorageEntry.FindEntryByName

TElCompoundFileStorageEntry     See also     


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


Returns an entry with given name.

Declaration

[C#]
    TElCompoundFileCustomEntry FindEntryByName(string EntryName);

[VB.NET]
    Function FindEntryByName(ByVal EntryName As String) As TElCompoundFileCustomEntry

[Pascal]
    function FindEntryByName(const EntryName : WideString) : TElCompoundFileCustomEntry;

[C++]
    TElCompoundFileCustomEntryHandle FindEntryByName(const sb_u16string &EntryName);
    TElCompoundFileCustomEntryHandle FindEntryByName(const std::wstring &EntryName);

[PHP]
    TElCompoundFileCustomEntry FindEntryByName(string $EntryName)

[Java]
    TElCompoundFileCustomEntry findEntryByName(String EntryName);

Parameters

  • EntryName - name of the desired entry

Return value

    Returns a reference to the desired entry.

Description

    Use this method to get the compound file storage entry by its name.

See also:     GetStream     GetSubStorage    

Discuss this help topic in SecureBlackbox Forum