I am writing a upper filter driver for volume manager.
My goal is change block tracking for volume attached.
- My question is how to handle shutdown/Remove device request. Which
function will be appropriate for that. - I am receiving IRP_MN_REMOVE_DEVICE device when i delete volume using
diskmanagement utility but not while shutdown. Is it expected behavior