| FindClose | Declare Function Api_FindClose& Lib "kernel32" Alias "FindClose" (ByVal hFindFile&) | 
| Declare Function FindClose Lib "kernel32" Alias "FindClose" (ByVal hFindFile As Long) As Long | |
| 指定された検索ハンドルを閉じる。FindFirstFile と FindNextFile の各関数は検索ハンドルを使って、指定された名前に一致するファイルを検索する。 | |
| 
      パラメータ 
      戻り値 | |