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:
EINVDAT |
Invalid data |
Portability
|
POSIX |
Win32 |
ANSI C |
ANSI C++ |
findclose |
|
+ |
|
|
_wfindclose |
|
NT only |
|
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|