FindClose Method
Closes a search operation and releases any associated resources.
Syntax
public void findClose(long 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.