registerdevicenotificationw register DBT_DEVTYP_DEVICEINTERFACE,cannot received any inserting and pulling notifications of the Device. #2129
Replies: 1 comment
-
it is same to #1975 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is a program A whose function call registerdevicenotificationw to register DBT_DEVTYP_DEVICEINTERFACE, receiving the device inserting and pulling events and obtaining device information by processing the WM_DEVICECHANGE message;
However, the sandboxed program A, cannot be received any inserting and pulling notifications of the Device.
I discover sbiedll.dll registerdevicenotificationW is hooked, GUI_ RegisterdevicenotificationW is not implemented really , only Calls SetLastError(0), and returned 0x12345678 .
Now Modify GUI_Registerdevicenotificationaw,add __sys_RegisterdevicenotificationW , the sandboxed program a still cannot receive any inserting and pulling notifications of the Device.
how can i do? the sandboxed program A can receive all inserting and pulling notifications of the Device.
Beta Was this translation helpful? Give feedback.
All reactions