VOID __stdcall PopFxDebuggerPowerCriticalTransitionCallback(VOID *Context, UINT64 Component, UINT8 Active){
if( PopAutomaticDebuggerTransitions )
PopFxBugCheck(0x61Eu, 0, 0, 0);
if( Active )
{
KdCallPowerHandlers(PowerDeviceD0);
KdPowerTransitionEx(2147483649i64, 1);
}
else
{
KdPowerTransitionEx(2147483652i64, 1);
KdCallPowerHandlers(PowerDeviceD3);
}
}