APT:GetAppletInfo: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
No edit summary  | 
				Steveice10 (talk | contribs) No edit summary  | 
				||
| Line 25: | Line 25: | ||
|-  | |-  | ||
| 2-3  | | 2-3  | ||
|   | | u64, Title ID  | ||
|-  | |-  | ||
| 4  | | 4  | ||
|   | | [[Filesystem_services#MediaType|MediaType]]  | ||
|-  | |-  | ||
| 5  | | 5  | ||
| u8   | | u8, Registered  | ||
|-  | |-  | ||
| 6  | | 6  | ||
| u8   | | u8, Load State  | ||
|-  | |-  | ||
| 7  | | 7  | ||
| u32   | | 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 23:40, 21 November 2015
Request
| Index Word | Description | 
|---|---|
| 0 | Header code [0x00060040] | 
| 1 | u32 AppID | 
Response
| Index Word | Description | 
|---|---|
| 0 | Header code | 
| 1 | Result code | 
| 2-3 | u64, Title ID | 
| 4 | MediaType | 
| 5 | u8, Registered | 
| 6 | u8, Load State | 
| 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.