 |
FindClose ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The FindClose function closes the specified search handle. The FindFirstFile and FindNextFile functions use the search handle to locate files with names that match a given name. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL FindClose(
HANDLE hFindFile // file search handle
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER FindClose IN kernel32;
INTEGER hFindFile
|
 |
 |
 |
| Parameters: |
 |
hFindFile
[in/out] File search handle. This handle must have been previously opened by the FindFirstFile function. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is nonzero. |
 |
 |
| Word Index links for the FindClose : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-12-28 19:03:37 | | Modified: | 2001-12-28 19:04:45 | Visited in last 7 days: 14 |