Applet Manager services: Difference between revisions
No edit summary |
|||
Line 1,290: | Line 1,290: | ||
=== SetScreenShotAppletIdentityInfo === | === SetScreenShotAppletIdentityInfo === | ||
Takes an input | Takes an input [[#AppletIdentityInfo]], no output. | ||
=== SetOutOfFocusSuspendingEnabled === | === SetOutOfFocusSuspendingEnabled === | ||
Line 2,093: | Line 2,093: | ||
= AppletKind = | = AppletKind = | ||
This is 8-bytes. | This is 8-bytes. | ||
= AppletIdentityInfo = | |||
{| class="wikitable" border="1" | |||
|- | |||
! Offset || Size || Description | |||
|- | |||
| 0x0 || 0x4 || [[#AppletId]] | |||
|- | |||
| 0x4 || 0x4 || Padding | |||
|- | |||
| 0x8 || 0x8 || titleID | |||
|} | |||
This struct is "nn::am::service::AppletIdentityInfo". This struct is 0x10-bytes. | |||
= ApplicationAttributeForQuest = | = ApplicationAttributeForQuest = |