Difference between revisions of "APT:GetAppletInfo"
Jump to navigation
Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00060040] |- | 1 | u32 AppID |} =Response= {| class="wikitable" border="1" |- !...") |
|||
Line 28: | Line 28: | ||
|- | |- | ||
| 4 | | 4 | ||
− | | u8 | + | | u8 mediaType |
|- | |- | ||
| 5 | | 5 | ||
− | | u8 | + | | u8 registered |
|- | |- | ||
| 6 | | 6 | ||
− | | | + | | u8 loadState |
|- | |- | ||
| 7 | | 7 | ||
− | | | + | | u32 attributes |
|} | |} | ||
=Description= | =Description= | ||
This returns info for the specified app(let). It seems when the app(let) for the specified AppID isn't running, error 0xC880CFFA is returned. | This returns info for the specified app(let). It seems when the app(let) for the specified AppID isn't running, error 0xC880CFFA is returned. |
Revision as of 20:57, 26 September 2015
Request
Index Word | Description |
---|---|
0 | Header code [0x00060040] |
1 | u32 AppID |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
2-3 | programID of the title. |
4 | u8 mediaType |
5 | u8 registered |
6 | u8 loadState |
7 | u32 attributes |
Description
This returns info for the specified app(let). It seems when the app(let) for the specified AppID isn't running, error 0xC880CFFA is returned.