FindClose Method

Closes a search operation and releases any associated resources.

Syntax

func (obj *CBVault) FindClose(SearchHandle int64) error

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) 2022 Callback Technologies, Inc. - All rights reserved.
CBFS Vault 2020 Go Edition - Version 20.0 [Build 8145]