Discuss this help topic in SecureBlackbox Forum

TElCompoundFileStorageEntry.GetFirstChild

TElCompoundFileStorageEntry     See also     


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


Returns the first child entry.

Declaration

[C#]
    TElCompoundFileCustomEntry GetFirstChild();

[VB.NET]
    Function GetFirstChild() As TElCompoundFileCustomEntry

[Pascal]
    function GetFirstChild : TElCompoundFileCustomEntry;

[C++]
    TElCompoundFileCustomEntryHandle GetFirstChild();

[PHP]
    TElCompoundFileCustomEntry GetFirstChild()

[Java]
    TElCompoundFileCustomEntry getFirstChild();

Return value

    Returns a reference to the first child entry.

Description

    Use this method to get the first child entry in the storage.

See also:     GetNextEntry    

Discuss this help topic in SecureBlackbox Forum