Hello,
Does anybody know how a Win2K Bus Driver should handle IRP_MJ_SHUTDOWN i.e.
what to do with the IRP ?
I could not find much documentation regarding this in the DDK.
Any pointers will be greatly appreciated.
Thanks
Puja
Hello,
Does anybody know how a Win2K Bus Driver should handle IRP_MJ_SHUTDOWN i.e.
what to do with the IRP ?
I could not find much documentation regarding this in the DDK.
Any pointers will be greatly appreciated.
Thanks
Puja
> Does anybody know how a Win2K Bus Driver should handle IRP_MJ_SHUTDOWN
i.e.
what to do with the IRP ?
IRP_MJ_SHUTDOWN is obsolete - use power IRP path instead - switching
to the “Shutdown” power state.
Max