INT64 __fastcall PopPowerAggregatorModernStandbyEnterStateHandler(INT64 a1){
if( *(_BYTE *)(a1 + 96) )
{
PopPowerAggregatorDisengageModernStandby(a1);
}
else if( *(_QWORD *)(a1 + 80) != *(_QWORD *)(a1 + 40) && !*(_BYTE *)(a1 + 104) )
{
*(_BYTE *)(a1 + 104) = 1;
ExQueueWorkItem((WORK_QUEUE_ITEM *)(a1 + 112), DelayedWorkQueue);
}
return 0i64;
}