[Toc][Index]

DosFindClose


Bindings:  C, MASM 

This call closes the association between a directory handle and a 
DosFindFirst or DosFindNext directory search function. 
 DosFindClose     (DirHandle) 
 
 DirHandle (HDIR) - input 
    Handle previously associated with a DosFindFirst by the system, or 
    used with a DosFindNext directory search function. 
 rc (USHORT) - return 
    Return code descriptions are: 
    0         NO_ERROR 
    6         ERROR_INVALID_HANDLE 
 
 Remarks 
 When DosFindClose is issued, a subsequent DosFindNext for the closed 
 DirHandle fails unless an intervening DosFindFirst has been issued 
 specifying DirHandle. 

Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995 Peter Childs