ReactOS 0.4.15-dev-8096-ga0eec98
find.c File Reference
#include <precomp.h>
#include <tchar.h>
#include <io.h>
#include "findgen.c"
Include dependency graph for find.c:

Go to the source code of this file.

Functions

int _findclose (intptr_t handle)
 

Function Documentation

◆ _findclose()

int _findclose ( intptr_t  handle)

Definition at line 11 of file find.c.

12{
13 if (!FindClose((HANDLE)handle)) {
15 return -1;
16 }
17
18 return 0;
19}
BOOL WINAPI FindClose(HANDLE hFindFile)
Definition: find.c:502
void _dosmaperr(unsigned long oserrcode)
Definition: errno.c:79
DWORD WINAPI GetLastError(void)
Definition: except.c:1042