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
Post a Comment