BOOL __fastcall PopPowerRequestIsExecutionRequiredStatusHeld(INT64 a1){
BOOL result;
LOBYTE(result) = *(_DWORD *)(a1 + 44) != 0;
if( PopPowerRequestConvertSystemToExecution )
{
result = result;
if( *(_DWORD *)(a1 + 36) )
return 1;
}
return result;
}