Group: File Management - Library: kernel32
Monitoring changes in a directory
BOOL FindCloseChangeNotification(
HANDLE hChangeHandle // handle to change notification
); DECLARE SHORT FindCloseChangeNotification IN kernel32;
INTEGER hChangeHandle hChangeHandle [in] Handle to a change notification handle created by the FindFirstChangeNotification function.
If the function succeeds, the return value is nonzero. If the function fails, the return value is zero.
Home