[Toc][Index]

FS_FINDNOTIFYCLOSE - Close Find-Notify Handle

  
Purpose   
Closes the association between a Find-Notify handle and a 
DosFindNotifyFirst or DosFindNotifyNext function.   
Calling Sequence   

int far pascal FS_FINDNOTIFYCLOSE(handle)

unsigned short handle;

  
Where   
handle is the directory handle.   
This handle was returned by the FSD on a previous FS_FINDNOTIFYFIRST or 
FS_ FINDNOTIFYNEXT call. 
  
Remarks   
Provides the mechanism for an FSD to release resources allocated on behalf 
of FS_FINDNOTIFYFIRST and FS_FINDNOTIFYNEXT.   
FS_FINDNOTIFYFIRST returns a handle to the find-notify request. FS_ 
FINDNOTIFYCLOSE closes the handle associated with that find-notify request 
and releases file system information related to that handle. 

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