FuzzyClose
- Last UpdatedJul 18, 2023
- 1 minute read
Frees all memory and information for the specified instance. After the fuzzy instance is closed, the handle given in the hFuzzy parameter is no longer valid.
Syntax
FuzzyClose(hFuzzy)
hFuzzy:
The fuzzy instance handle (and integer greater than 0).
Return Value
0 (zero) if successful, otherwise an error is returned.
Related Functions
Example
See FuzzyOpen.