RAD Studio
ContentsIndex
PreviousUpNext
_findclose

Header File 

io.h 

Category 

Directory Control Routines 

Prototype 

int _findclose(long handle); 

Description 

Closes the specified search handle and releases associated resources associated with previous calls to findfirst/findnext. The handle parameter is the search handle returned by the previous call to _findfirst. 

This function is provided for Microsoft compatibility. 

Return Value 

On success, returns 0. 

Otherwise, returns –1 and sets errno to: 

ENOENTFile specification that could not be matched 

Portability  

 
POSIX 
Win32 
ANSI C 
ANSI C++ 
_findclose  
 
+  
 
 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!