PopNotifySessionUserPowerRequestDeleted

VOID __fastcall PopNotifySessionUserPowerRequestDeleted(INT64 a1, INT64 a2){
  int v2; 
  int Src[22]; 
  v2 = a2;
  if( TtmpEnabled == 1 )
    TtmNotifySessionPowerRequestDeleted(a1, a2);
  if( PopPowerRequestNotificationsEnabled )
  {
    memset((INT64)Src, 0i64);
    Src[0] = 17;
    Src[2] = v2;
    PopUmpoSendPowerMessage(Src, 0x48ui64, 0);
  }
}

Referenced by:

PopPowerRequestCleanUp