Hi,
I wrote a program that watches a number of directories for new file creation. It uses the ReadDirectoryChangesW function to determine this. Occasionally, the function returns error 995. I've looked up its description but was wondering if anyone could provide more information on what is causing this error...
ERROR_OPERATION_ABORTED
995 The I/O operation has been aborted because of either a thread exit or an application request.
Thanks,
I wrote a program that watches a number of directories for new file creation. It uses the ReadDirectoryChangesW function to determine this. Occasionally, the function returns error 995. I've looked up its description but was wondering if anyone could provide more information on what is causing this error...
ERROR_OPERATION_ABORTED
995 The I/O operation has been aborted because of either a thread exit or an application request.
Thanks,