Difference between revisions of "APT:GetAppletInfo"

From 3dbrew
Jump to navigation Jump to search
m
 
Line 9: Line 9:
 
|-
 
|-
 
| 1
 
| 1
| u32 AppID
+
| [[NS_and_APT_Services#AppIDs|AppID]]
 
|}
 
|}
  
Line 31: Line 31:
 
|-
 
|-
 
| 5
 
| 5
| u8, Registered
+
| u8, Registered (0 = not registered, 1 = registered)
 
|-
 
|-
 
| 6
 
| 6
| u8, Load State
+
| u8, Loaded (0 = not loaded, 1 = loaded)
 
|-
 
|-
 
| 7
 
| 7
| u32, Attributes
+
| [[NS_and_APT_Services#AppletAttr|AppletAttr]]
 
|}
 
|}
  
 
=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.

Latest revision as of 05:01, 22 November 2015

Request[edit]

Index Word Description
0 Header code [0x00060040]
1 AppID

Response[edit]

Index Word Description
0 Header code
1 Result code
2-3 u64, Title ID
4 MediaType
5 u8, Registered (0 = not registered, 1 = registered)
6 u8, Loaded (0 = not loaded, 1 = loaded)
7 AppletAttr

Description[edit]

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.