FindClose v0.1.0
Closes a file-search handle.
Package: Windows
Microsoft documentation: FindClose
Signature
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
Windows— the package overview