| 
       CloseHandle  | 
      
       Declare Function Api_CloseHandle& Lib "kernel32" Alias "CloseHandle" (ByVal hObject&)  | 
    
| 
       Declare Function CloseHandle Lib "kernel32" (ByVal hObject As Long) As Long  | 
    |
| 
       
      パラメータ     
      関数から制御が返ると、このハンドルに、同じオブジェクトのハンドルが格納されるが、閉じることに成功した場合はカウントが 1 減る。  
      戻り値 たとえば、ハンドルを 2 回閉じたり、FindFirstFile 関数が返したハンドルを閉じた場合。  | 
    |