RAD Studio
ContentsIndex
PreviousUpNext
findclose, _wfindclose

Header File 

dir.h  

Category 

Directory Control Routines 

Prototype 

int findclose(struct ffblk *ffblk ); 

int _wfindclose(struct _wffblk *ffblk ); 

Description 

findclose closes any handles and frees up any dynamic memory associated with previous calls to findfirst and findnext. 

Return Value 

findclose returns 0 on successfully closing the handle. On failure:

  • -1 is returned
  • errno is set to
 

 

EINVDAT 
Invalid data  

Portability

 
POSIX 
Win32 
ANSI C 
ANSI C++ 
findclose  
 
+  
 
 
_wfindclose  
 
NT only  
 
 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!