c++ - ObReferenceObject Vs File Deletion -


In my device driver, I refer to an object (using ObReferenceObject) and then I would like to make that file normally Try to delete and the file is deleted. I was really waiting for a STATUS_CANNOT_DELETE value but this is not the case.

Is a file removed even if its reference is not equal to 0?


Comments

Popular posts from this blog

c++ - C/pp Sockets, recv()/send() works only under gdb -

GO: Serve static pages -

objective c - How to open front/back camera at the same time in iOS developing? -