GetNextEnumeratedFile Method

Returns the next file in the list of enumeration results.

Syntax

public string GetNextEnumeratedFile(long enumerationHandle);
Public Function GetNextEnumeratedFile(ByVal EnumerationHandle As Long) As String

Remarks

This method returns the Id of the next file in the list of enumeration results identified by the EnumerationHandle parameter. If there are no more files in the list, empty string is returned.

When finished with an enumeration, an application must call the CloseEnumeration method in order to release any associated resources.

 
 
Copyright (c) 2021 Callback Technologies, Inc. - All rights reserved.
CBFS Cache 2020 .NET Edition - Version 20.0 [Build 7850]