Discuss this help topic in SecureBlackbox Forum

TElCompoundFileStorageEntry.GetNextEntry

TElCompoundFileStorageEntry     See also     


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


Returns the subsequent entry in the storage.

Declaration

[VB.NET]
    Function GetNextEntry(ByVal Last As TElCompoundFileCustomEntry) As TElCompoundFileCustomEntry

[Pascal]
    function GetNextEntry(Last : TElCompoundFileCustomEntry) : TElCompoundFileCustomEntry;

Parameters

  • Last - specifies the preceding entry

Return value

    Returns a reference to the desired entry.

Description

    Use this method to get the next entry in the storage.

See also:     GetFirstChild    

Discuss this help topic in SecureBlackbox Forum