Reply to thread

It means that when the IRP is sent to the appropriate device stack to power it on, or off, there are essentially parameters in the IRP, major, and minor functions.

The 16 Major code is the actual power transition function, that sends it to the power-related stack of that device stack. The minor code is what happens when the IRP is sent to the stack. The major code's output depends on the minor code.


Back
Top