Difference between revisions of "APT:WakeupApplication2"
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) 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 01: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.