本人英语不好,最好帮我翻译一下!
最好要有例子!先谢了!!!!!!!!!!!!!!!!!!!!!!!!!

解决方案 »

  1.   

    额,windows sdk帮助里面有 ReadDirectoryChangesW这个函数的说明,如果你看不懂,翻译起来就长篇了……BOOL ReadDirectoryChangesW(    HANDLE hDirectory, //  handle to the directory to be watched
        LPVOID lpBuffer, //  pointer to the buffer to receive the read results
        DWORD nBufferLength, // length of lpBuffer
        BOOL bWatchSubtree, // flag for monitoring directory or directory tree
        DWORD dwNotifyFilter, // filter conditions to watch for
        LPDWORD lpBytesReturned, // number of bytes returned
        LPOVERLAPPED lpOverlapped, // pointer to structure needed for overlapped I/O
        LPOVERLAPPED_COMPLETION_ROUTINE lpCompletionRoutine // pointer to completion routine
       );
      

  2.   

    ReadDirectoryChangesW 的详细说明和使用方法
    http://book.77169.org/data/web5001/20050328/20050328__3877707.html
      

  3.   

    http://bbs.2ccc.com/topic.asp?topicid=272528