You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure what the problem is, but for volmgr devices, such as \device\harddiskvolumeX, IoGetDeviceObjectPointer returns a FltMgr device!
I know that IoGetDeviceObjectPointer returns the top most device in the stack, but FltMgr is on a whole different stack? At least based on !stack and device tree, FltMgr devices are completely on a different stack compared to the harddiskvolume devices, so is this normal or..? Any better way to do this other than using IoGetDeviceObjectPointer?
The text was updated successfully, but these errors were encountered:
I am not sure what the problem is, but for
volmgr
devices, such as\device\harddiskvolumeX
,IoGetDeviceObjectPointer
returns a FltMgr device!I know that
IoGetDeviceObjectPointer
returns the top most device in the stack, butFltMgr
is on a whole different stack? At least based on!stack
and device tree,FltMgr
devices are completely on a different stack compared to the harddiskvolume devices, so is this normal or..? Any better way to do this other than usingIoGetDeviceObjectPointer
?The text was updated successfully, but these errors were encountered: