APT:LoadSysMenuArg: Difference between revisions
Jump to navigation
Jump to search
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00360040] |- | 1 | Output size |} The following is located 0x100-bytes after th..." |
Steveice10 (talk | contribs) mNo edit summary |
||
Line 9: | Line 9: | ||
|- | |- | ||
| 1 | | 1 | ||
| Output | | Output Size | ||
|} | |} | ||
Line 19: | Line 19: | ||
|- | |- | ||
| 0 | | 0 | ||
| (Size<<14) <nowiki>|</nowiki> 2 | | (Output Size << 14) <nowiki>|</nowiki> 2 | ||
|- | |- | ||
| 1 | | 1 | ||
| | | void*, Output Buffer | ||
|} | |} | ||
Line 39: | Line 39: | ||
=Description= | =Description= | ||
Same as [[APT:StoreSysMenuArg]] except for reading the data from the FIRM-launch param-buf in NS state. | Same as [[APT:StoreSysMenuArg]] except for reading the data from the [[FIRM]]-launch param-buf in NS state. |
Latest revision as of 05:13, 22 November 2015
Request
Index Word | Description |
---|---|
0 | Header code [0x00360040] |
1 | Output Size |
The following is located 0x100-bytes after the beginning of the above command buffer:
Index Word | Description |
---|---|
0 | (Output Size << 14) | 2 |
1 | void*, Output Buffer |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
Description
Same as APT:StoreSysMenuArg except for reading the data from the FIRM-launch param-buf in NS state.