FindClose
Closes a file-search handle.
Module: Windows
Microsoft documentation: FindClose
Signature
rux
func FindClose(findFile: *opaque) -> bool32;Returns nonzero on success or zero on failure. Call it exactly once for every successful FindFirstFileA, including when enumeration stops early. Search handles must not be passed to CloseHandle.
See also
File enumeration— enumeration overview