|
Prev: ntoskrnl.exe!ExpInterlockedFlushSList stuck on VistaX64SP1
Next: System Cache Working Set - Server 2008 x64
From: Martin on 21 Jul 2008 05:03 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 |