APT:WakeupApplication2: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
Steveice10 (talk | contribs)
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00570044] |- | 1 | Parameter Size (max is 0x1000) |- | 2 | 0x0 |- | 3 | Handl..."
 
Steveice10 (talk | contribs)
mNo edit summary
 
Line 36: Line 36:
| Result code
| Result code
|}
|}
=Description=
This is the same as [[APT:WakeupApplication]], except parameters can be passed to the application in the wake up message.

Latest revision as of 02:47, 24 July 2023

Request

Index Word Description
0 Header code [0x00570044]
1 Parameter Size (max is 0x1000)
2 0x0
3 Handle Parameter
4 (Parameter Size << 14) | 2
5 void*, Parameter

Response

Index Word Description
0 Header code
1 Result code

Description

This is the same as APT:WakeupApplication, except parameters can be passed to the application in the wake up message.