Why can't I receive the message of volume uninstallation

Hi,All!
I set up a volume uninstallation callback routine in Minifilter, but I used some tools to uninstall the volume and then found that the uninstallation of the volume never entered the uninstallation callback routine.Can a driver development expert explain?

I don't know what a "volume uninstallation callback" is...You need to be more specific.

1 Like

sorry,Scott. IRP_MJ_VOLUME_DISMOUNT in Minifilter.

Hm, never tried to use that one and it kind of looks to me to not be implemented...

You should see an IRP_MJ_FILE_SYSTEM_CONTROL/FSCTL_DISMOUNT_VOLUME though