_findclose
Visual Studio .NET 2003
Closes the specified search handle and releases associated resources.
int _findclose( intptr_t handle );
Parameter
- handle
- Search handle returned by a previous call to _findfirst.
Return Value
If successful, _findclose returns 0. Otherwise, it returns –1 and sets errno to ENOENT, indicating that no more matching files could be found.
Requirements
| Function | Required header | Compatibility |
|---|---|---|
| _findclose | <io.h> | Win 98, Win Me, Win NT, Win 2000, Win XP |
For additional compatibility information, see Compatibility in the Introduction.
Libraries
All versions of the C run-time libraries.
See Also
System Calls Routines | _find, _wfind Function Overview | Run-Time Routines and .NET Framework Equivalents