当前位置:
首页
资源下载
![](/images/right.gif)
搜索资源 - ReadDirectoryChangesW
搜索资源列表
-
1下载:
这个是FileBackup的一个组件,用于Win9x/ME下的文件监视,2K下利用了ReadDirectoryChangesW。
-
-
0下载:
监视文件DirWatcher watches the file system and listens for file system change notifications and raises events when a directory, or file in a directory changes. DirWatcher can be used to watch directories on the local computer, a network drive, or a remot
-
-
0下载:
This code wraps up the Win32 API function ReadDirectoryChangesW so that your application only has to worry about responding to the events that take place when a file or directory is added, removed, modified, or renamed.-This code wraps up the Win32 A
-
-
0下载:
windows自带的api存在问题,微软自己的文档都说在磁盘访问频繁的情况下,初始分配的定额缓冲区会溢出,造成部分磁盘访问不能监视,就是readdirectorychangesw这个函数存在问题,本类很好的解决了这个问题。
-
-
0下载:
C++文件监控ReadDirectoryChangesW-C++ file monitoring
-
-
0下载:
ReadDirectoryChangesW可以监控一个文件夹-ReadDirectoryChangesW can monitor a folder
-
-
0下载:
这个是FileBackup的一个组件,用于Win9x/ME下的文件监视,2K下利用了ReadDirectoryChangesW。- This is a FileBackup module, used in under the Win9x/ME
document surveillance, under 2K has used ReadDirectoryChangesW.
-
-
0下载:
]菜鸟学易—文件夹监控 (API函数ReadDirectoryChangesW 监视目录)-文件夹操作监控系统
-
-
0下载:
使用ReadDirectoryChangesW()监控多个目录下的目录/文件变化,记录内容包括改变的目录/文件名和改变类型(新建、删除、重命名等)。-Use ReadDirectoryChangesW () monitor multiple directories under the directory/file changes, including changing the record content directory/file name and change the type (crea
-
-
0下载:
ReadDirectoryChangesW的使用实例,用于监视一个文件夹,及其子文件夹下所有的操作,例如:删除文件,增加文件,修改文件名,修改文件内容等-ReadDirectoryChangesW use examples, used to monitor a folder, and its sub-folder all the operations, such as: delete files, add files, modify the file name, modify the file
-