> Well if the file is being opened is certainly has at least one reference.
ObGetObjectPointerCount is at least one.
Speaking of which, ObGetObjectPointerCount has been
removed in Windows XP and even before, it’s undocumented.
And also as Slava has pointed out, number of references
has nothing to do with the “type” of open. You should
never assume anything from number of handles or number
of references.
L.