Hi
I have a Driver Loader, which does not support WMI features. So when I get
IRP_MJ_SYSTEM_CONTROL from my child devices, I am completing the IRP with
STATUS_NOT_SUPPORTED.
But this is leading to a crash. Crash happens when I complete IRP and
returning from the function.
Error = 50 PAGE_FAULT_IN NONPAGED_AREA
P1 = FF6AFF40 (Memory address referenced)
P2 = 0 (Read)
P3 = F622F8F8 (Addresss that referenced memory)
P4 = 0
How to get rid of this problem. I have seen this problem in Win XP
Bye
-Sanesh Kumar K
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com