From: Martin on
Hi.

If I hibernate the machine when my program encrypts/decrypts a
removable media, I get some issues at a driver level - seems system
undergoes some media changes during hibernation. So, I'd like to be
informed of that media changes in my service, which drives the
encryption/decryption process. Is it possible to accomplish via
'RegisterDeviceNotification' API? I tried some stuff, and actually
managed to get device notifications when the user safely removes/
inserts removable media; but there were no device notifications during
machine hibernation. How can I achive getting them also in that case?

Thanks in advance,
Martin