CBFS Storage 2020 .NET Edition

Questions / Feedback?

FindClose Method

Closes a search operation and releases any associated resources.

Syntax

public void FindClose(long searchHandle);
Public Sub FindClose(ByVal SearchHandle As Long)

Remarks

This method closes the search operation identified by SearchHandle, releasing any previously-allocated resources associated with it.

The value passed for SearchHandle must be a search operation handle returned by FindFirst or FindFirstByQuery.

Note: This method can only be called when Active is true.

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