FindClose function kernel32
Closes a file search handle opened by the FindFirstFile, FindFirstFileEx, FindFirstFileNameW, FindFirstFileNameTransactedW, FindFirstFileTransacted, FindFirstStreamTransactedW, or FindFirstStreamW functions.
BOOL FindClose(
HANDLE hFindFile
);
Implementation
int FindClose(int hFindFile) => _FindClose(hFindFile);