Searched defs:pIrpSp (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-win-pnp.cpp396 PIO_STACK_LOCATION pIrpSp = IoGetCurrentIrpStackLocation(pIrp); local
400 if (pIrpSp)
402 Assert(pIrpSp->MajorFunction == IRP_MJ_POWER);
405 switch (pIrpSp->MinorFunction)
409 switch (pIrpSp->Parameters.Power.Type)
412 switch (pIrpSp->Parameters.Power.State.DeviceState)

Completed in 60 milliseconds