Difference between revisions of "APT:WakeupApplication2"

From 3dbrew
Jump to navigation Jump to search
(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...")
 
m
 
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[edit]

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[edit]

Index Word Description
0 Header code
1 Result code

Description[edit]

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