CBFS Storage 2020 C++ Builder Edition

Questions / Feedback?

FindClose Method

Closes a search operation and releases any associated resources.

Syntax

void __fastcall FindClose(__int64 SearchHandle);

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 C++ Builder Edition - Version 20.0 [Build 8031]