//
//
//
//
//
//
//
//
//
//
软件Tags:
监视文件夹系统结构:监视目录,启用停用监视,线程,FindFirstChangeNotification,FindCloseChangeNotification,FindNextChangeNotification,GetLastError,ExitProcess,WaitForSingleObjectEx,WaitForSingleObject, ======窗口程序集1 || ||------监视目录 || ||------__启动窗口_将被销毁 || ||------启用停用监视 || ||------_按钮1_被单击 || ||------线程 || || ======调用的Dll || ||---[dll]------FindFirstChangeNotification || ||---[dll]------FindCloseChangeNotification || ||---[dll]------FindNextChangeNotification || ||---[dll]------GetLastError || ||---[dll]------ExitProcess || ||---[dll]------WaitForSingleObjectEx || ||---[dll]------WaitForSingleObject 调用的DLL命令: .DLL命令FindFirstChangeNotification,整数型,,"FindFirstChangeNotificationA" .参数lpPathName,文本型 .参数bWatchSubtree,整数型,,是否监视子目录 .参数dwNotifyFilter,整数型 .DLL命令FindCloseChangeNotification,整数型,,"FindCloseChangeNotification" .参数hChangeHandle,整数型 .DLL命令FindNextChangeNotification,整数型,,"FindNextChangeNotification" .参数hChangeHandle,整数型 .DLL命令GetLastError,整数型,,"GetLastError" .DLL命令ExitProcess,整数型,,"ExitProcess" .参数uExitCode,整数型 .DLL命令WaitForSingleObjectEx,整数型,,"WaitForSingleObjectEx" .参数hHandle,整数型 .参数dwMilliseconds,整数型 .参数bAlertable,整数型 .DLL命令WaitForSingleObject,整数型,,"WaitForSingleObject" .参数hHandle,整数型 .参数dwMilliseconds,整数型
