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

java - org.apache.http.ProtocolException: Target host is not specified -

How to access user directory in lazarus? -

java - Gradle dependencies: compile project by relative path -