Applet Manager services: Difference between revisions

No edit summary
Line 381: Line 381:
| 11 || [[#GetLibraryAppletInfo]] ||
| 11 || [[#GetLibraryAppletInfo]] ||
|-
|-
| 12 || GetMainAppletIdentityInfo ||
| 12 || [[#GetMainAppletIdentityInfo]] ||
|-
|-
| 13 || [[#CanUseApplicationCore]] ||
| 13 || [[#CanUseApplicationCore]] ||
|-
|-
| 14 || GetCallerAppletIdentityInfo ||
| 14 || [[#GetCallerAppletIdentityInfo]] ||
|-
|-
| 15 || [2.0.0+] [[#GetMainAppletApplicationControlProperty]] ||
| 15 || [2.0.0+] [[#GetMainAppletApplicationControlProperty]] ||
Line 391: Line 391:
| 16 || [2.0.0+] [[#GetMainAppletStorageId]] ||
| 16 || [2.0.0+] [[#GetMainAppletStorageId]] ||
|-
|-
| 17 || [3.0.0+] GetCallerAppletIdentityInfoStack ||
| 17 || [3.0.0+] [[#GetCallerAppletIdentityInfoStack]] ||
|-
|-
| 18 || [4.0.0+] GetNextReturnDestinationAppletIdentityInfo ||
| 18 || [4.0.0+] [[#GetNextReturnDestinationAppletIdentityInfo]] ||
|-
|-
| 19 || [4.0.0+] GetDesirableKeyboardLayout ||
| 19 || [4.0.0+] GetDesirableKeyboardLayout ||
Line 445: Line 445:
==== GetPopInteractiveInDataEvent ====
==== GetPopInteractiveInDataEvent ====
No input, returns an output handle.
No input, returns an output handle.
==== ExitProcessAndReturn ====
No input/output.
Exits the LibraryApplet and returns to running the title which launched this LibraryApplet ([[qlaunch]] for example).
==== GetLibraryAppletInfo ====
No input, returns an output [[#AppletIdentityInfo]].
==== GetMainAppletIdentityInfo ====
No input, returns an output [[#AppletIdentityInfo]].
==== CanUseApplicationCore ====
No input, returns an output u8 bool.
==== GetCallerAppletIdentityInfo ====
No input, returns an output [[#AppletIdentityInfo]].


==== GetMainAppletApplicationControlProperty ====
==== GetMainAppletApplicationControlProperty ====
Line 454: Line 471:
No input, returns an output u8 storageId.
No input, returns an output u8 storageId.


==== ExitProcessAndReturn ====
==== GetCallerAppletIdentityInfoStack ====
No input/output.
Takes a type-0x6 output buffer containing an array of [[#AppletIdentityInfo]], and returns an output s32 total_entries.
 
Exits the LibraryApplet and returns to running the title which launched this LibraryApplet ([[qlaunch]] for example).


==== GetLibraryAppletInfo ====
==== GetNextReturnDestinationAppletIdentityInfo ====
No input. Returns an output [[#LibraryAppletInfo]].
No input, returns an output [[#AppletIdentityInfo]].
 
==== CanUseApplicationCore ====
No input, returns an output u8 bool.


==== PopExtraStorage ====
==== PopExtraStorage ====