Applet Manager services: Difference between revisions

No edit summary
 
(127 intermediate revisions by 5 users not shown)
Line 10: Line 10:
! Cmd || Name || Notes
! Cmd || Name || Notes
|-
|-
| 100 || OpenSystemAppletProxy || Returns an [[#ISystemAppletProxy]].
| 100 || OpenSystemAppletProxyOld ([1.0.0-19.0.1] OpenSystemAppletProxy) || Returns an [[#ISystemAppletProxy]].
|-
| 110 || [20.0.0+] OpenSystemAppletProxy || Same as OpenSystemAppletProxyOld except this now takes a type-0x15 buffer containing an [[#AppletAttribute|AppletAttribute]].
|-
|-
| 200 || OpenLibraryAppletProxyOld ([1.0.0-2.3.0] OpenLibraryAppletProxy) || Returns an [[#ILibraryAppletProxy]].
| 200 || OpenLibraryAppletProxyOld ([1.0.0-2.3.0] OpenLibraryAppletProxy) || Returns an [[#ILibraryAppletProxy]].
Line 17: Line 19:
|-
|-
| 300 || OpenOverlayAppletProxy || Returns an [[#IOverlayAppletProxy]].
| 300 || OpenOverlayAppletProxy || Returns an [[#IOverlayAppletProxy]].
|-
| 310 || [S2] || Returns an [[#ICMenuProxy|ICMenuProxy]].
|-
|-
| 350 || OpenSystemApplicationProxy || Returns an [[#IApplicationProxy]].
| 350 || OpenSystemApplicationProxy || Returns an [[#IApplicationProxy]].
Line 23: Line 27:
|-
|-
| 410 || [6.0.0+] [[#GetSystemAppletControllerForDebug]] ||  
| 410 || [6.0.0+] [[#GetSystemAppletControllerForDebug]] ||  
|-
| 450 || [19.0.0+] [[#GetSystemProcessCommonFunctions]] ||
|-
| 460 || [20.0.0+] || Returns an [[#IAppletAlternativeFunctions]].
|-
| 500 || [S2] || Returns an [[#IChatProxy|IChatProxy]].
|-
|-
| 1000 || [6.0.0+] [[#GetDebugFunctions]] ||  
| 1000 || [6.0.0+] [[#GetDebugFunctions]] ||  
Line 58: Line 68:


The cached value loaded from [[System_Settings|system-setting]] <code>am.debug!dev_function</code> must be set to 0x1 with size 0x1, and various state checks must pass, otherwise 0 is returned with no output interface.
The cached value loaded from [[System_Settings|system-setting]] <code>am.debug!dev_function</code> must be set to 0x1 with size 0x1, and various state checks must pass, otherwise 0 is returned with no output interface.
== GetSystemProcessCommonFunctions ==
No input. Returns an [[#ISystemProcessCommonFunctions]].


== GetDebugFunctions ==
== GetDebugFunctions ==
Line 65: Line 78:


== ISystemAppletProxy ==
== ISystemAppletProxy ==
This is "nn::am::service::ISystemAppletProxy".
{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
|-
Line 95: Line 110:


=== IHomeMenuFunctions ===
=== IHomeMenuFunctions ===
This is "nn::am::service::IHomeMenuFunctions".
{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
|-
Line 116: Line 133:
|-
|-
| 41 || [12.0.0+] [[#IsRebootEnabled]]
| 41 || [12.0.0+] [[#IsRebootEnabled]]
|-
| 50 || [16.0.0+] [[#LaunchSystemApplet]]
|-
| 51 || [16.0.0+] [[#LaunchStarter]]
|-
| 60 || [19.0.0+]
|-
| 61 || [19.0.0+]
|-
|-
| 100 || [6.0.0+] [[#PopRequestLaunchApplicationForDebug]]
| 100 || [6.0.0+] [[#PopRequestLaunchApplicationForDebug]]
Line 156: Line 181:
==== IsRebootEnabled ====
==== IsRebootEnabled ====
No input, returns an output bool.
No input, returns an output bool.
==== LaunchSystemApplet ====
No input/output.
This wraps [[NS_Services|ns]] LaunchSystemApplet, ignoring the u64 returned by that cmd (and other functionality).
==== LaunchStarter ====
No input/output.
This is similar to [[#LaunchSystemApplet]], except this uses [[NS_Services|ns]] LaunchLibraryApplet with a ProgramId from global state.
The global state field is initialized elsewhere with the value of [[System_Settings|system-setting]] <code>am.debug!starter_id</code>, defaulting to ProgramId 0100000000001012 ([[Title_list|starter]]) if not available.


==== PopRequestLaunchApplicationForDebug ====
==== PopRequestLaunchApplicationForDebug ====
Line 172: Line 209:
The cached value loaded from [[Settings_services#GetDebugModeFlag]] must be 1, otherwise an error is returned.
The cached value loaded from [[Settings_services#GetDebugModeFlag]] must be 1, otherwise an error is returned.


Uses [[NS_Services#IApplicationManagerInterface]] cmd99.
Uses [[NS_Services|ns]] LaunchDevMenu.


This is used by [[qlaunch]]. On success, official sw will enter an infinite loop with sleep-thread value 86400000000000.
This is used by [[qlaunch]]. On success, official sw will enter an infinite loop with sleep-thread value 86400000000000.
Line 180: Line 217:


==== ILockAccessor ====
==== ILockAccessor ====
This is "nn::am::service::ILockAccessor".
{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
|-
Line 210: Line 249:


=== IGlobalStateController ===
=== IGlobalStateController ===
This is "nn::am::service::IGlobalStateController".
{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
|-
Line 239: Line 280:
|-
|-
| 30 || [12.0.0+] [[#OpenCradleFirmwareUpdater]]
| 30 || [12.0.0+] [[#OpenCradleFirmwareUpdater]]
|-
| 100 || [S2]
|}
|}


Line 297: Line 340:
==== OpenCradleFirmwareUpdater ====
==== OpenCradleFirmwareUpdater ====
No input, returns an [[#ICradleFirmwareUpdater]].
No input, returns an [[#ICradleFirmwareUpdater]].
==== Cmd100 ====
No input, returns an output handle.


=== ICradleFirmwareUpdater ===
=== ICradleFirmwareUpdater ===
Line 311: Line 357:
| 1 || FinishUpdate
| 1 || FinishUpdate
|-
|-
| 2 || GetCradleDeviceInfo
| 2 || [[#GetCradleDeviceInfo]]
|-
|-
| 3 || GetCradleDeviceInfoChangeEvent
| 3 || GetCradleDeviceInfoChangeEvent
Line 319: Line 365:
| 5 || GetLastInternalResult
| 5 || GetLastInternalResult
|}
|}
==== GetCradleDeviceInfo ====
No input, returns a 8-byte CradleDeviceInfo.
[13.0.0+] Now returns a total of 0xC-bytes.


=== IApplicationCreator ===
=== IApplicationCreator ===
This is "nn::am::service::IApplicationCreator".
{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
|-
Line 353: Line 406:


==== IApplicationAccessor ====
==== IApplicationAccessor ====
This is "nn::am::service::IApplicationAccessor".
{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
|-
! Cmd || Name || Notes
! Cmd || Name
|-
| 0 || [[#GetAppletStateChangedEvent]]
|-
|-
| 0 || [[#GetAppletStateChangedEvent]] ||
| 1 || [[#IsCompleted]]
|-
|-
| 1 || [[#IsCompleted]] ||
| 10 || [[#Start]]
|-
|-
| 10 || [[#Start]] ||
| 20 || [[#RequestExit]]
|-
|-
| 20 || [[#RequestExit]] ||
| 25 || [[#Terminate]]
|-
|-
| 25 || [[#Terminate]] ||
| 30 || [[#GetResult]]
|-
|-
| 30 || [[#GetResult]] ||
| 101 || [[#RequestForApplicationToGetForeground]]  
|-
|-
| 101 || [[#RequestForApplicationToGetForeground]] ||
| 110 || [[#TerminateAllLibraryApplets]]
|-
|-
| 110 || [[#TerminateAllLibraryApplets]] ||
| 111 || [[#AreAnyLibraryAppletsLeft]]  
|-
|-
| 111 || [[#AreAnyLibraryAppletsLeft]] ||
| 112 || [[#GetCurrentLibraryApplet]]  
|-
|-
| 112 || [[#GetCurrentLibraryApplet]] ||
| 120 || [[#GetApplicationId]]
|-
|-
| 120 || [[#GetApplicationId]] ||
| 121 || [[#PushLaunchParameter]]  
|-
|-
| 121 || [[#PushLaunchParameter]] ||
| 122 || [[#GetApplicationControlProperty]]  
|-
|-
| 122 || [[#GetApplicationControlProperty]] ||
| 123 || [2.0.0+] [[#GetApplicationLaunchProperty]]  
|-
|-
| 123 || [2.0.0+] [[#GetApplicationLaunchProperty]] ||
| 124 || [6.0.0+] [[#GetApplicationLaunchRequestInfo]]  
|-
|-
| 124 || [6.0.0+] [[#GetApplicationLaunchRequestInfo]] ||
| 130 || [6.0.0+] [[#SetUsers]]
|-
|-
| 130 || [6.0.0+] [[#SetUsers]] ||
| 131 || [6.0.0+] [[#CheckRightsEnvironmentAvailable]]
|-
|-
| 131 || [6.0.0+] [[#CheckRightsEnvironmentAvailable]] ||
| 132 || [6.0.0+] [[#GetNsRightsEnvironmentHandle]]  
|-
|-
| 132 || [6.0.0+] [[#GetNsRightsEnvironmentHandle]] ||
| 140 || [6.0.0+] [[#GetDesirableUids]]
|-
|-
| 140 || [6.0.0+] [[#GetDesirableUids]] ||
| 150 || [6.0.0+] [[#ReportApplicationExitTimeout]]  
|-
|-
| 150 || [6.0.0+] [[#ReportApplicationExitTimeout]] ||
| 160 || [8.0.0+] [[#SetApplicationAttribute]]
|-
|-
| 160 || [8.0.0+] [[#SetApplicationAttribute]] ||
| 170 || [8.0.0+] [[#HasSaveDataAccessPermission]]
|-
|-
| 170 || [8.0.0+] [[#HasSaveDataAccessPermission]] ||
| 180 || [9.0.0+] [[#PushToFriendInvitationStorageChannel]]
|-
|-
| 180 || [9.0.0+] [[#PushToFriendInvitationStorageChannel]] ||
| 190 || [9.0.0+] [[#PushToNotificationStorageChannel]]
|-
|-
| 190 || [9.0.0+] [[#PushToNotificationStorageChannel]] ||
| 200 || [10.0.0+] [[#RequestApplicationSoftReset]]
|-
|-
| 200 || [10.0.0+] [[#RequestApplicationSoftReset]] ||
| 201 || [10.0.0+] [[#RestartApplicationTimer]]
|-
|-
| 201 || [10.0.0+] [[#RestartApplicationTimer]] ||
| 300 || [20.0.0+]
|}
|-
| 301 || [20.0.0+]
|-
| 310 || [21.0.0+]
|}


Commands <=30 are inherited from [[#IAppletAccessor]].
Commands <=30 are inherited from [[#IAppletAccessor]].
Line 495: Line 556:


===== IAppletAccessor =====
===== IAppletAccessor =====
This is "nn::am::service::IAppletAccessor".
{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
|-
Line 531: Line 594:


== IAppletCommonFunctions ==
== IAppletCommonFunctions ==
Added with [[7.0.0]].
This is "nn::am::service::IAppletCommonFunctions".
 
This was added with [7.0.0+].


{| class="wikitable" border="1"
{| class="wikitable" border="1"
Line 564: Line 629:
|-
|-
| 70 || [11.0.0+] [[#SetCpuBoostRequestPriority]]
| 70 || [11.0.0+] [[#SetCpuBoostRequestPriority]]
|}
ReadThemeStorage/WriteThemeStorage: these commands copy data from/to a state buffer and the user specified buffer. The size of the state buffer is 0x400-bytes. The default content of the ThemeStorage prior to using the WriteThemeStorage cmd, is: <code>memset(statebuf, 0xAA, 0x400);</code>
=== ReadThemeStorage ===
Takes an input u64 '''offset''' and a type-0x22 output buffer, returns an output u64 '''actual_transfer_size'''.
=== WriteThemeStorage ===
Takes an input u64 '''offset''' and a type-0x21 input buffer, no output.
=== PushToAppletBoundChannel ===
Takes an input [[#IStorage]], no output.
This is similar to [[#PushToAppletBoundChannelForDebug]] (no DebugMode check), except the used s32 is loaded from elsewhere and must be in the range 31-32.
=== TryPopFromAppletBoundChannel ===
No input, returns an output [[#IStorage]].
This is similar to [[#TryPopFromAppletBoundChannelForDebug]] (no DebugMode check), except the used s32 is loaded from elsewhere and must be in the range 31-32.
=== GetDisplayLogicalResolution ===
No input, returns an output s32 '''width''' and s32 '''height'''.
=== SetDisplayMagnification ===
Takes an input float '''x''', float '''y''', float '''width''', and float '''height''', no output.
Sets the DisplayMagnification. This is essentially layer image crop, for everything non-Overlay.
'''x''' and '''width''' are multiplied with the same width value returned by [[#GetDisplayLogicalResolution]], so these should be in the range 0.0f-1.0f. Likewise for y and height, except these are multipled with the height value.
=== SetHomeButtonDoubleClickEnabled ===
Takes an input u8 bool, no output.
=== GetHomeButtonDoubleClickEnabled ===
No input, returns an output u8 bool.
=== IsHomeButtonShortPressedBlocked ===
No input, returns an output u8 bool.
=== IsVrModeCurtainRequired ===
No input, returns an output bool.
=== SetCpuBoostRequestPriority ===
Takes an input s32, no output.
== ILibraryAppletProxy ==
{| class="wikitable" border="1"
|-
|-
! Cmd || Name || Notes
| 80 || [14.0.0+] SetHandlingCaptureButtonShortPressedMessageEnabledForApplet
|-
| 81 || [14.0.0+] SetHandlingCaptureButtonLongPressedMessageEnabledForApplet
|-
| 82 || [18.0.0+] SetBlockingCaptureButtonInEntireSystem
|-
| 90 || [15.0.0+] OpenNamedChannelAsParent
|-
| 91 || [15.0.0+] OpenNamedChannelAsChild
|-
| 100 || [15.0.0+] SetApplicationCoreUsageMode
|-
| 110 || [S2]
|-
| 111 || [S2]
|-
| 112 || [S2]
|-
| 113 || [S2]
|-
| 114 || [S2]
|-
| 115 || [S2]
|-
| 116 || [S2]
|-
| 117 || [S2]
|-
| 118 || [S2]
|-
| 119 || [S2]
|-
| 120 || [S2]
|-
| 121 || [S2]
|-
| 122 || [S2]
|-
| 123 || [S2]
|-
|-
| 0 || GetCommonStateGetter || Returns an [[#ICommonStateGetter]].
| 124 || [S2]
|-
|-
| 1 || GetSelfController || Returns an [[#ISelfController]].
| 130 || [S2]
|-
|-
| 2 || GetWindowController || Returns an [[#IWindowController]].
| 131 || [S2] [20.0.0+]
|-
|-
| 3 || GetAudioController || Returns an [[#IAudioController]].
| 135 || [S2] [20.0.0+]
|-
|-
| 4 || GetDisplayController || Returns an [[#IDisplayController]].
| 140 || [S2]
|-
|-
| 10 || GetProcessWindingController || Returns an [[#IProcessWindingController]].
| 150 || [S2]
|-
|-
| 11 || GetLibraryAppletCreator || Returns an [[#ILibraryAppletCreator]].
| 160 || [18.0.0+] [[#GetNotificationReceiverService|GetNotificationReceiverService]]
|-
|-
| 20 || OpenLibraryAppletSelfAccessor || Returns an [[#ILibraryAppletSelfAccessor]].
| 161 || [18.0.0+] [[#GetNotificationSenderService|GetNotificationSenderService]]
|-
|-
| 21 || [7.0.0+] GetAppletCommonFunctions || No input, returns an [[#IAppletCommonFunctions]].
| 170 || [S2]
|-
|-
| 1000 || GetDebugFunctions || Returns an [[#IDebugFunctions]].
| 171 || [S2]
|}
 
=== ILibraryAppletSelfAccessor ===
{| class="wikitable" border="1"
|-
|-
! Cmd || Name || Notes
| 200 || [S2]
|-
|-
| 0 || [[#PopInData]] ||
| 210 || [S2]
|-
|-
| 1 || [[#PushOutData]] ||
| 211 || [S2]
|-
|-
| 2 || [[#PopInteractiveInData]] ||
| 220 || [S2]
|-
|-
| 3 || [[#PushInteractiveOutData]] ||
| 221 || [S2]
|-
|-
| 5 || [[#GetPopInDataEvent]] ||
| 230 || [S2]
|-
|-
| 6 || [[#GetPopInteractiveInDataEvent]] ||
| 231 || [S2]
|-
|-
| 10 || [[#ExitProcessAndReturn]] ||
| 250 || [S2]
|-
|-
| 11 || [[#GetLibraryAppletInfo]] ||
| 251 || [S2]
|-
|-
| 12 || [[#GetMainAppletIdentityInfo]] ||
| 252 || [S2]
|-
|-
| 13 || [[#CanUseApplicationCore]] ||
| 253 || [S2]
|-
|-
| 14 || [[#GetCallerAppletIdentityInfo]] ||
| 260 || [S2]
|-
|-
| 15 || [2.0.0+] [[#GetMainAppletApplicationControlProperty]] ||
| 271 || [S2] [20.0.0+]
|-
|-
| 16 || [2.0.0+] [[#GetMainAppletStorageId]] ||
| 280 || [S2] [20.0.0+]
|-
|-
| 17 || [3.0.0+] [[#GetCallerAppletIdentityInfoStack]] ||
| 290 || [S2] [20.0.0+] RequestChatProhibition
|-
|-
| 18 || [4.0.0+] [[#GetNextReturnDestinationAppletIdentityInfo]] ||
| 291 || [S2] [20.0.0+] RequestChatExpirationCheckSkip
|-
|-
| 19 || [4.0.0+] [[#GetDesirableKeyboardLayout]] ||
| 300 || [17.0.0+] GetCurrentApplicationId
|-
|-
| 20 || [[#PopExtraStorage]] ||
| 310 || [19.0.0+] IsSystemAppletHomeMenu
|-
|-
| 25 || [[#GetPopExtraStorageEvent]] ||
| 311 || [20.0.0+]
|-
|-
| 30 || [[#UnpopInData]] ||
| 320 || [19.0.0+] SetGpuTimeSliceBoost
|-
| 31 || [[#UnpopExtraStorage]] ||
|-
|-
| 40 || [2.0.0+] [[#GetIndirectLayerProducerHandle]] ||
| 321 || [19.0.0+] SetGpuTimeSliceBoostDueToApplication
|-
|-
| 50 || [3.0.0+] [[#ReportVisibleError]] ||
| 322 || [20.0.0+]
|-
|-
| 51 || [4.0.0+] [[#ReportVisibleErrorWithErrorContext]] ||
| 330 || [19.0.0+]  
|-
|-
| 60 || [4.0.0+] [[#GetMainAppletApplicationDesiredLanguage]] ||
| 340 || [20.0.0+]
|-
|-
| 70 || [8.0.0+] [[#GetCurrentApplicationId]] ||
| 341 || [20.0.0+]
|-
|-
| 80 || [6.0.0+] [[#RequestExitToSelf]] ||
| 342 || [20.0.0+]
|-
|-
| 90 || [5.0.0+] [[#CreateApplicationAndPushAndRequestToLaunch]] ||
| 350 || [20.0.0+]
|-
|-
| 100 || [4.0.0+] [[#CreateGameMovieTrimmer]] ||
| 360 || [20.0.0+]
|-
|-
| 101 || [5.0.0+] [[#ReserveResourceForMovieOperation]] ||
| 370 || [22.0.0+] GetGpuErrorEventForApplet
|-
|-
| 102 || [5.0.0+] [[#UnreserveResourceForMovieOperation]] ||
| 2000 || [S2]
|-
|-
| 110 || [6.0.0+] [[#GetMainAppletAvailableUsers]] ||
| 2010 || [S2]
|-
|-
| 120 || [9.0.0+] [[#GetLaunchStorageInfoForDebug]] ||
| 3000 || [S2] [20.0.0+]
|-
|-
| 130 || [9.0.0+] [[#GetGpuErrorDetectedSystemEvent]] ||
| 3010 || [S2] [20.0.0+]
|-
|}
| 140 || [10.0.0+] [[#SetApplicationMemoryReservation]] ||
 
|-
ReadThemeStorage/WriteThemeStorage: these commands copy data from/to a state buffer and the user specified buffer. The size of the state buffer is 0x400-bytes. The default content of the ThemeStorage prior to using the WriteThemeStorage cmd, is: <code>memset(statebuf, 0xAA, 0x400);</code>
| 150 || [10.0.0+] [[#ShouldSetGpuTimeSliceManually]] ||
 
|}
=== ReadThemeStorage ===
Takes an input u64 '''offset''' and a type-0x22 output buffer, returns an output u64 '''actual_transfer_size'''.


==== PopInData ====
=== WriteThemeStorage ===
No input, returns an output [[#IStorage]].
Takes an input u64 '''offset''' and a type-0x21 input buffer, no output.


==== PushOutData ====
=== PushToAppletBoundChannel ===
Takes an input [[#IStorage]], no output.
Takes an input [[#IStorage]], no output.


==== PopInteractiveInData ====
This is similar to [[#PushToAppletBoundChannelForDebug]] (no DebugMode check), except the used s32 is loaded from elsewhere and must be in the range 31-32.
 
=== TryPopFromAppletBoundChannel ===
No input, returns an output [[#IStorage]].
No input, returns an output [[#IStorage]].


==== PushInteractiveOutData ====
This is similar to [[#TryPopFromAppletBoundChannelForDebug]] (no DebugMode check), except the used s32 is loaded from elsewhere and must be in the range 31-32.
Takes an input [[#IStorage]], no output.


==== GetPopInDataEvent ====
=== GetDisplayLogicalResolution ===
No input, returns an output Event handle with autoclear=false.
No input, returns an output s32 '''width''' and s32 '''height'''.


==== GetPopInteractiveInDataEvent ====
=== SetDisplayMagnification ===
No input, returns an output Event handle with autoclear=false.
Takes an input float '''x''', float '''y''', float '''width''', and float '''height''', no output.


==== ExitProcessAndReturn ====
Sets the DisplayMagnification. This is essentially layer image crop, for everything non-Overlay.
No input/output.


Exits the LibraryApplet and returns to running the title which launched this LibraryApplet ([[qlaunch]] for example).
'''x''' and '''width''' are multiplied with the same width value returned by [[#GetDisplayLogicalResolution]], so these should be in the range 0.0f-1.0f. Likewise for y and height, except these are multipled with the height value.


On success, official sw will enter an infinite loop with sleep-thread value 86400000000000.
=== SetHomeButtonDoubleClickEnabled ===
Takes an input u8 bool, no output.


==== GetLibraryAppletInfo ====
=== GetHomeButtonDoubleClickEnabled ===
No input, returns an output [[#LibraryAppletInfo]].
No input, returns an output u8 bool.


==== GetMainAppletIdentityInfo ====
=== IsHomeButtonShortPressedBlocked ===
No input, returns an output [[#AppletIdentityInfo]].
 
==== CanUseApplicationCore ====
No input, returns an output u8 bool.
No input, returns an output u8 bool.


==== GetCallerAppletIdentityInfo ====
=== IsVrModeCurtainRequired ===
No input, returns an output [[#AppletIdentityInfo]].
No input, returns an output bool.


==== GetMainAppletApplicationControlProperty ====
=== SetCpuBoostRequestPriority ===
No input, takes a type-0x16 output buffer.
Takes an input s32, no output.


This gets the [[NACP_Format|control.nacp]].
=== GetNotificationReceiverService ===
No input, returns an [[#IReceiverService|IReceiverService]].


==== GetMainAppletStorageId ====
=== GetNotificationSenderService ===
No input, returns an output u8 storageId.
No input, returns an [[#ISenderService|ISenderService]].


==== GetCallerAppletIdentityInfoStack ====
=== IReceiverService ===
Takes a type-0x6 output buffer containing an array of [[#AppletIdentityInfo]], and returns an output s32 total_entries.
This is "nn::am::service::IReceiverService".


==== GetNextReturnDestinationAppletIdentityInfo ====
This was added with [18.0.0+].
No input, returns an output [[#AppletIdentityInfo]].


==== GetDesirableKeyboardLayout ====
{| class="wikitable" border="1"
No input, returns an output u32.
|-
! Cmd || Name
|-
| 0 ||
|}


The output u32 is "nn::settings::KeyboardLayout".
==== Cmd0 ====
 
No input, returns an [[#INotificationReceiver|INotificationReceiver]].
This gets the value previously set by [[#SetDesirableKeyboardLayout]]. An error is returned if it's not set.


==== PopExtraStorage ====
==== INotificationReceiver ====
No input, returns an output [[#IStorage]].
This is "nn::am::service::INotificationReceiver".


==== GetPopExtraStorageEvent ====
This was added with [18.0.0+].
No input, returns an output Event handle with autoclear=false.


==== UnpopInData ====
{| class="wikitable" border="1"
Takes an input [[#IStorage]], no output.
|-
! Cmd || Name
|-
| 0 || AddSource
|-
| 1 || RemoveSource
|-
| 2 || GetEvent
|-
| 3 || Receive
|-
| 4 || ReceiveWithTick
|}


==== UnpopExtraStorage ====
===== GetEvent =====
Takes an input [[#IStorage]], no output.
Unofficial name.


==== GetIndirectLayerProducerHandle ====
No input, returns an Event handle.
No input, returns an output u64.


==== ReportVisibleError ====
===== ReceiveWithTick =====
Takes an input [[Error_Applet#ErrorCode|ErrorCode]], no output.
Unofficial name.


==== ReportVisibleErrorWithErrorContext ====
=== ISenderService ===
Takes an input [[Error_Applet#ErrorCode|ErrorCode]] and a type-0x15 input buffer containing an [[Error_Applet#ErrorContext|ErrorContext]], no output.
This is "nn::am::service::ISenderService".


==== GetMainAppletApplicationDesiredLanguage ====
This was added with [18.0.0+].
No input, returns an output [[Settings_services#LanguageCode|LanguageCode]].


==== GetCurrentApplicationId ====
{| class="wikitable" border="1"
No input, returns an output [[NCM_services#ApplicationId|ApplicationId]].
|-
! Cmd || Name
|-
| 0 ||
|}


Gets the [[NCM_services#ApplicationId|ApplicationId]] for the currently running Application. ApplicationId=0 when no Application is running.
==== Cmd0 ====
Takes a total of 0x18-bytes of input, returns an [[#INotificationSender|INotificationSender]].


==== RequestExitToSelf ====
=== INotificationSender ===
No input/output.
This is "nn::am::service::INotificationSender".


Same as [[#RequestExit]] except this is for the current applet.
This was added with [18.0.0+].


==== CreateApplicationAndPushAndRequestToLaunch ====
{| class="wikitable" border="1"
Takes an input [[NCM_services#ApplicationId|ApplicationId]] and an input #IStorage, no output.
|-
! Cmd || Name
|-
| 0 || Send
|-
| 1 || GetUnreceivedMessageCount
|}


This is is similar to [[#CreateApplicationAndPushAndRequestToStart]].
== ILibraryAppletProxy ==
This is "nn::am::service::ILibraryAppletProxy".


==== CreateGameMovieTrimmer ====
{| class="wikitable" border="1"
Takes an input u64 size and a TransferMemory handle, returns a GRC [[GRC_services#IGameMovieTrimmer|IGameMovieTrimmer]].
|-
 
This is a wrapper for GRC [[GRC_services#OpenGameMovieTrimmer|OpenGameMovieTrimmer]].
 
Official sw uses an user-buffer for the tmem, with permissions=0.
 
==== ReserveResourceForMovieOperation ====
No input/output.
 
Updates state fields. This must be used before [[#CreateGameMovieTrimmer]].
 
==== UnreserveResourceForMovieOperation ====
No input/output.
 
Updates state fields. This must be used once finished with [[GRC_services#IGameMovieTrimmer|IGameMovieTrimmer]].
 
==== GetMainAppletAvailableUsers ====
Takes a type-0x6 output buffer containing an array of u128 userIDs, returns an output u8 bool and a s32 '''total_entries'''.
 
This gets the userIDs previously set by [[#SetUsers]].
 
The size of the output buffer in entries must be at least 8.
 
Normally the output bool is set to 0, however when no users are available it's set to 1 with '''total_entries''' = -1.
 
==== SetApplicationMemoryReservation ====
Takes an input u64, no output.
 
An Application must be currently running. The input u64 must be 0x1000-byte aligned.
 
==== ShouldSetGpuTimeSliceManually ====
No input, returns an output u8 bool.
 
== IOverlayAppletProxy ==
{| class="wikitable" border="1"
|-
! Cmd || Name || Notes
! Cmd || Name || Notes
|-
|-
Line 861: Line 899:
| 11 || GetLibraryAppletCreator || Returns an [[#ILibraryAppletCreator]].
| 11 || GetLibraryAppletCreator || Returns an [[#ILibraryAppletCreator]].
|-
|-
| 20 || GetOverlayFunctions || Returns an [[#IOverlayFunctions]].
| 20 || OpenLibraryAppletSelfAccessor || Returns an [[#ILibraryAppletSelfAccessor]].
|-
|-
| 21 || [7.0.0+] GetAppletCommonFunctions || No input, returns an [[#IAppletCommonFunctions]].
| 21 || [7.0.0+] GetAppletCommonFunctions || No input, returns an [[#IAppletCommonFunctions]].
|-
| 22 || [15.0.0+] GetHomeMenuFunctions || No input, returns an [[#IHomeMenuFunctions]].
|-
| 23 || [15.0.0+] GetGlobalStateController || No input, returns an [[#IGlobalStateController]].
|-
|-
| 1000 || GetDebugFunctions || Returns an [[#IDebugFunctions]].
| 1000 || GetDebugFunctions || Returns an [[#IDebugFunctions]].
|}
|}


=== IOverlayFunctions ===
=== ILibraryAppletSelfAccessor ===
This is "nn::am::service::ILibraryAppletSelfAccessor".
 
{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
|-
! Cmd || Name
! Cmd || Name || Notes
|-
| 0 || [[#PopInData]] ||
|-
| 1 || [[#PushOutData]] ||
|-
| 2 || [[#PopInteractiveInData]] ||
|-
|-
| 0 || [[#BeginToWatchShortHomeButtonMessage]]
| 3 || [[#PushInteractiveOutData]] ||
|-
|-
| 1 || [[#EndToWatchShortHomeButtonMessage]]
| 5 || [[#GetPopInDataEvent]] ||
|-
|-
| 2 || [[#GetApplicationIdForLogo]]
| 6 || [[#GetPopInteractiveInDataEvent]] ||
|-
|-
| 3 || [[#SetGpuTimeSliceBoost]]
| 10 || [[#ExitProcessAndReturn]] ||
|-
|-
| 4 || [2.0.0+] [[#SetAutoSleepTimeAndDimmingTimeEnabled]]
| 11 || [[#GetLibraryAppletInfo]] ||
|-
|-
| 5 || [2.0.0+] [[#TerminateApplicationAndSetReason]]
| 12 || [[#GetMainAppletIdentityInfo]] ||
|-
|-
| 6 || [3.0.0+] [[#SetScreenShotPermissionGlobally]]
| 13 || [[#CanUseApplicationCore]] ||
|-
|-
| 10 || [6.0.0+] [[#StartShutdownSequenceForOverlay]]
| 14 || [[#GetCallerAppletIdentityInfo]] ||
|-
|-
| 11 || [6.0.0+] [[#StartRebootSequenceForOverlay]]
| 15 || [2.0.0+] [[#GetMainAppletApplicationControlProperty]] ||
|-
|-
| 20 || [8.0.0+] [[#SetHandlingHomeButtonShortPressedEnabled]]
| 16 || [2.0.0+] [[#GetMainAppletStorageId]] ||
|-
|-
| 30 || [9.0.0+] [[#SetHealthWarningShowingState]]
| 17 || [3.0.0+] [[#GetCallerAppletIdentityInfoStack]] ||
|-
|-
| 31 || [10.0.0+] [[#IsHealthWarningRequired]]
| 18 || [4.0.0+] [[#GetNextReturnDestinationAppletIdentityInfo]] ||
|-
|-
| 90 || [7.0.0+] [[#SetRequiresGpuResourceUse]]
| 19 || [4.0.0+] [[#GetDesirableKeyboardLayout]] ||
|-
|-
| 101 || [5.0.0+] [[#BeginToObserveHidInputForDevelop]]
| 20 || [[#PopExtraStorage]] ||
|}
|-
 
| 25 || [[#GetPopExtraStorageEvent]] ||
==== BeginToWatchShortHomeButtonMessage ====
|-
No input/output.
| 30 || [[#UnpopInData]] ||
 
|-
==== EndToWatchShortHomeButtonMessage ====
| 31 || [[#UnpopExtraStorage]] ||
No input/output.
|-
| 40 || [2.0.0+] [[#GetIndirectLayerProducerHandle]] ||
|-
| 50 || [3.0.0+] [[#ReportVisibleError]] ||
|-
| 51 || [4.0.0+] [[#ReportVisibleErrorWithErrorContext]] ||
|-
| 60 || [4.0.0+] [[#GetMainAppletApplicationDesiredLanguage]] ||
|-
| 70 || [8.0.0+] [[#GetCurrentApplicationId]] ||
|-
| 80 || [6.0.0+] [[#RequestExitToSelf]] ||
|-
| 90 || [5.0.0+] [[#CreateApplicationAndPushAndRequestToLaunch]] ||
|-
| 100 || [4.0.0+] [[#CreateGameMovieTrimmer]] ||
|-
| 101 || [5.0.0+] [[#ReserveResourceForMovieOperation]] ||
|-
| 102 || [5.0.0+] [[#UnreserveResourceForMovieOperation]] ||
|-
| 110 || [6.0.0+] [[#GetMainAppletAvailableUsers]] ||
|-
| 120 || [9.0.0+] [[#GetLaunchStorageInfoForDebug]] ||
|-
| 130 || [9.0.0+] [[#GetGpuErrorDetectedSystemEvent]] ||
|-
| 140 || [10.0.0+] [[#SetApplicationMemoryReservation]] ||
|-
| 150 || [10.0.0+] [[#ShouldSetGpuTimeSliceManually]] ||
|-
| 160 || [17.0.0+] [[#GetLibraryAppletInfoEx]] ||
|}


==== GetApplicationIdForLogo ====
==== PopInData ====
No input, returns an output [[NCM_services#ApplicationId|ApplicationId]].
No input, returns an output [[#IStorage]].


Gets the ApplicationId for displaying the logo screen during application launch.
==== PushOutData ====
Takes an input [[#IStorage]], no output.


When no application is running, this returns success with ApplicationId=0.
==== PopInteractiveInData ====
No input, returns an output [[#IStorage]].


==== SetGpuTimeSliceBoost ====
==== PushInteractiveOutData ====
Takes an input u64, no output.
Takes an input [[#IStorage]], no output.


==== SetAutoSleepTimeAndDimmingTimeEnabled ====
==== GetPopInDataEvent ====
Takes an input u8 bool, no output.
No input, returns an output Event handle with autoclear=false.


==== TerminateApplicationAndSetReason ====
==== GetPopInteractiveInDataEvent ====
Takes an input u32 Result, no output.
No input, returns an output Event handle with autoclear=false.


==== SetScreenShotPermissionGlobally ====
==== ExitProcessAndReturn ====
Takes an input u8 bool, no output.
No input/output.


==== StartShutdownSequenceForOverlay ====
Exits the LibraryApplet and returns to running the title which launched this LibraryApplet ([[qlaunch]] for example).
No input/output.


On success, official sw will enter an infinite loop with sleep-thread value 86400000000000.
On success, official sw will enter an infinite loop with sleep-thread value 86400000000000.


==== StartRebootSequenceForOverlay ====
==== GetLibraryAppletInfo ====
No input/output.
No input, returns an output [[#LibraryAppletInfo]].


On success, official sw will enter an infinite loop with sleep-thread value 86400000000000.
==== GetMainAppletIdentityInfo ====
No input, returns an output [[#AppletIdentityInfo]].


==== SetHandlingHomeButtonShortPressedEnabled ====
==== CanUseApplicationCore ====
Takes an input u8 bool, no output.
No input, returns an output u8 bool.


==== SetHealthWarningShowingState ====
==== GetCallerAppletIdentityInfo ====
Takes an input u8 bool, no output.
No input, returns an output [[#AppletIdentityInfo]].
 
==== GetMainAppletApplicationControlProperty ====
No input, takes a type-0x16 output buffer.
 
This gets the [[NACP_Format|control.nacp]].
 
==== GetMainAppletStorageId ====
No input, returns an output u8 storageId.


This writes the input bool into state, signals an Event, and returns 0.
==== GetCallerAppletIdentityInfoStack ====
Takes a type-0x6 output buffer containing an array of [[#AppletIdentityInfo]], and returns an output s32 total_entries.


==== IsHealthWarningRequired ====
==== GetNextReturnDestinationAppletIdentityInfo ====
No input, returns an output u8 bool.
No input, returns an output [[#AppletIdentityInfo]].


==== SetRequiresGpuResourceUse ====
==== GetDesirableKeyboardLayout ====
Takes an input u8 bool, no output.
No input, returns an output u32.


Just returns 0.
The output u32 is "nn::settings::KeyboardLayout".


==== BeginToObserveHidInputForDevelop ====
This gets the value previously set by [[#SetDesirableKeyboardLayout]]. An error is returned if it's not set.
No input/output.


Sets various state fields and signals an userspace-event.
==== PopExtraStorage ====
No input, returns an output [[#IStorage]].


Enables HID input for the OverlayApplet, without disabling input for the foreground applet.
==== GetPopExtraStorageEvent ====
No input, returns an output Event handle with autoclear=false.


== IApplicationProxy ==
==== UnpopInData ====
{| class="wikitable" border="1"
Takes an input [[#IStorage]], no output.
|-
 
! Cmd || Name || Notes
==== UnpopExtraStorage ====
|-
Takes an input [[#IStorage]], no output.
| 0 || GetCommonStateGetter || Returns an [[#ICommonStateGetter]].
 
|-
==== GetIndirectLayerProducerHandle ====
| 1 || GetSelfController || Returns an [[#ISelfController]].
No input, returns an output u64.
|-
 
| 2 || GetWindowController || Returns an [[#IWindowController]].
==== ReportVisibleError ====
|-
Takes an input [[Error_Applet#ErrorCode|ErrorCode]], no output.
| 3 || GetAudioController || Returns an [[#IAudioController]].
 
|-
==== ReportVisibleErrorWithErrorContext ====
| 4 || GetDisplayController || Returns an [[#IDisplayController]].
Takes an input [[Error_Applet#ErrorCode|ErrorCode]] and a type-0x15 input buffer containing an [[Error_Applet#ErrorContext|ErrorContext]], no output.
|-
| 10 || GetProcessWindingController || Returns an [[#IProcessWindingController]].
|-
| 11 || GetLibraryAppletCreator || Returns an [[#ILibraryAppletCreator]].
|-
| 20 || GetApplicationFunctions || Returns an [[#IApplicationFunctions]].
|-
| 1000 || GetDebugFunctions || Returns an [[#IDebugFunctions]].
|}


=== IApplicationFunctions ===
==== GetMainAppletApplicationDesiredLanguage ====
{| class="wikitable" border="1"
No input, returns an output [[Settings_services#LanguageCode|LanguageCode]].
|-
 
! Cmd || Name
==== GetCurrentApplicationId ====
|-
No input, returns an output [[NCM_services#ApplicationId|ApplicationId]].
| 1 || [[#PopLaunchParameter]]
 
|-
Gets the [[NCM_services#ApplicationId|ApplicationId]] for the currently running Application. ApplicationId=0 when no Application is running.
| 10 || [[#CreateApplicationAndPushAndRequestToStart]]
 
|-
==== RequestExitToSelf ====
| 11 || [3.0.0+] [[#CreateApplicationAndPushAndRequestToStartForQuest]]
No input/output.
|-
 
| 12 || [4.0.0+] [[#CreateApplicationAndRequestToStart]]
Same as [[#RequestExit]] except this is for the current applet.
|-
 
| 13 || [4.0.0+] [[#CreateApplicationAndRequestToStartForQuest]]
==== CreateApplicationAndPushAndRequestToLaunch ====
|-
Takes an input [[NCM_services#ApplicationId|ApplicationId]] and an input #IStorage, no output.
| 14 || [7.0.0+] [[#CreateApplicationWithAttributeAndPushAndRequestToStartForQuest]]
 
|-
This is is similar to [[#CreateApplicationAndPushAndRequestToStart]].
| 15 || [7.0.0+] [[#CreateApplicationWithAttributeAndRequestToStartForQuest]]
 
|-
==== CreateGameMovieTrimmer ====
| 20 || [[#EnsureSaveData]]
Takes an input u64 size and a TransferMemory handle, returns a GRC [[GRC_services#IGameMovieTrimmer|IGameMovieTrimmer]].
|-
 
| 21 || [[#GetDesiredLanguage]]
This is a wrapper for GRC [[GRC_services#OpenGameMovieTrimmer|OpenGameMovieTrimmer]].
|-
 
| 22 || [[#SetTerminateResult]]
Official sw uses an user-buffer for the tmem, with permissions=0.
|-
 
| 23 || [[#GetDisplayVersion]]
==== ReserveResourceForMovieOperation ====
|-
No input/output.
| 24 || [2.0.0+] [[#GetLaunchStorageInfoForDebug]]
 
|-
Updates state fields. This must be used before [[#CreateGameMovieTrimmer]].
| 25 || [3.0.0+] ExtendSaveData
 
|-
==== UnreserveResourceForMovieOperation ====
| 26 || [3.0.0+] GetSaveDataSize
No input/output.
 
Updates state fields. This must be used once finished with [[GRC_services#IGameMovieTrimmer|IGameMovieTrimmer]].
 
==== GetMainAppletAvailableUsers ====
Takes a type-0x6 output buffer containing an array of u128 userIDs, returns an output u8 bool and a s32 '''total_entries'''.
 
This gets the userIDs previously set by [[#SetUsers]].
 
The size of the output buffer in entries must be at least 8.
 
Normally the output bool is set to 0, however when no users are available it's set to 1 with '''total_entries''' = -1.
 
==== SetApplicationMemoryReservation ====
Takes an input u64, no output.
 
An Application must be currently running. The input u64 must be 0x1000-byte aligned.
 
==== ShouldSetGpuTimeSliceManually ====
No input, returns an output u8 bool.
 
==== GetLibraryAppletInfoEx ====
No input, returns an output u64. Currently always returns 0.
 
== IOverlayAppletProxy ==
This is "nn::am::service::IOverlayAppletProxy".
 
{| class="wikitable" border="1"
|-
|-
| 27 || [5.0.0+] CreateCacheStorage
! Cmd || Name || Notes
|-
|-
| 28 || [11.0.0+] [[#GetSaveDataSizeMax]]
| 0 || GetCommonStateGetter || Returns an [[#ICommonStateGetter]].
|-
|-
| 29 || [11.0.0+] [[#GetCacheStorageMax]]
| 1 || GetSelfController || Returns an [[#ISelfController]].
|-
|-
| 30 || [[#BeginBlockingHomeButtonShortAndLongPressed]]
| 2 || GetWindowController || Returns an [[#IWindowController]].
|-
|-
| 31 || [[#EndBlockingHomeButtonShortAndLongPressed]]
| 3 || GetAudioController || Returns an [[#IAudioController]].
|-
|-
| 32 || [[#BeginBlockingHomeButton]]
| 4 || GetDisplayController || Returns an [[#IDisplayController]].
|-
|-
| 33 || [[#EndBlockingHomeButton]]
| 10 || GetProcessWindingController || Returns an [[#IProcessWindingController]].
|-
|-
| 34 || [10.0.0+] [[#SelectApplicationLicense]]
| 11 || GetLibraryAppletCreator || Returns an [[#ILibraryAppletCreator]].
|-
|-
| 35 || [11.0.0+] [[#GetDeviceSaveDataSizeMax]]
| 20 || GetOverlayFunctions || Returns an [[#IOverlayFunctions]].
|-
|-
| 40 || [[#NotifyRunning]]
| 21 || [7.0.0+] GetAppletCommonFunctions || No input, returns an [[#IAppletCommonFunctions]].
|-
|-
| 50 || [2.0.0+] [[#GetPseudoDeviceId]]
| 23 || [15.0.0+] GetGlobalStateController || No input, returns an [[#IGlobalStateController]].
|-
|-
| 60 || [2.0.0+] [[#SetMediaPlaybackStateForApplication]]
| 1000 || GetDebugFunctions || Returns an [[#IDebugFunctions]].
|}
 
=== IOverlayFunctions ===
This is "nn::am::service::IOverlayFunctions".
 
{| class="wikitable" border="1"
|-
|-
| 65 || [3.0.0+] [[#IsGamePlayRecordingSupported]]
! Cmd || Name
|-
|-
| 66 || [3.0.0+] [[#InitializeGamePlayRecording]]
| 0 || [[#BeginToWatchShortHomeButtonMessage]]
|-
|-
| 67 || [3.0.0+] [[#SetGamePlayRecordingState]]
| 1 || [[#EndToWatchShortHomeButtonMessage]]
|-
|-
| 68 || [4.0.0+] [[#RequestFlushGamePlayingMovieForDebug]]
| 2 || [[#GetApplicationIdForLogo]]
|-
|-
| 70 || [3.0.0+] [[#RequestToShutdown]]
| 3 || [[#SetGpuTimeSliceBoost]]
|-
|-
| 71 || [3.0.0+] [[#RequestToReboot]]
| 4 || [2.0.0+] [[#SetAutoSleepTimeAndDimmingTimeEnabled]]
|-
|-
| 72 || [10.0.0+] [[#RequestToSleep]]
| 5 || [2.0.0+] [[#TerminateApplicationAndSetReason]]
|-
|-
| 80 || [4.0.0+] [[#ExitAndRequestToShowThanksMessage]]
| 6 || [3.0.0+] [[#SetScreenShotPermissionGlobally]]
|-
|-
| 90 || [4.0.0+] [[#EnableApplicationCrashReport]]
| 10 || [6.0.0+] [[#StartShutdownSequenceForOverlay]]
|-
|-
| 100 || [5.0.0+] [[#InitializeApplicationCopyrightFrameBuffer]]  
| 11 || [6.0.0+] [[#StartRebootSequenceForOverlay]]
|-
|-
| 101 || [5.0.0+] [[#SetApplicationCopyrightImage]]
| 20 || [8.0.0+] [[#SetHandlingHomeButtonShortPressedEnabled]]
|-
|-
| 102 || [5.0.0+] [[#SetApplicationCopyrightVisibility]]
| 21 || [14.0.0+] SetHandlingTouchScreenInputEnabled
|-
|-
| 110 || [5.0.0+] [[#QueryApplicationPlayStatistics]]
| 30 || [9.0.0+] [[#SetHealthWarningShowingState]]
|-
|-
| 111 || [6.0.0+] [[#QueryApplicationPlayStatisticsByUid]]
| 31 || [10.0.0+] [[#IsHealthWarningRequired]]
|-
|-
| 120 || [5.0.0+] [[#ExecuteProgram]]
| 40 || [18.0.0+] GetApplicationNintendoLogo
|-
|-
| 121 || [5.0.0+] [[#ClearUserChannel]]
| 41 || [18.0.0+] GetApplicationStartupMovie
|-
|-
| 122 || [5.0.0+] [[#UnpopToUserChannel]]
| 50 || [19.0.0+] SetGpuTimeSliceBoostForApplication
|-
|-
| 123 || [5.0.0+] [[#GetPreviousProgramIndex]]
| 60 || [19.0.0+]  
|-
|-
| 124 || [6.0.0+] [[#EnableApplicationAllThreadDumpOnCrash]]
| 61 || [S2]
|-
|-
| 130 || [8.0.0+] [[#GetGpuErrorDetectedSystemEvent]]
| 70 || [21.0.0+]  
|-
|-
| 131 || [11.0.0+] [[#SetDelayTimeToAbortOnGpuError]]
| 71 || [21.0.0+]  
|-
|-
| 140 || [9.0.0+] [[#GetFriendInvitationStorageChannelEvent]]
| 75 || [21.0.0+]  
|-
|-
| 141 || [9.0.0+] [[#TryPopFromFriendInvitationStorageChannel]]  
| 90 || [7.0.0+] [[#SetRequiresGpuResourceUse]]
|-
|-
| 150 || [9.0.0+] [[#GetNotificationStorageChannelEvent]]
| 101 || [5.0.0+] [[#BeginToObserveHidInputForDevelop]]
|-
|-
| 151 || [9.0.0+] [[#TryPopFromNotificationStorageChannel]]
| 110 || [S2]
|-
|-
| 160 || [9.0.0+] [[#GetHealthWarningDisappearedSystemEvent]]
| 1000 || [S2]
|-
| 170 || [9.0.0+] [[#SetHdcpAuthenticationActivated]]
|-
| 180 || [10.1.0+] [[#GetLaunchRequiredVersion]]
|-
| 181 || [10.1.0+] [[#UpgradeLaunchRequiredVersion]]
|-
| 190 || [11.0.0+] [[#SendServerMaintenanceOverlayNotification]]
|-
| 200 || [11.0.0+] [[#GetLastApplicationExitReason]]
|-
| 500 || [5.0.0+] [[#StartContinuousRecordingFlushForDebug]]
|-
| 1000 || [5.0.0+] [[#CreateMovieMaker]]
|-
| 1001 || [5.0.0+] [[#PrepareForJit]]
|}
|}


The BOTW game uses this GamePlayRecording functionality from the main-nso "nninitStartup" function, with size 0x6000000(96MiB). The official GamePlayRecording-enable code does the following(this will panic on any failure):
==== BeginToWatchShortHomeButtonMessage ====
* [[SVC|Creates]] TransferMemory using the input buffer and size, with permissions=0.
No input/output.
* Uses [[#InitializeGamePlayRecording]] with the TransferMemory.
* Closes the TransferMemory handle, + TransferMemory cleanup.
* Uses [[#SetGamePlayRecordingState]] with value 0x1.
This GamePlayRecording functionality presumably enables the video-recording usable starting with [[4.0.0]].


==== PopLaunchParameter ====
==== EndToWatchShortHomeButtonMessage ====
Takes an input u32 [[#LaunchParameterKind]], returns an output [[#IStorage]].
No input/output.


Pops a LaunchParameter [[#IStorage]], the storage will be removed from sysmodule state during this.
==== GetApplicationIdForLogo ====
No input, returns an output [[NCM_services#ApplicationId|ApplicationId]].


==== CreateApplicationAndPushAndRequestToStart ====
Gets the ApplicationId for displaying the logo screen during application launch.
Takes an input [[NCM_services#ApplicationId|ApplicationId]] and an input [[#IStorage]], no output. ApplicationId=0 can be used to relaunch the current application.


==== CreateApplicationAndPushAndRequestToStartForQuest ====
When no application is running, this returns success with ApplicationId=0.
Takes 2 input u32s (loaded from struct [[#ApplicationAttributeForQuest]]), an input [[NCM_services#ApplicationId|ApplicationId]], and an input [[#IStorage]], no output.


==== CreateApplicationAndRequestToStart ====
==== SetGpuTimeSliceBoost ====
Takes an input [[NCM_services#ApplicationId|ApplicationId]], no output.
Takes an input u64, no output.


Same as [[#CreateApplicationAndPushAndRequestToStart]] except without the input storage, official sw uses this when no input storage is specified.
==== SetAutoSleepTimeAndDimmingTimeEnabled ====
Takes an input u8 bool, no output.


==== CreateApplicationAndRequestToStartForQuest ====
==== TerminateApplicationAndSetReason ====
Takes 2 input u32s (loaded from struct [[#ApplicationAttributeForQuest]]) and an input [[NCM_services#ApplicationId|ApplicationId]], no output.
Takes an input u32 Result, no output.


Same as [[#CreateApplicationAndPushAndRequestToStartForQuest]] except without the input storage, official sw uses this when no input storage is specified.
==== SetScreenShotPermissionGlobally ====
Takes an input u8 bool, no output.


==== CreateApplicationWithAttributeAndPushAndRequestToStartForQuest ====
==== StartShutdownSequenceForOverlay ====
Takes an input [[NCM_services#ApplicationId|ApplicationId]], a type-0x15 input buffer containing an [[#ApplicationAttribute]], an input [[#IStorage]], no output.
No input/output.


Same as [[#CreateApplicationAndPushAndRequestToStartForQuest]] except the entire attributes structure is directly specified via the input buffer. This command replaces [[#CreateApplicationAndPushAndRequestToStartForQuest]], official user-processes no longer use [[#CreateApplicationAndPushAndRequestToStartForQuest]].
On success, official sw will enter an infinite loop with sleep-thread value 86400000000000.


==== CreateApplicationWithAttributeAndRequestToStartForQuest ====
==== StartRebootSequenceForOverlay ====
Takes an input [[NCM_services#ApplicationId|ApplicationId]] and a type-0x15 input buffer containing an [[#ApplicationAttribute]], no output.
No input/output.


Same as [[#CreateApplicationAndRequestToStartForQuest]] except the entire attributes structure is directly specified via the input buffer. This command replaces [[#CreateApplicationAndRequestToStartForQuest]], official user-processes no longer use [[#CreateApplicationAndPushAndRequestToStartForQuest]].
On success, official sw will enter an infinite loop with sleep-thread value 86400000000000.


==== EnsureSaveData ====
==== SetHandlingHomeButtonShortPressedEnabled ====
Takes an input u128 userID, returns an output u64 size.
Takes an input u8 bool, no output.


Calls sdk func <code>nn::fs::EnsureApplicationSaveData</code>. [[qlaunch]] also calls this same sdk func directly.
==== SetHealthWarningShowingState ====
Takes an input u8 bool, no output.


Creates the various savedata as specified by the application [[NACP_Format|control.nacp]] when the savedata doesn't exist.
This writes the input bool into state, signals an Event, and returns 0.


Official user-processes launch the dataErase LibraryApplet depending on the Result, the above output size is used with this.
==== IsHealthWarningRequired ====
No input, returns an output u8 bool.


==== GetDesiredLanguage ====
==== SetRequiresGpuResourceUse ====
No input, returns an output [[Settings_services#LanguageCode|LanguageCode]].
Takes an input u8 bool, no output.


==== SetTerminateResult ====
Just returns 0.
Takes an input u32 '''Result''', no output.


For example, in some cases official apps use this with [[Error_codes|error]] 0x2A2 then uses svcBreak.
==== BeginToObserveHidInputForDevelop ====
No input/output.


==== GetDisplayVersion ====
Sets various state fields and signals an userspace-event.
No input, returns an output 0x10-byte struct.


The output struct is "nn::oe::DisplayVersion". This the DisplayVersion string copied from the application [[NACP_Format|control.nacp]], this is always NUL-terminated.
Enables HID input for the OverlayApplet, without disabling input for the foreground applet.
 
==== GetLaunchStorageInfoForDebug ====
No input, returns an output u8 [[Filesystem_services#StorageId|StorageId]] and u8 [[Filesystem_services#StorageId|StorageId]].


This returns two u8s loaded from state, these are the same StorageIds from [[#ApplicationLaunchProperty]].
== ICMenuProxy ==
This is "nn::am::service::ICMenuProxy".


==== GetSaveDataSizeMax ====
This is exclusive to Switch 2.
No input, returns two ouput s64s.


==== GetCacheStorageMax ====
{| class="wikitable" border="1"
No input, returns an output s32 and s64.
|-
! Cmd || Name || Notes
|-
| 0 || GetCommonStateGetter || Returns an [[#ICommonStateGetter]].
|-
| 1 || GetSelfController || Returns an [[#ISelfController]].
|-
| 2 || GetWindowController || Returns an [[#IWindowController]].
|-
| 3 || GetAudioController || Returns an [[#IAudioController]].
|-
| 4 || GetDisplayController || Returns an [[#IDisplayController]].
|-
| 1000 || GetDebugFunctions || Returns an [[#IDebugFunctions]].
|-
| 10 || GetProcessWindingController || Returns an [[#IProcessWindingController]].
|-
| 11 || GetLibraryAppletCreator || Returns an [[#ILibraryAppletCreator]].
|-
| 20 || GetOverlayFunctions || Returns an [[#IOverlayFunctions]].
|-
| 21 || GetAppletCommonFunctions || No input, returns an [[#IAppletCommonFunctions]].
|-
| 23 || GetGlobalStateController || No input, returns an [[#IGlobalStateController]].
|-
| 24 || || No input, returns an [[#ICMenuFunctions|ICMenuFunctions]].
|}


==== BeginBlockingHomeButtonShortAndLongPressed ====
=== ICMenuFunctions ===
Takes an input s64, no output.
This is "nn::am::service::ICMenuFunctions".


Official user-processes use hard-coded value 0 for the s64.
This is exclusive to Switch 2.


Starts blocking the Home button.
{| class="wikitable" border="1"
 
|-
==== EndBlockingHomeButtonShortAndLongPressed ====
! Cmd || Name
No input/output.
|-
 
| 0 ||
Ends the blocking started by [[#BeginBlockingHomeButtonShortAndLongPressed]].
|-
 
| 1 ||
==== BeginBlockingHomeButton ====
|-
Takes an input s64 nanoseconds, no output. The input nanoseconds can be zero.
| 2 ||
|-
| 3 ||
|-
| 4 ||
|-
| 5 ||
|-
| 6 ||
|-
| 10 ||
|-
| 11 ||
|-
| 20 ||
|-
| 21 ||
|-
| 30 ||
|-
| 31 ||
|-
| 40 ||
|-
| 41 ||
|-
| 50 ||
|-
| 60 ||
|-
| 61 ||
|-
| 90 ||
|-
| 101 ||
|-
| 110 ||
|-
| 1000 ||
|-
| 200 ||
|-
| 202 ||
|-
| 210 || [20.0.0+]
|-
| 220 || [20.0.0+]
|}


==== EndBlockingHomeButton ====
==== Cmd200 ====
No input/output.
No input, returns an [[#ILibraryAppletAgent|ILibraryAppletAgent]].


==== SelectApplicationLicense ====
==== Cmd202 ====
Takes an input array of [[#ApplicationLicenseType]], returns an output [[#ApplicationLicenseType]].
Takes {...}, returns an [[#IFocusableLayer|IFocusableLayer]].


==== GetDeviceSaveDataSizeMax ====
==== ILibraryAppletAgent ====
No input, returns two output s64s.
This is "nn::am::service::ILibraryAppletAgent".


==== NotifyRunning ====
This is exclusive to Switch 2.
Takes no input. Returns an output u8 bool, which is ignored by official user-processes.


==== GetPseudoDeviceId ====
{| class="wikitable" border="1"
No input, returns an output 0x10-byte "nn::util::Uuid" struct.
|-
 
! Cmd || Name
The 0x20-byte output data from [[NS_Services|GetSystemSeedForPseudoDeviceId]] followed by the 8-byte [[NACP_Format|SeedForPseudoDeviceId]] from the current control.nacp, is hashed with SHA1. Then "nn::util::GenerateUuidVersion5" is called with the final hash, the output from this is then returned for the Uuid.
|-
 
| 0 ||
==== SetMediaPlaybackStateForApplication ====
|-
Takes an input u8 bool, no output.
| 1 ||
|-
| 2 ||
|-
| 3 ||
|-
| 4 ||
|-
| 5 ||
|-
| 10 ||
|-
| 20 ||
|-
| 21 ||
|-
| 31 ||
|-
| 32 ||
|-
| 33 ||
|-
| 34 ||
|-
| 35 ||
|-
| 40 ||
|-
| 41 ||  
|-
| 42 ||
|}


==== IsGamePlayRecordingSupported ====
===== Cmd0 =====
No input, returns an output u8 bool.
No input, returns an [[#IStorage|IStorage]].


==== InitializeGamePlayRecording ====
===== Cmd1 =====
Takes a TransferMemory handle and an u64 for the size of the TransferMemory. The size must match 0x6000000 otherwise an error is returned.
Takes an unknown input interface, no output.


==== SetGamePlayRecordingState ====
===== Cmd2 =====
Takes an input u32. 0 = disable/pause, 1 = enable/restart.
No input, returns an [[#IStorage|IStorage]].
 
==== RequestFlushGamePlayingMovieForDebug ====
No input/output.


Requests to save the video recording, as if the Capture-button was held.
===== Cmd3 =====
Takes an unknown input interface, no output.


==== RequestToShutdown ====
===== Cmd10 =====
No input/output.
No input, returns an [[#IStorage|IStorage]].


On success, official sw will enter an infinite loop with sleep-thread value 86400000000000.
===== Cmd20 =====
Takes an unknown input interface, no output.


==== RequestToReboot ====
===== Cmd21 =====
No input/output.
Takes an unknown input interface, no output.


On success, official sw will enter an infinite loop with sleep-thread value 86400000000000.
==== IFocusableLayer ====
This is "nn::am::service::IFocusableLayer".


==== RequestToSleep ====
This is exclusive to Switch 2.
No input/output.


==== ExitAndRequestToShowThanksMessage ====
{| class="wikitable" border="1"
No input/output.
|-
! Cmd || Name
|-
| 0 ||
|-
| 1 ||
|-
| 2 ||
|-
| 3 ||
|-
| 4 ||
|-
| 10 ||
|-
| 11 ||
|-
| 20 ||
|-
| 21 ||
|-
| 32 ||
|-
| 33 ||
|-
| 40 ||
|-
| 41 ||
|-
| 42 ||
|-
| 50 || [20.0.0+]
|-
| 51 || [20.0.0+]
|-
| 60 || [20.0.0+]
|-
| 70 || [20.0.0+]
|-
| 71 || [20.0.0+]
|}


Used to exit the application and return to the kiosk menu. Official sw uses [[#UnlockExit]] immediately before this if needed.
== IApplicationProxy ==
This is "nn::am::service::IApplicationProxy".


On success, official sw will enter an infinite loop with sleep-thread value 86400000000000.
{| class="wikitable" border="1"
 
|-
This throws an error when the cached [[Settings_services#GetQuestFlag]] value is 0.
! Cmd || Name || Notes
 
|-
==== EnableApplicationCrashReport ====
| 0 || GetCommonStateGetter || Returns an [[#ICommonStateGetter]].
Takes an input u8 bool, no output.
|-
 
| 1 || GetSelfController || Returns an [[#ISelfController]].
==== InitializeApplicationCopyrightFrameBuffer ====
|-
Takes an input TransferMemory handle, an s32 '''width''', an s32 '''height''', an u64 tmem_size, and no output.
| 2 || GetWindowController || Returns an [[#IWindowController]].
 
|-
tmem_size must be 0x40000-byte aligned. '''width''' must be 1-1280, and '''height''' must be 1-720.
| 3 || GetAudioController || Returns an [[#IAudioController]].
|-
| 4 || GetDisplayController || Returns an [[#IDisplayController]].
|-
| 10 || GetProcessWindingController || Returns an [[#IProcessWindingController]].
|-
| 11 || GetLibraryAppletCreator || Returns an [[#ILibraryAppletCreator]].
|-
| 20 || GetApplicationFunctions || Returns an [[#IApplicationFunctions]].
|-
| 40 || [S2] || Returns an [[#IPerformanceFunctions|IPerformanceFunctions]].
|-
| 60 || [S2] || Returns an [[#IGraphicsScalingParametersFunctions|IGraphicsScalingParametersFunctions]].
|-
| 1000 || GetDebugFunctions || Returns an [[#IDebugFunctions]].
|}


User-processes create the tmem with an user-specified buffer with permissions=0. '''width''' = 1280 and '''height''' = 720.
=== IApplicationFunctions ===
This is "nn::am::service::IApplicationFunctions".


This is used as an overlay for screenshots.
{| class="wikitable" border="1"
 
|-
==== SetApplicationCopyrightImage ====
! Cmd || Name
Takes a type-0x45 input buffer, an s32 '''x''', an s32 '''y''', an s32 '''width''', an s32 '''height''', an s32 [[#WindowOriginMode]], and no output.
|-
 
| 1 || [[#PopLaunchParameter]]
'''x''' and '''y''' must not have the negative bit set. '''width''' and '''height''' must not be <1.
|-
 
| 10 || [[#CreateApplicationAndPushAndRequestToStart]]
Sets the RGBA8 image for use with [[#InitializeApplicationCopyrightFrameBuffer]]. Overrides the current image, if this was already used previously.
|-
 
| 11 || [3.0.0+] [[#CreateApplicationAndPushAndRequestToStartForQuest]]
==== SetApplicationCopyrightVisibility ====
|-
Takes an input u8 bool, no output.
| 12 || [4.0.0+] [[#CreateApplicationAndRequestToStart]]
 
|-
Sets the visibility for the image set by [[#SetApplicationCopyrightImage]], in screenshots. By default it's visible.
| 13 || [4.0.0+] [[#CreateApplicationAndRequestToStartForQuest]]
 
|-
==== QueryApplicationPlayStatistics ====
| 14 || [7.0.0+] [[#CreateApplicationWithAttributeAndPushAndRequestToStartForQuest]]
Takes a type-0x6 output buffer containing an array of [[Shared_Database_services|ApplicationPlayStatistics]] and a type-0x5 input buffer containing an array of [[NCM_services#ApplicationId|ApplicationId]]. Returns an output s32 for actual total output entries.
|-
 
| 15 || [7.0.0+] [[#CreateApplicationWithAttributeAndRequestToStartForQuest]]
The number of entries in each array is the same.
|-
 
| 20 || [[#EnsureSaveData]]
See also [[NACP_Format#PlayLogQueryCapability|PlayLogQueryCapability]].
|-
 
| 21 || [[#GetDesiredLanguage]]
This uses [[Shared_Database_services|pdm:qry]] QueryApplicationPlayStatisticsForSystem.
|-
 
| 22 || [[#SetTerminateResult]]
==== QueryApplicationPlayStatisticsByUid ====
|-
Takes a u128 userID, a type-0x6 output buffer containing an array of [[Shared_Database_services|ApplicationPlayStatistics]] and a type-0x5 input buffer containing an array of [[NCM_services#ApplicationId|ApplicationId]]. Returns an output s32 for actual total output entries.
| 23 || [[#GetDisplayVersion]]
 
|-
Same as [[#QueryApplicationPlayStatistics]] except this uses [[Shared_Database_services|pdm:qry]] cmd16, to get playstats specific to userIDs.  
| 24 || [2.0.0+] [[#GetLaunchStorageInfoForDebug]]
 
|-
==== ExecuteProgram ====
| 25 || [3.0.0+] ExtendSaveData
Takes an input u32 [[#ProgramSpecifyKind]] and an input u64, no output.
|-
 
| 26 || [3.0.0+] GetSaveDataSize
==== ClearUserChannel ====
|-
No input/output.
| 27 || [5.0.0+] CreateCacheStorage
 
|-
Clears the UserChannel used by [[#UnpopToUserChannel]].
| 28 || [11.0.0+] [[#GetSaveDataSizeMax]]
 
|-
==== UnpopToUserChannel ====
| 29 || [11.0.0+] [[#GetCacheStorageMax]]
Takes an input [[#IStorage]], no output.
|-
 
| 30 || [[#BeginBlockingHomeButtonShortAndLongPressed]]
The input storage is pushed to the UserChannel. This is the same channel used by [[#LaunchParameterKind]] value 1.
|-
 
| 31 || [[#EndBlockingHomeButtonShortAndLongPressed]]
User-processes create a storage using data specified by the user (written to offset=0 size=inputsize), with max size 0x1000. This storage is then used with this cmd.
|-
 
| 32 || [[#BeginBlockingHomeButton]]
==== GetPreviousProgramIndex ====
|-
No input, returns an output s32.
| 33 || [[#EndBlockingHomeButton]]
 
|-
Gets the ProgramIndex of the Application which launched this title. The output ProgramIndex is -1 when there was no previous title.
| 34 || [10.0.0-15.0.1] [[#SelectApplicationLicense]]
 
|-
==== EnableApplicationAllThreadDumpOnCrash ====
| 35 || [11.0.0+] [[#GetDeviceSaveDataSizeMax]]
Takes an input u8 bool, no output.
|-
 
| 36 || [14.0.0+] GetLimitedApplicationLicense
==== GetGpuErrorDetectedSystemEvent ====
|-
No input, returns an output Event handle with autoclear=false.
| 37 || [14.0.0+] GetLimitedApplicationLicenseUpgradableEvent
 
|-
This is used by sdknso during applet-application initialization. A separate thread is setup where event-waiting is handled. When the Event is signaled, official sw will Abort.
| 40 || [[#NotifyRunning]]
 
|-
==== SetDelayTimeToAbortOnGpuError ====
| 50 || [2.0.0+] [[#GetPseudoDeviceId]]
Takes an input s64 "nn::TimeSpan", no output.
|-
 
| 60 || [2.0.0+] [[#SetMediaPlaybackStateForApplication]]
==== GetFriendInvitationStorageChannelEvent ====
|-
No input, returns an output Event handle with EventClearMode=0.
| 65 || [3.0.0+] [[#IsGamePlayRecordingSupported]]
 
|-
This is exposed by sdknso under <code>nn::friends::</code>. This returns a ptr to the cached Event in global state, with the Event being loaded if not previously initialized.
| 66 || [3.0.0+] [[#InitializeGamePlayRecording]]
 
|-
==== TryPopFromFriendInvitationStorageChannel ====
| 67 || [3.0.0+] [[#SetGamePlayRecordingState]]
No input, returns an output [[#IStorage]].
|-
 
| 68 || [4.0.0+] [[#RequestFlushGamePlayingMovieForDebug]]
This uses the same StorageChannel as [[#PushToFriendInvitationStorageChannel]].
|-
 
| 70 || [3.0.0+] [[#RequestToShutdown]]
This is exposed by sdknso under <code>nn::friends::</code>. When the storage_size is <0x10, this returns false. <code>data_size = storage_size-0x10;</code> Then the first 0x10-bytes from storage are read to stack, which is later copied to the output Uid on success prior to returning. Then the storage is read into the specified output buffer with storage-offset 0x10, where the size is <code>size = data_size > buf_size ? buf_size : data_size</code>. Reading is skipped if size is zero. Afterwards the used size is written to an output param. On success, true is returned.
|-
 
| 71 || [3.0.0+] [[#RequestToReboot]]
==== GetNotificationStorageChannelEvent ====
|-
No input, returns an output Event handle with EventClearMode=0.
| 72 || [10.0.0+] [[#RequestToSleep]]
 
|-
This is exposed by sdknso under <code>nn::notification::</code>. This returns a ptr to the cached Event in global state, with the Event being loaded if not previously initialized.
| 80 || [4.0.0+] [[#ExitAndRequestToShowThanksMessage]]
 
|-
==== TryPopFromNotificationStorageChannel ====
| 90 || [4.0.0+] [[#EnableApplicationCrashReport]]
No input, returns an output [[#IStorage]].
|-
 
| 100 || [5.0.0+] [[#InitializeApplicationCopyrightFrameBuffer]]  
This uses the same StorageChannel as [[#PushToNotificationStorageChannel]].
|-
 
| 101 || [5.0.0+] [[#SetApplicationCopyrightImage]]
This is exposed by sdknso under <code>nn::notification::</code>. The storage is read into the specified output buffer, where the size is <code>size = storage_size > buf_size ? buf_size : storage_size</code>. Reading is skipped if size is zero. Afterwards the used size is written to an output param.
|-
 
| 102 || [5.0.0+] [[#SetApplicationCopyrightVisibility]]
==== GetHealthWarningDisappearedSystemEvent ====
|-
No input, returns an output Event with EventClearMode=0.
| 110 || [5.0.0+] [[#QueryApplicationPlayStatistics]]
 
|-
==== SetHdcpAuthenticationActivated ====
| 111 || [6.0.0+] [[#QueryApplicationPlayStatisticsByUid]]
Takes an input u8 bool, no output.
|-
 
| 112 || [20.0.0+]
==== GetLaunchRequiredVersion ====
|-
Takes an input [[NCM_services#ApplicationId|ApplicationId]], an u64, returns an output [[#LaunchRequiredVersion]].
| 113 || [20.0.0+]
 
|-
sdknso passes hard-coded value 0 for the u64.
| 120 || [5.0.0+] [[#ExecuteProgram]]
|-
| 121 || [5.0.0+] [[#ClearUserChannel]]
|-
| 122 || [5.0.0+] [[#UnpopToUserChannel]]
|-
| 123 || [5.0.0+] [[#GetPreviousProgramIndex]]
|-
| 124 || [6.0.0+] [[#EnableApplicationAllThreadDumpOnCrash]]
|-
| 130 || [8.0.0+] [[#GetGpuErrorDetectedSystemEvent]]
|-
| 131 || [11.0.0+] [[#SetDelayTimeToAbortOnGpuError]]
|-
| 140 || [9.0.0+] [[#GetFriendInvitationStorageChannelEvent]]
|-
| 141 || [9.0.0+] [[#TryPopFromFriendInvitationStorageChannel]]
|-
| 150 || [9.0.0+] [[#GetNotificationStorageChannelEvent]]
|-
| 151 || [9.0.0+] [[#TryPopFromNotificationStorageChannel]]
|-
| 160 || [9.0.0+] [[#GetHealthWarningDisappearedSystemEvent]]
|-
| 170 || [9.0.0+] [[#SetHdcpAuthenticationActivated]]
|-
| 180 || [10.1.0+] [[#GetLaunchRequiredVersion]]
|-
| 181 || [10.1.0+] [[#UpgradeLaunchRequiredVersion]]
|-
| 190 || [11.0.0+] [[#SendServerMaintenanceOverlayNotification]]
|-
| 200 || [11.0.0+] [[#GetLastApplicationExitReason]]
|-
| 210 || [20.0.0+]
|-
| 220 || [20.0.0+] [[#SetAudioOutputPolicy|SetAudioOutputPolicy]]
|-
| 230 || [S2] [20.0.0+] IsTensorRtSupported
|-
| 300 || [19.0.0+] [[#CreateMovieWriter]]
|-
| 310 || [20.0.0+] [[#RequestExitApplicationAndTryPopMessage|RequestExitApplicationAndTryPopMessage]]
|-
| 320 || [20.0.0+]
|-
| 321 || [S2] [20.0.0+]
|-
| 330 || [20.2.0+] IsLanguageSelectionLimited
|-
| 500 || [5.0.0+] [[#StartContinuousRecordingFlushForDebug]]
|-
| 1000 || [5.0.0+] [[#CreateMovieMaker]]
|-
| 1001 || [5.0.0+] [[#PrepareForJit]]
|}


==== UpgradeLaunchRequiredVersion ====
The BOTW game uses this GamePlayRecording functionality from the main-nso "nninitStartup" function, with size 0x6000000(96MiB). The official GamePlayRecording-enable code does the following(this will panic on any failure):
Takes an input [[#LaunchRequiredVersion]], an [[NCM_services#ApplicationId|ApplicationId]], an u64, no output.
* [[SVC|Creates]] TransferMemory using the input buffer and size, with permissions=0.
* Uses [[#InitializeGamePlayRecording]] with the TransferMemory.
* Closes the TransferMemory handle, + TransferMemory cleanup.
* Uses [[#SetGamePlayRecordingState]] with value 0x1.
This GamePlayRecording functionality presumably enables the video-recording usable starting with [[4.0.0]].


sdknso passes hard-coded value 0 for the u64.
==== PopLaunchParameter ====
Takes an input u32 [[#LaunchParameterKind]], returns an output [[#IStorage]].


==== SendServerMaintenanceOverlayNotification ====
Pops a LaunchParameter [[#IStorage]], the storage will be removed from sysmodule state during this.
Takes two input [[PCV_services#PosixTime|PosixTime]], no output.


The second input value can optionally be 0.
==== CreateApplicationAndPushAndRequestToStart ====
Takes an input [[NCM_services#ApplicationId|ApplicationId]] and an input [[#IStorage]], no output. ApplicationId=0 can be used to relaunch the current application.


==== GetLastApplicationExitReason ====
==== CreateApplicationAndPushAndRequestToStartForQuest ====
No input, returns an output s32.
Takes 2 input u32s (loaded from struct [[#ApplicationAttributeForQuest]]), an input [[NCM_services#ApplicationId|ApplicationId]], and an input [[#IStorage]], no output.


==== StartContinuousRecordingFlushForDebug ====
==== CreateApplicationAndRequestToStart ====
Takes an input s64 nanoseconds-value, returns an output Event handle with autoclear=false.
Takes an input [[NCM_services#ApplicationId|ApplicationId]], no output.


The cached value loaded from [[System_Settings|system-setting]] <code>am.debug!dev_function</code> must be set to 0x1 with size 0x1, otherwise an error is returned.
Same as [[#CreateApplicationAndPushAndRequestToStart]] except without the input storage, official sw uses this when no input storage is specified.


==== CreateMovieMaker ====
==== CreateApplicationAndRequestToStartForQuest ====
Takes an input u64 size and a TransferMemory handle, returns an [[#IMovieMaker]].
Takes 2 input u32s (loaded from struct [[#ApplicationAttributeForQuest]]) and an input [[NCM_services#ApplicationId|ApplicationId]], no output.


Official sw retries using the cmd in a loop on error 0x8D4 with svcSleepThread(100000000) being used first.
Same as [[#CreateApplicationAndPushAndRequestToStartForQuest]] except without the input storage, official sw uses this when no input storage is specified.


Official sw uses permissions=None for the TransferMemory, with an user-specified buffer. The size of the buffer used by official sw is 0x6000000.
==== CreateApplicationWithAttributeAndPushAndRequestToStartForQuest ====
Takes an input [[NCM_services#ApplicationId|ApplicationId]], a type-0x15 input buffer containing an [[#ApplicationAttribute]], an input [[#IStorage]], no output.


==== PrepareForJit ====
[21.0.0+] Now returns an output [[#IStorage]].
Takes no input. Launches the [[JIT_services|jit-sysmodule]] if it has not already been launched for the current application, storing a std::shared_ptr<> for jit-sysmodule process tracking object as an IApplicationFunctions member.


~IApplicationFunctions() includes:
Same as [[#CreateApplicationAndPushAndRequestToStartForQuest]] except the entire attributes structure is directly specified via the input buffer. This command replaces [[#CreateApplicationAndPushAndRequestToStartForQuest]], official user-processes no longer use [[#CreateApplicationAndPushAndRequestToStartForQuest]].


    if (this->jit_process) {
==== CreateApplicationWithAttributeAndRequestToStartForQuest ====
        Terminate(this->jit_process);
Takes an input [[NCM_services#ApplicationId|ApplicationId]] and a type-0x15 input buffer containing an [[#ApplicationAttribute]], no output.
        this->jit_process = nullptr;
    }


Thus the lifetime of the jit sysmodule is tied to the application which uses it, and each application gets its own fresh copy of the jit sysmodule.
Same as [[#CreateApplicationAndRequestToStartForQuest]] except the entire attributes structure is directly specified via the input buffer. This command replaces [[#CreateApplicationAndRequestToStartForQuest]], official user-processes no longer use [[#CreateApplicationAndPushAndRequestToStartForQuest]].


=== IMovieMaker ===
==== EnsureSaveData ====
{| class="wikitable" border="1"
Takes an input u128 userID, returns an output u64 size.
|-
! Cmd || Name
|-
| 0 || [[#GetGrcMovieMaker]]
|-
| 1 || [[#GetLayerHandle]]
|}


==== GetGrcMovieMaker ====
Calls sdk func <code>nn::fs::EnsureApplicationSaveData</code>. [[qlaunch]] also calls this same sdk func directly.
No input, returns a GRC [[GRC_services|IMovieMaker]].


==== GetLayerHandle ====
Creates the various savedata as specified by the application [[NACP_Format|control.nacp]] when the savedata doesn't exist.
No input, returns an output u64.


== ILibraryAppletCreator ==
Official user-processes launch the dataErase LibraryApplet depending on the Result, the above output size is used with this.
{| class="wikitable" border="1"
|-
! Cmd || Name || Notes
|-
| 0 || [[#CreateLibraryApplet]] ||
|-
| 1 || [[#TerminateAllLibraryApplets]] ||
|-
| 2 || [[#AreAnyLibraryAppletsLeft]] ||
|-
| 10 || [[#CreateStorage]] ||
|-
| 11 || [[#CreateTransferMemoryStorage]] ||
|-
| 12 || [2.0.0+] [[#CreateHandleStorage]] ||
|}


=== CreateLibraryApplet ===
==== GetDesiredLanguage ====
Takes 2 input u32s [[#AppletId]] and [[#LibraryAppletMode]], returns an [[#ILibraryAppletAccessor]].
No input, returns an output [[Settings_services#LanguageCode|LanguageCode]].


=== TerminateAllLibraryApplets ===
==== SetTerminateResult ====
No input/output.
Takes an input u32 '''Result''', no output.


Stubbed with an ILibraryAppletCreator from [[#CreateSelfLibraryAppletCreatorForDevelop]], just returns an error.
For example, in some cases official apps use this with [[Error_codes|error]] 0x2A2 then uses svcBreak.


Terminates all LibraryApplets which were created by the current applet (or by the Application when used from the [[#IApplicationAccessor]] cmd).
==== GetDisplayVersion ====
No input, returns an output 0x10-byte struct.


=== AreAnyLibraryAppletsLeft ===
The output struct is "nn::oe::DisplayVersion". This the DisplayVersion string copied from the application [[NACP_Format|control.nacp]], this is always NUL-terminated.
No input, returns an output u8 bool.


Stubbed with an ILibraryAppletCreator from [[#CreateSelfLibraryAppletCreatorForDevelop]], just returns an error.
==== GetLaunchStorageInfoForDebug ====
No input, returns an output u8 [[Filesystem_services#StorageId|StorageId]] and u8 [[Filesystem_services#StorageId|StorageId]].


Gets whether any LibraryApplets ([[#ILibraryAppletAccessor]]) which were created by the current applet are still open (or by the Application when used from the [[#IApplicationAccessor]] cmd).
This returns two u8s loaded from state, these are the same StorageIds from [[#ApplicationLaunchProperty]].


=== CreateStorage ===
==== GetSaveDataSizeMax ====
Takes an input s64 for the storage size, returns an [[#IStorage]].
No input, returns two ouput s64s.


This allocates a buffer with the specified size which can then be accessed via [[#IStorageAccessor]].
==== GetCacheStorageMax ====
No input, returns an output s32 and s64.


=== CreateTransferMemoryStorage ===
==== BeginBlockingHomeButtonShortAndLongPressed ====
Takes an input TransferMemory copy-handle, an input u8 bool, and an s64 size, returns an [[#IStorage]].
Takes an input s64, no output.


The user-process creates the TransferMemory with permissions=0.
Official user-processes use hard-coded value 0 for the s64.


The TransferMemory is mapped, which can then be accessed via [[#IStorageAccessor]]. The input bool controls whether writing to the storage is allowed: [[#Write]] will throw an error if this flag is not set.
Starts blocking the Home button.


=== CreateHandleStorage ===
==== EndBlockingHomeButtonShortAndLongPressed ====
Takes an input copy-handle and an input s64, returns an [[#IStorage]]. In some cases the s64 must not have the negative bit set.
No input/output.


The input can be arbitrary, however official sw is only (?) known to use this for TransferMemory (with s64=size).
Ends the blocking started by [[#BeginBlockingHomeButtonShortAndLongPressed]].


=== ILibraryAppletAccessor ===
==== BeginBlockingHomeButton ====
{| class="wikitable" border="1"
Takes an input s64 nanoseconds, no output. The input nanoseconds can be zero.
|-
 
! Cmd || Name || Notes
==== EndBlockingHomeButton ====
|-
No input/output.
| 0 || [[#GetAppletStateChangedEvent]] ||
 
|-
==== SelectApplicationLicense ====
| 1 || [[#IsCompleted]] ||
Takes an input array of [[#ApplicationLicenseType]], returns an output [[#ApplicationLicenseType]].
|-
 
| 10 || [[#Start]] ||
==== GetDeviceSaveDataSizeMax ====
|-
No input, returns two output s64s.
| 20 || [[#RequestExit]] ||
 
|-
==== NotifyRunning ====
| 25 || [[#Terminate]] ||
Takes no input. Returns an output u8 bool, which is ignored by official user-processes.
|-
 
| 30 || [[#GetResult]] ||
==== GetPseudoDeviceId ====
|-
No input, returns an output 0x10-byte "nn::util::Uuid" struct.
| 50 || [[#SetOutOfFocusApplicationSuspendingEnabled]] ||
 
|-
The 0x20-byte output data from [[NS_Services|GetSystemSeedForPseudoDeviceId]] followed by the 8-byte [[NACP_Format|SeedForPseudoDeviceId]] from the current control.nacp, is hashed with SHA1. Then "nn::util::GenerateUuidVersion5" is called with the final hash, the output from this is then returned for the Uuid.
| 60 || [10.0.0+] [[#PresetLibraryAppletGpuTimeSliceZero]] ||
 
|-
==== SetMediaPlaybackStateForApplication ====
| 100 || [[#PushInData]] ||
Takes an input u8 bool, no output.
|-
| 101 || [[#PopOutData]] ||
|-
| 102 || [[#PushExtraStorage]] ||
|-
| 103 || [[#PushInteractiveInData]] ||
|-
| 104 || [[#PopInteractiveOutData]] ||
|-
| 105 || [[#GetPopOutDataEvent]] ||
|-
| 106 || [[#GetPopInteractiveOutDataEvent]] ||
|-
| 110 || [[#NeedsToExitProcess]] ||
|-
| 120 || [[#GetLibraryAppletInfo]] ||
|-
| 150 || [[#RequestForAppletToGetForeground]] ||
|-
| 160 || [2.0.0+] [[#GetIndirectLayerConsumerHandle]] ||
|}


Commands <=30 are inherited from [[#IAppletAccessor]]. GetLibraryAppletInfo is identical to the [[#ILibraryAppletSelfAccessor]] cmd.
==== IsGamePlayRecordingSupported ====
No input, returns an output u8 bool.


==== SetOutOfFocusApplicationSuspendingEnabled ====
==== InitializeGamePlayRecording ====
Takes an input u8 bool, no output.
Takes a TransferMemory handle and an u64 for the size of the TransferMemory. The size must match 0x6000000 otherwise an error is returned.


Official sw will assert prior to using this if applet-service was not initialized as *Application.
==== SetGamePlayRecordingState ====
Takes an input u32. 0 = disable/pause, 1 = enable/restart.


==== PresetLibraryAppletGpuTimeSliceZero ====
==== RequestFlushGamePlayingMovieForDebug ====
No input/output.
No input/output.


sdknso only uses with with [[Software_Keyboard|swkbd-inline]], immediately after creating the LibraryApplet.
Requests to save the video recording, as if the Capture-button was held.


==== PushInData ====
==== RequestToShutdown ====
Takes an input [[#IStorage]], no output.
No input/output.


==== PopOutData ====
On success, official sw will enter an infinite loop with sleep-thread value 86400000000000.
No input, returns an output [[#IStorage]].
 
==== RequestToReboot ====
No input/output.


==== PushExtraStorage ====
On success, official sw will enter an infinite loop with sleep-thread value 86400000000000.
Takes an input [[#IStorage]], no output.


==== PushInteractiveInData ====
==== RequestToSleep ====
Takes an input [[#IStorage]], no output.
No input/output.


==== PopInteractiveOutData ====
==== ExitAndRequestToShowThanksMessage ====
No input, returns an output [[#IStorage]].
No input/output.


==== GetPopOutDataEvent ====
Used to exit the application and return to the kiosk menu. Official sw uses [[#UnlockExit]] immediately before this if needed.
No input, returns an output handle with autoclear=false.


==== GetPopInteractiveOutDataEvent ====
On success, official sw will enter an infinite loop with sleep-thread value 86400000000000.
No input, returns an output event handle with autoclear=false.


==== NeedsToExitProcess ====
This throws an error when the cached [[Settings_services#GetQuestFlag]] value is 0.
No input, returns an output u8 bool.


Stubbed, just returns an error.
==== EnableApplicationCrashReport ====
Takes an input u8 bool, no output.


==== RequestForAppletToGetForeground ====
==== InitializeApplicationCopyrightFrameBuffer ====
No input/output.
Takes an input TransferMemory handle, an s32 '''width''', an s32 '''height''', an u64 tmem_size, and no output.


Stubbed, just returns an error.
tmem_size must be 0x40000-byte aligned. '''width''' must be 1-1280, and '''height''' must be 1-720.


==== GetIndirectLayerConsumerHandle ====
User-processes create the tmem with an user-specified buffer with permissions=0. '''width''' = 1280 and '''height''' = 720.
Takes an input PID and an input u64 AppletResourceUserId, returns an output u64 IndirectLayerConsumerHandle.


Official sw uses this during LibraryApplet creation when [[#LibraryAppletMode]] is 0x3.
After the validation checks pass the input is passed to [[OMM_services|ommdisp]] cmd500.


== ICommonStateGetter ==
This is used as an overlay for screenshots.
{| class="wikitable" border="1"
 
|-
==== SetApplicationCopyrightImage ====
! Cmd || Name
Takes a type-0x45 input buffer, an s32 '''x''', an s32 '''y''', an s32 '''width''', an s32 '''height''', an s32 [[#WindowOriginMode]], and no output.
|-
 
| 0 || [[#GetEventHandle]]
'''x''' and '''y''' must not have the negative bit set. '''width''' and '''height''' must not be <1.
|-
 
| 1 || [[#ReceiveMessage]]
Sets the RGBA8 image for use with [[#InitializeApplicationCopyrightFrameBuffer]]. Overrides the current image, if this was already used previously.
|-
 
| 2 || [[#GetThisAppletKind]]
==== SetApplicationCopyrightVisibility ====
|-
Takes an input u8 bool, no output.
| 3 || [[#AllowToEnterSleep]]
 
|-
Sets the visibility for the image set by [[#SetApplicationCopyrightImage]], in screenshots. By default it's visible.
| 4 || [[#DisallowToEnterSleep]]
 
|-
==== QueryApplicationPlayStatistics ====
| 5 || [[#GetOperationMode]]
Takes a type-0x6 output buffer containing an array of [[Shared_Database_services|ApplicationPlayStatistics]] and a type-0x5 input buffer containing an array of [[NCM_services#ApplicationId|ApplicationId]]. Returns an output s32 for actual total output entries.
|-
 
| 6 || [[#GetPerformanceMode]]
The number of entries in each array is the same.
|-
 
| 7 || [[#GetCradleStatus]]
See also [[NACP_Format#PlayLogQueryCapability|PlayLogQueryCapability]].
|-
 
| 8 || [[#GetBootMode]]
This uses [[Shared_Database_services|pdm:qry]] QueryApplicationPlayStatisticsForSystem.
|-
 
| 9 || [[#GetCurrentFocusState]]
==== QueryApplicationPlayStatisticsByUid ====
|-
Takes a u128 userID, a type-0x6 output buffer containing an array of [[Shared_Database_services|ApplicationPlayStatistics]] and a type-0x5 input buffer containing an array of [[NCM_services#ApplicationId|ApplicationId]]. Returns an output s32 for actual total output entries.
| 10 || [[#RequestToAcquireSleepLock]]
 
|-
Same as [[#QueryApplicationPlayStatistics]] except this uses [[Shared_Database_services|pdm:qry]] cmd16, to get playstats specific to userIDs.
| 11 || [[#ReleaseSleepLock]]
 
|-
==== ExecuteProgram ====
| 12 || [[#ReleaseSleepLockTransiently]]
Takes an input u32 [[#ProgramSpecifyKind]] and an input u64, no output.
|-
 
| 13 || [[#GetAcquiredSleepLockEvent]]
==== ClearUserChannel ====
|-
No input/output.
| 14 || [11.0.0+] [[#GetWakeupCount]]
 
|-
Clears the UserChannel used by [[#UnpopToUserChannel]].
| 20 || [[#PushToGeneralChannel]]
 
|-
==== UnpopToUserChannel ====
| 30 || [[#GetHomeButtonReaderLockAccessor]]
Takes an input [[#IStorage]], no output.
|-
 
| 31 || [2.0.0+] [[#GetReaderLockAccessorEx]]
The input storage is pushed to the UserChannel. This is the same channel used by [[#LaunchParameterKind]] value 1.
|-
 
| 32 || [7.0.0+] [[#GetWriterLockAccessorEx]]
User-processes create a storage using data specified by the user (written to offset=0 size=inputsize), with max size 0x1000. This storage is then used with this cmd.
|-
 
| 40 || [2.0.0+] [[#GetCradleFwVersion]]
==== GetPreviousProgramIndex ====
|-
No input, returns an output s32.
| 50 || [3.0.0+] [[#IsVrModeEnabled]]
 
|-
Gets the ProgramIndex of the Application which launched this title. The output ProgramIndex is -1 when there was no previous title.
| 51 || [3.0.0+] [[#SetVrModeEnabled]]
 
|-
==== EnableApplicationAllThreadDumpOnCrash ====
| 52 || [4.0.0+] [[#SetLcdBacklighOffEnabled]]
Takes an input u8 bool, no output.
|-
 
| 53 || [7.0.0+] [[#BeginVrModeEx]]
==== GetGpuErrorDetectedSystemEvent ====
|-
No input, returns an output Event handle with autoclear=false.
| 54 || [7.0.0+] [[#EndVrModeEx]]
 
|-
This is used by sdknso during applet-application initialization. A separate thread is setup where event-waiting is handled. When the Event is signaled, official sw will Abort.
| 55 || [3.0.0+] [[#IsInControllerFirmwareUpdateSection]]
 
|-
==== SetDelayTimeToAbortOnGpuError ====
| 59 || [11.0.0+] [[#SetVrPositionForDebug]]
Takes an input s64 "nn::TimeSpan", no output.
|-
 
| 60 || [3.0.0+] [[#GetDefaultDisplayResolution]]
==== GetFriendInvitationStorageChannelEvent ====
|-
No input, returns an output Event handle with EventClearMode=0.
| 61 || [3.0.0+] [[#GetDefaultDisplayResolutionChangeEvent]]
 
|-
This is exposed by sdknso under <code>nn::friends::</code>. This returns a ptr to the cached Event in global state, with the Event being loaded if not previously initialized.
| 62 || [4.0.0+] [[#GetHdcpAuthenticationState]]
 
|-
==== TryPopFromFriendInvitationStorageChannel ====
| 63 || [4.0.0+] [[#GetHdcpAuthenticationStateChangeEvent]]
No input, returns an output [[#IStorage]].
|-
 
| 64 || [5.0.0+] [[#SetTvPowerStateMatchingMode]]
This uses the same StorageChannel as [[#PushToFriendInvitationStorageChannel]].
|-
 
| 65 || [5.1.0+] [[#GetApplicationIdByContentActionName]]
This is exposed by sdknso under <code>nn::friends::</code>. When the storage_size is <0x10, this returns false. <code>data_size = storage_size-0x10;</code> Then the first 0x10-bytes from storage are read to stack, which is later copied to the output Uid on success prior to returning. Then the storage is read into the specified output buffer with storage-offset 0x10, where the size is <code>size = data_size > buf_size ? buf_size : data_size</code>. Reading is skipped if size is zero. Afterwards the used size is written to an output param. On success, true is returned.
|-
 
| 66 || [6.0.0+] [[#SetCpuBoostMode]]
==== GetNotificationStorageChannelEvent ====
|-
No input, returns an output Event handle with EventClearMode=0.
| 67 || [10.0.0+] [[#CancelCpuBoostMode]]
 
|-
This is exposed by sdknso under <code>nn::notification::</code>. This returns a ptr to the cached Event in global state, with the Event being loaded if not previously initialized.
| 68 || [11.0.0+] [[#GetBuiltInDisplayType]]
 
|-
==== TryPopFromNotificationStorageChannel ====
| 80 || [6.0.0+] [[#PerformSystemButtonPressingIfInFocus]]
No input, returns an output [[#IStorage]].
|-
 
| 90 || [7.0.0+] [[#SetPerformanceConfigurationChangedNotification]]
This uses the same StorageChannel as [[#PushToNotificationStorageChannel]].
|-
 
| 91 || [7.0.0+] [[#GetCurrentPerformanceConfiguration]]
This is exposed by sdknso under <code>nn::notification::</code>. The storage is read into the specified output buffer, where the size is <code>size = storage_size > buf_size ? buf_size : storage_size</code>. Reading is skipped if size is zero. Afterwards the used size is written to an output param.
|-
 
| 100 || [9.1.0+] [[#SetHandlingHomeButtonShortPressedEnabled]]
==== GetHealthWarningDisappearedSystemEvent ====
|-
No input, returns an output Event with EventClearMode=0.
| 110 || [11.0.0+] [[#OpenMyGpuErrorHandler]]
|-
| 200 || [7.0.0+] [[#GetOperationModeSystemInfo]]
|-
| 300 || [9.0.0+] [[#GetSettingsPlatformRegion]]
|-
| 400 || [10.0.0+] [[#ActivateMigrationService]]
|-
| 401 || [10.0.0+] [[#DeactivateMigrationService]]
|-
| 500 || [11.0.0+] [[#DisableSleepTillShutdown]]
|-
| 501 || [11.0.0+] [[#SuppressDisablingSleepTemporarily]]
|-
| 502 || [12.0.0+] IsSleepEnabled
|-
| 503 || [12.0.0+] IsDisablingSleepSuppressed
|-
| 900 || [11.0.0+] [[#SetRequestExitToLibraryAppletAtExecuteNextProgramEnabled]]
|}


Officially notification messages are handled by the application itself, not sdk-nso in ExeFS. Official apps call code in sdk-nso which basically uses svcWaitSynchronization with the event from [[#GetEventHandle]] to check whether a message is available, then if so it uses [[#ReceiveMessage]]. The actual handling for message IDs is done in the app itself(see [[#AppletMessage]]).
==== SetHdcpAuthenticationActivated ====
Takes an input u8 bool, no output.


[7.0.0+] User-processes now use BeginVrModeEx/EndVrModeEx instead of [[#SetVrModeEnabled]]. Prior to using using BeginVrModeEx, [[Parental_Control_services|pctl]] IsStereoVisionPermitted is used and error 0xD08E is thrown if not allowed by pctl.
==== GetLaunchRequiredVersion ====
Takes an input [[NCM_services#ApplicationId|ApplicationId]], an u64, returns an output [[#LaunchRequiredVersion]].


=== GetEventHandle ===
sdknso passes hard-coded value 0 for the u64.
No input. Returns an output event handle. This is signalled when a message is available with [[#ReceiveMessage]].


=== ReceiveMessage ===
==== UpgradeLaunchRequiredVersion ====
No input. Returns an output [[#AppletMessage]]. Error 0x680 indicates no message is available.
Takes an input [[#LaunchRequiredVersion]], an [[NCM_services#ApplicationId|ApplicationId]], an u64, no output.


=== GetThisAppletKind ===
sdknso passes hard-coded value 0 for the u64.
No input, returns an output [[#AppletKind]].


Stubbed, just returns an error.
==== SendServerMaintenanceOverlayNotification ====
Takes two input [[PCV_services#PosixTime|PosixTime]], no output.


=== AllowToEnterSleep ===
The second input value can optionally be 0.
No input/output.


Stubbed, just returns an error.
==== GetLastApplicationExitReason ====
No input, returns an output s32.


=== DisallowToEnterSleep ===
==== Cmd210 ====
No input/output.
No input, returns an output Event handle.


Stubbed, just returns an error.
==== SetAudioOutputPolicy ====
Takes an input u8, no output.


=== GetOperationMode ===
The input must be <=1.
No input. Returns an output u8 for the current [[#OperationMode]].


=== GetPerformanceMode ===
==== CreateMovieWriter ====
No input. Returns an output u32 for the current [[#PerformanceMode]].
Takes 8-bytes of input and a handle. Returns an [[#IMovieWriter]].


=== GetCradleStatus ===
This internally uses the GRC cmd to open an [[GRC_services|IMovieWriter]]. This is therefore not usable on NX since that cmd is stubbed.
No input, returns an output u8.


This uses [[#omm]] GetCradleStatus.
==== RequestExitApplicationAndTryPopMessage ====
Takes an input [[#IStorage|IStorage]], no output.


=== GetBootMode ===
[21.0.0+] Now additionally takes a total of 0x18-bytes of input.
No input, returns an output u8.


Returns the value from [[Process_Manager_services|pm:bm]] GetBootMode.
==== IsLanguageSelectionLimited ====
No input, returns 1-byte of output.


=== GetCurrentFocusState ===
On NX this just writes 0 to output and returns 0.
No input. Returns an output u8 [[#FocusState]].


=== RequestToAcquireSleepLock ===
==== StartContinuousRecordingFlushForDebug ====
No input/output.
Takes an input s64 nanoseconds-value, returns an output Event handle with autoclear=false.


=== ReleaseSleepLock ===
The cached value loaded from [[System_Settings|system-setting]] <code>am.debug!dev_function</code> must be set to 0x1 with size 0x1, otherwise an error is returned.
No input/output.


=== ReleaseSleepLockTransiently ===
==== CreateMovieMaker ====
No input/output.
Takes an input u64 size and a TransferMemory handle, returns an [[#IMovieMaker]].


=== GetAcquiredSleepLockEvent ===
Official sw retries using the cmd in a loop on error 0x8D4 with svcSleepThread(100000000) being used first.
No input, returns an output Event handle with autoclear=false.


=== GetWakeupCount ===
Official sw uses permissions=None for the TransferMemory, with an user-specified buffer. The size of the buffer used by official sw is 0x6000000.
No input, returns an output u64.


=== PushToGeneralChannel ===
==== PrepareForJit ====
Takes an input [[#IStorage]], no output.
Takes no input. Launches the [[JIT_services|jit-sysmodule]] via [[NS_Services|ns]] LaunchLibraryApplet if it has not already been launched for the current application, storing a std::shared_ptr<> for jit-sysmodule process tracking object as an IApplicationFunctions member.


This is not usable under an Application, however it is usable under a LibraryApplet.
~IApplicationFunctions() includes:


Used for sending requests to [[qlaunch]]. sdk-nso creates a 0x10-byte storage which is sent to this. The following are the functions which use this, with the data written to the storage:
    if (this->jit_process) {
* <code>RequestHomeMenu</code> <code>5341 4d53 0100 0000 0200 0000 0100 0000</code> Returns to the main Home Menu, equivalent to pressing the HOME button.
        Terminate(this->jit_process);
* <code>RequestJumpToSystemUpdate</code> <code>5341 4d53 0100 0000 0b00 0000 0100 0000</code> Equivalent to entering "System Update" under System Settings. When leaving this, it returns to the main Home Menu.
        this->jit_process = nullptr;
    }


=== GetHomeButtonReaderLockAccessor ===
Thus the lifetime of the jit sysmodule is tied to the application which uses it, and each application gets its own fresh copy of the jit sysmodule.
No input, returns an output [[#ILockAccessor]].


Similar to using [[#GetReaderLockAccessorEx]] with inval=0.
AM can also optionally launch jit-sysmodule automatically if the [[NACP]] enables it.


=== GetReaderLockAccessorEx ===
[S2] This is no longer usable since this returns Result 0x408 (sysmodule doesn't exist).
Takes an input u32, returns an output [[#ILockAccessor]].


The input value must be 0-3. 0 = HomeButton.
=== IMovieWriter ===
This is "nn::am::service::IMovieWriter".


=== GetWriterLockAccessorEx ===
This was added with [19.0.0+].
Takes an input u32, returns an output [[#ILockAccessor]].


The input value must be 0-3. 0 = HomeButton.
{| class="wikitable" border="1"
|-
! Cmd || Name
|-
| 0 ||
|}


=== GetCradleFwVersion ===
==== Cmd0 ====
No input, returns 4 output u32s.
No input. Returns a GRC [[GRC_services|IMovieWriter]].


This uses [[#omm]] GetCradleFwVersion.
=== IMovieMaker ===
This is "nn::am::service::IMovieMaker".


=== IsVrModeEnabled ===
{| class="wikitable" border="1"
No input, returns an output u8 bool.
|-
! Cmd || Name
|-
| 0 || [[#GetGrcMovieMaker]]
|-
| 1 || [[#GetLayerHandle]]
|}


=== SetVrModeEnabled ===
==== GetGrcMovieMaker ====
Takes an input u8 bool flag. No output.
No input, returns a GRC [[GRC_services|IMovieMaker]].


Updates internal AM state fields. If the new state doesn't match the previous state, this uses the [[Backlight_services]] {Disable/Enable}VrMode command depending on whether flag={disable/enable}.
==== GetLayerHandle ====
No input, returns an output u64.


When the VrMode is set to true, the console shows a screen rendered like vr asking the user to move his face away and hit the 'close' button. When this button is pressed, the console resets the vrMode to false.
=== IPerformanceFunctions ===
This is "nn::am::service::IPerformanceFunctions".


=== SetLcdBacklighOffEnabled ===
This is exclusive to Switch 2.
Takes an input u8 bool, no output.


Sets whether the LCD screen blacklight is turned off.
{| class="wikitable" border="1"
|-
! Cmd || Name
|-
| 0 || IsCpuOverclockEnabled
|-
| 1 || SetCpuOverclockEnabled
|}


=== BeginVrModeEx ===
=== IGraphicsScalingParametersFunctions ===
No input/output.
This is "nn::am::service::IGraphicsScalingParametersFunctions".


Identical to [[#SetVrModeEnabled]] except with hard-coded flag=1.
This is exclusive to Switch 2.


=== EndVrModeEx ===
{| class="wikitable" border="1"
No input/output.
|-
! Cmd || Name
|-
| 10 || GetGraphicsScalingParameters
|-
| 1000 || SetSupportingGraphicsScalingParametersForDebug
|-
| 1010 || SetGpuQuotaForDebug
|-
| 1020 || ClearGpuQuotaForDebug
|-
| 1030 || SetScreenRatioForDebug
|-
| 1040 || ClearScreenRatioForDebug
|-
| 1050 || SetGraphicsScaleChangedNotificationEnabled
|}


Identical to [[#SetVrModeEnabled]] except with hard-coded flag=0.
== ILibraryAppletCreator ==
This is "nn::am::service::ILibraryAppletCreator".


=== IsInControllerFirmwareUpdateSection ===
{| class="wikitable" border="1"
No input, returns an output u8 bool.
|-
 
! Cmd || Name || Notes
=== SetVrPositionForDebug ===
|-
Takes 4 input s32s, no output.
| 0 || [[#CreateLibraryAppletOld|CreateLibraryAppletOld]] ([1.0.0-19.0.1] CreateLibraryApplet) ||
|-
| 1 || [[#TerminateAllLibraryApplets]] ||
|-
| 2 || [[#AreAnyLibraryAppletsLeft]] ||
|-
| 3 || [20.0.0+] [[#CreateLibraryApplet|CreateLibraryApplet]] ||
|-
| 10 || [[#CreateStorage]] ||
|-
| 11 || [[#CreateTransferMemoryStorage]] ||
|-
| 12 || [2.0.0+] [[#CreateHandleStorage]] ||
|}


The s32s are: x, y, width, height.
=== CreateLibraryAppletOld ===
Unofficial name.


The cached value loaded from [[Settings_services#GetDebugModeFlag]] must be 1, otherwise an error is returned.
Takes 2 input u32s [[#AppletId]] and [[#LibraryAppletMode]], returns an [[#ILibraryAppletAccessor]].


width must be 1-1280, height must be 1-720.
=== TerminateAllLibraryApplets ===
No input/output.


x and y must not be negative. x+width must be <=1280. y+height must be <=720.
Stubbed with an ILibraryAppletCreator from [[#CreateSelfLibraryAppletCreatorForDevelop]], just returns an error.


=== GetDefaultDisplayResolution ===
Terminates all LibraryApplets which were created by the current applet (or by the Application when used from the [[#IApplicationAccessor]] cmd).
No input, returns two output s32s '''width''' and '''height'''.


=== GetDefaultDisplayResolutionChangeEvent ===
=== AreAnyLibraryAppletsLeft ===
No input, returns an output Event handle with autoclear=true.
No input, returns an output u8 bool.


=== GetHdcpAuthenticationState ===
Stubbed with an ILibraryAppletCreator from [[#CreateSelfLibraryAppletCreatorForDevelop]], just returns an error.
No input, returns an output s32.


=== GetHdcpAuthenticationStateChangeEvent ===
Gets whether any LibraryApplets ([[#ILibraryAppletAccessor]]) which were created by the current applet are still open (or by the Application when used from the [[#IApplicationAccessor]] cmd).
No input, returns an output Event handle with autoclear=true.


=== SetTvPowerStateMatchingMode ===
=== CreateLibraryApplet ===
Takes an input s32 [[#TvPowerStateMatchingMode]], no output.
Unofficial name.


=== GetApplicationIdByContentActionName ===
Takes 2 input u32s [[#AppletId]] and [[#LibraryAppletMode]], an u64 ThreadId, returns an [[#ILibraryAppletAccessor]].
Takes a type-0x5 input buffer containing a string, returns an output [[NCM_services#ApplicationId|ApplicationId]].


Gets the ApplicationId for the specified ContentActionName string. Returns an error when the current [[#AppletId]] isn't 0x04 (when the current applet isn't a SystemApplication).
The ThreadId is from the current-thread of the user-process which is using the cmd.


=== SetCpuBoostMode ===
=== CreateStorage ===
Takes an input u32 [[#CpuBoostMode]] and passes it to [[PPC_services#apm:sys|SetCpuBoostMode]].
Takes an input s64 for the storage size, returns an [[#IStorage]].


=== CancelCpuBoostMode ===
This allocates a buffer with the specified size which can then be accessed via [[#IStorageAccessor]].
No input/output.


=== GetBuiltInDisplayType ===
=== CreateTransferMemoryStorage ===
No input, returns an output s32.
Takes an input TransferMemory copy-handle, an input u8 bool, and an s64 size, returns an [[#IStorage]].


This is not exposed by sdknso.
The user-process creates the TransferMemory with permissions=0.


This loads a s32 index from global state (originates from [[SPL_services#GetConfig|GetConfig]] [[SMC#HardwareType|HardwareType]]), Aborts if it's out-of-bounds, then the following is returned for the output s32: global_array[loaded_index].
The TransferMemory is mapped, which can then be accessed via [[#IStorageAccessor]]. The input bool controls whether writing to the storage is allowed: [[#Write]] will throw an error if this flag is not set.


=== PerformSystemButtonPressingIfInFocus ===
=== CreateHandleStorage ===
Takes an input [[#SystemButtonType]], no output.
Takes an input copy-handle and an input s64, returns an [[#IStorage]]. In some cases the s64 must not have the negative bit set.


Just returns 0 when a state field is not value 1. Verifies that the input button is allowed, then calls the same func as [[#PerformSystemButtonPressing]] internally.
The input can be arbitrary, however official sw is only (?) known to use this for TransferMemory (with s64=size).


=== SetPerformanceConfigurationChangedNotification ===
=== ILibraryAppletAccessor ===
Takes an input u8 bool, no output.
This is "nn::am::service::ILibraryAppletAccessor".


=== GetCurrentPerformanceConfiguration ===
{| class="wikitable" border="1"
No input, returns the result of calling [[PPC_services#apm:sys|GetCurrentPerformanceConfiguration]].
|-
 
! Cmd || Name || Notes
=== OpenMyGpuErrorHandler ===
|-
No input, returns an [[#IGpuErrorHandler]].
| 0 || [[#GetAppletStateChangedEvent]] ||
 
|-
The cached value loaded from [[Settings_services#GetDebugModeFlag]] must be 1, otherwise an error is returned.
| 1 || [[#IsCompleted]] ||
 
|-
=== GetOperationModeSystemInfo ===
| 10 || [[#Start]] ||
No input, returns an output u32.
 
This returns the output from [[#GetOperationModeSystemInfo_2|omm GetOperationModeSystemInfo]].
 
=== GetSettingsPlatformRegion ===
No input, returns an output u8.
 
This just returns the output from [[Settings_services#GetPlatformRegion|setsys GetPlatformRegion]].
 
=== ActivateMigrationService ===
No input/output.
 
=== DeactivateMigrationService ===
No input/output.
 
=== DisableSleepTillShutdown ===
No input/output.
 
=== SuppressDisablingSleepTemporarily ===
Takes an input u64 "nn::TimeSpanType", no output.
 
=== SetRequestExitToLibraryAppletAtExecuteNextProgramEnabled ===
No input/output.
 
=== IGpuErrorHandler ===
This is "nn::am::service::IGpuErrorHandler".
 
This was added with [11.0.0+].
 
This uses various [[NV_services#nvgem:cd|nvgem:cd]] commands.
 
{| class="wikitable" border="1"
|-
|-
! Cmd || Name
| 20 || [[#RequestExit]] ||
|-
|-
| 100 || [[#GetManualGpuErrorInfoSize]]
| 25 || [[#Terminate]] ||
|-
|-
| 101 || [[#GetManualGpuErrorInfo]]
| 30 || [[#GetResult]] ||
|-
|-
| 102 || [[#GetManualGpuErrorDetectionSystemEvent]]
| 50 || [[#SetOutOfFocusApplicationSuspendingEnabled]] ||
|-
|-
| 103 || [[#FinishManualGpuErrorHandling]]
| 60 || [10.0.0+] [[#PresetLibraryAppletGpuTimeSliceZero]] ||
|}
 
==== GetManualGpuErrorInfoSize ====
No input, returns an output u64.
 
==== GetManualGpuErrorInfo ====
Takes a type-0x6 output buffer, returns an output u64.
 
The OutBuffer_size must be >= the output size from [[#GetManualGpuErrorInfoSize]].
 
sdknso exposes the buffer as <code>void*</code>.
 
==== GetManualGpuErrorDetectionSystemEvent ====
No input, returns an output Event handle with EventClearMode=0.
 
==== FinishManualGpuErrorHandling ====
No input/output.
 
== ISelfController ==
{| class="wikitable" border="1"
|-
|-
! Cmd || Name
| 70 || [S2] ||  
|-
|-
| 0 || [[#Exit]]
| 80 || [19.0.0+] RequestForLibraryAppletToGetForeground ||
|-
|-
| 1 || [[#LockExit]]
| 81 || [19.0.0+] GetCurrentChildLibraryApplet ||
|-
|-
| 2 || [[#UnlockExit]]
| 90 || [20.0.0+] ||
|-
|-
| 3 || [2.0.0+] [[#EnterFatalSection]]
| 100 || [[#PushInData]] ||
|-
|-
| 4 || [2.0.0+] [[#LeaveFatalSection]]
| 101 || [[#PopOutData]] ||
|-
|-
| 9 || [[#GetLibraryAppletLaunchableEvent]]
| 102 || [[#PushExtraStorage]] ||
|-
|-
| 10 || [[#SetScreenShotPermission]]
| 103 || [[#PushInteractiveInData]] ||
|-
|-
| 11 || [[#SetOperationModeChangedNotification]]
| 104 || [[#PopInteractiveOutData]] ||
|-
|-
| 12 || [[#SetPerformanceModeChangedNotification]]
| 105 || [[#GetPopOutDataEvent]] ||
|-
|-
| 13 || [[#SetFocusHandlingMode]]
| 106 || [[#GetPopInteractiveOutDataEvent]] ||
|-
|-
| 14 || [[#SetRestartMessageEnabled]]
| 110 || [[#NeedsToExitProcess]] ||
|-
|-
| 15 || [2.0.0+] [[#SetScreenShotAppletIdentityInfo]]
| 120 || [[#GetLibraryAppletInfo]] ||
|-
|-
| 16 || [2.0.0+] [[#SetOutOfFocusSuspendingEnabled]]
| 150 || [[#RequestForAppletToGetForeground]] ||
|-
|-
| 17 || [3.0.0+] [[#SetControllerFirmwareUpdateSection]]
| 160 || [2.0.0+] [[#GetIndirectLayerConsumerHandle]] ||
|-
|-
| 18 || [3.0.0+] [[#SetRequiresCaptureButtonShortPressedMessage]]
| 170 || [22.0.0+]
|-
|}
| 19 || [3.0.0+] [[#SetAlbumImageOrientation]]
 
|-
Commands <=30 are inherited from [[#IAppletAccessor]]. GetLibraryAppletInfo is identical to the [[#ILibraryAppletSelfAccessor]] cmd.
| 20 || [4.0.0+] [[#SetDesirableKeyboardLayout]]
 
|-
==== SetOutOfFocusApplicationSuspendingEnabled ====
| 40 || [[#CreateManagedDisplayLayer]]
Takes an input u8 bool, no output.
|-
 
| 41 || [4.0.0+] [[#IsSystemBufferSharingEnabled]]
Official sw will assert prior to using this if applet-service was not initialized as *Application.
|-
 
| 42 || [4.0.0+] [[#GetSystemSharedLayerHandle]]
==== PresetLibraryAppletGpuTimeSliceZero ====
|-
No input/output.
| 43 || [5.0.0+] [[#GetSystemSharedBufferHandle]]
 
|-
sdknso only uses with with [[Software_Keyboard|swkbd-inline]], immediately after creating the LibraryApplet.
| 44 || [10.0.0+] [[#CreateManagedDisplaySeparableLayer]]
 
|-
==== PushInData ====
| 45 || [10.0.0+] [[#SetManagedDisplayLayerSeparationMode]]
Takes an input [[#IStorage]], no output.
 
==== PopOutData ====
No input, returns an output [[#IStorage]].
 
==== PushExtraStorage ====
Takes an input [[#IStorage]], no output.
 
==== PushInteractiveInData ====
Takes an input [[#IStorage]], no output.
 
==== PopInteractiveOutData ====
No input, returns an output [[#IStorage]].
 
==== GetPopOutDataEvent ====
No input, returns an output handle with autoclear=false.
 
==== GetPopInteractiveOutDataEvent ====
No input, returns an output event handle with autoclear=false.
 
==== NeedsToExitProcess ====
No input, returns an output u8 bool.
 
Stubbed, just returns an error.
 
==== RequestForAppletToGetForeground ====
No input/output.
 
Stubbed, just returns an error.
 
==== GetIndirectLayerConsumerHandle ====
Takes an input PID and an input u64 AppletResourceUserId, returns an output u64 IndirectLayerConsumerHandle.
 
Official sw uses this during LibraryApplet creation when [[#LibraryAppletMode]] is 0x3.
 
== ICommonStateGetter ==
This is "nn::am::service::ICommonStateGetter".
 
{| class="wikitable" border="1"
|-
|-
| 50 || [[#SetHandlesRequestToDisplay]]
! Cmd || Name
|-
|-
| 51 || [[#ApproveToDisplay]]
| 0 || [[#GetEventHandle]]
|-
|-
| 60 || [[#OverrideAutoSleepTimeAndDimmingTime]]
| 1 || [[#ReceiveMessage]]
|-
| 2 || [[#GetThisAppletKind]]
|-
|-
| 61 || [[#SetMediaPlaybackState]]
| 3 || [[#AllowToEnterSleep]]
|-
|-
| 62 || [[#SetIdleTimeDetectionExtension]]
| 4 || [[#DisallowToEnterSleep]]
|-
|-
| 63 || [[#GetIdleTimeDetectionExtension]]
| 5 || [[#GetOperationMode]]
|-
|-
| 64 || [[#SetInputDetectionSourceSet]]
| 6 || [[#GetPerformanceMode]]
|-
|-
| 65 || [2.0.0+] [[#ReportUserIsActive]]
| 7 || [[#GetCradleStatus]]
|-
|-
| 66 || [3.0.0+] [[#GetCurrentIlluminance]]
| 8 || [[#GetBootMode]]
|-
|-
| 67 || [3.0.0+] [[#IsIlluminanceAvailable]]
| 9 || [[#GetCurrentFocusState]]
|-
|-
| 68 || [5.0.0+] [[#SetAutoSleepDisabled]]
| 10 || [[#RequestToAcquireSleepLock]]
|-
|-
| 69 || [5.0.0+] [[#IsAutoSleepDisabled]]
| 11 || [[#ReleaseSleepLock]]
|-
|-
| 70 || [4.0.0+] [[#ReportMultimediaError]]
| 12 || [[#ReleaseSleepLockTransiently]]
|-
|-
| 71 || [5.0.0+] [[#GetCurrentIlluminanceEx]]
| 13 || [[#GetAcquiredSleepLockEvent]]
|-
|-
| 72 || [9.0.0+] [[#SetInputDetectionPolicy]]
| 14 || [11.0.0+] [[#GetWakeupCount]]
|-
|-
| 80 || [4.0.0+] [[#SetWirelessPriorityMode]]
| 15 || [19.0.0+]  
|-
|-
| 90 || [6.0.0+] [[#GetAccumulatedSuspendedTickValue]]
| 20 || [[#PushToGeneralChannel]]
|-
|-
| 91 || [6.0.0+] [[#GetAccumulatedSuspendedTickChangedEvent]]
| 30 || [[#GetHomeButtonReaderLockAccessor]]
|-
|-
| 100 || [7.0.0+] [[#SetAlbumImageTakenNotificationEnabled]]
| 31 || [2.0.0+] [[#GetReaderLockAccessorEx]]
|-
|-
| 110 || [8.0.0+] [[#SetApplicationAlbumUserData]]
| 32 || [7.0.0+] [[#GetWriterLockAccessorEx]]
|-
|-
| 120 || [11.0.0+] [[#SaveCurrentScreenshot]]
| 40 || [2.0.0+] [[#GetCradleFwVersion]]
|-
|-
| 1000 || [7.0.0+] [[#GetDebugStorageChannel]]
| 50 || [3.0.0+] [[#IsVrModeEnabled]]
|}
 
=== Exit ===
No input/output.
 
Exits the current applet. On success, official sw will enter an infinite loop with sleep-thread value 86400000000000.
 
=== LockExit ===
No input/output.
 
Locks exit process of pressing X to close in HOME Menu for an application or HOME button for an applet. When locked, it will show the "waiting for software to be closed dialog" until UnlockExit is called or a 15 seconds timeout (when the latter occurs, the process is force-terminated).
 
=== UnlockExit ===
No input/output.
 
Unlocks exit process, if LockExit was previously used.
 
=== EnterFatalSection ===
No input/output.
 
=== LeaveFatalSection ===
No input/output.
 
[[#EnterFatalSection]] must be executed at least once before executing this command, otherwise error code 0x40080 will be returned. EnterFatalSection and LeaveFatalSection work in pairs, that is, N calls to EnterFatalSection must be performed first in order to perform N executions of LeaveFatalSection. Essentially, these two functions operate like how one would lock and unlock a recursive mutex.
 
=== GetLibraryAppletLaunchableEvent ===
No input, returns an output event handle with autoclear=false.
 
=== SetScreenShotPermission ===
Takes an input s32. No output.
 
Controls whether screenshot-capture is allowed.
 
{| class="wikitable" border="1"
|-
|-
! Value || Description
| 51 || [3.0.0+] [[#SetVrModeEnabled]]
|-
|-
| 0 || Inherit from parent applet
| 52 || [4.0.0+] [[#SetLcdBacklighOffEnabled]]
|-
|-
| 1 || Enable
| 53 || [7.0.0+] [[#BeginVrModeEx]]
|-
|-
| 2 || Disable
| 54 || [7.0.0+] [[#EndVrModeEx]]
|-
|-
|}
| 55 || [3.0.0+] [[#IsInControllerFirmwareUpdateSection]]
 
|-
=== SetOperationModeChangedNotification ===
| 59 || [11.0.0+] [[#SetVrPositionForDebug]]
Takes an input u8 bool flag. No output.
|-
 
| 60 || [3.0.0+] [[#GetDefaultDisplayResolution]]
=== SetPerformanceModeChangedNotification ===
|-
Takes an input u8 bool flag. No output.
| 61 || [3.0.0+] [[#GetDefaultDisplayResolutionChangeEvent]]
 
|-
=== SetFocusHandlingMode ===
| 62 || [4.0.0+] [[#GetHdcpAuthenticationState]]
Takes 3 input u8s with each field located immediately after the previous u8, these are bool flags. No output.
|-
 
| 63 || [4.0.0+] [[#GetHdcpAuthenticationStateChangeEvent]]
=== SetRestartMessageEnabled ===
|-
Takes an input u8 bool flag, no output.
| 64 || [5.0.0+] [[#SetTvPowerStateMatchingMode]]
 
|-
See [[#AppletMessage]].
| 65 || [5.1.0+] [[#GetApplicationIdByContentActionName]]
 
|-
=== SetScreenShotAppletIdentityInfo ===
| 66 || [6.0.0+] [[#SetCpuBoostMode]]
Takes an input [[#AppletIdentityInfo]], no output.
|-
 
| 67 || [10.0.0+] [[#CancelCpuBoostMode]]
=== SetOutOfFocusSuspendingEnabled ===
|-
Takes an input u8 bool flag. No output.
| 68 || [11.0.0+] [[#GetBuiltInDisplayType]]
 
|-
=== SetControllerFirmwareUpdateSection ===
| 80 || [6.0.0+] [[#PerformSystemButtonPressingIfInFocus]]
Takes an input u8 bool flag, no output.
|-
 
| 90 || [7.0.0+] [[#SetPerformanceConfigurationChangedNotification]]
This throws error 0x40280 when the internal state flag already matches the input value.
|-
 
| 91 || [7.0.0+] [[#GetCurrentPerformanceConfiguration]]
=== SetRequiresCaptureButtonShortPressedMessage ===
|-
Takes an input u8 bool flag, no output.
| 100 || [9.1.0+] [[#SetHandlingHomeButtonShortPressedEnabled]]
 
|-
See [[#AppletMessage]].
| 110 || [11.0.0+] [[#OpenMyGpuErrorHandler]]
 
|-
When enabled with a non-Overlay applet, Overlay applet will not be notified of capture button short-presses for screenshots.
| 120 || [13.0.0+] GetAppletLaunchedHistory
 
|-
=== SetAlbumImageOrientation ===
| 130 || [21.0.0+] EnableStartupLogoDisappearedMessage
Takes an input u32 "nn::album::ImageOrientation". No output.
|-
 
| 200 || [7.0.0+] [[#GetOperationModeSystemInfo]]
The input value must not be >3.
|-
 
| 300 || [9.0.0+] [[#GetSettingsPlatformRegion]]
=== SetDesirableKeyboardLayout ===
|-
Takes an input u32, no output.
| 400 || [10.0.0+] [[#ActivateMigrationService]]
|-
| 401 || [10.0.0+] [[#DeactivateMigrationService]]
|-
| 500 || [11.0.0+] [[#DisableSleepTillShutdown]]
|-
| 501 || [11.0.0+] [[#SuppressDisablingSleepTemporarily]]
|-
| 502 || [12.0.0+] IsSleepEnabled
|-
| 503 || [12.0.0+] IsDisablingSleepSuppressed
|-
| 600 || [20.0.0+] SetHidInputMagnificationForApplication ([17.0.0-18.1.0] OpenNamedChannelAsChild)
|-
| 610 || [21.0.0+]
|-
| 611 || [22.0.0+]
|-
| 650 || [S2] BeginUsingCameraResource
|-
| 651 || [S2] EndUsingCameraResource
|-
| 900 || [11.0.0+] [[#SetRequestExitToLibraryAppletAtExecuteNextProgramEnabled]]
|-
| 910 || [17.0.0+] GetLaunchRequiredTick
|-
| 1000 || [19.0.0+] BeginVrMode3d
|-
| 1001 || [19.0.0+] EndVrMode3d
|-
| 1002 || [19.0.0+] IsVrModeEnabled3d
|-
| 1003 || [21.0.0+] GetVrLaboGoggleViewport
|-
| 1004 || [21.0.0+] GetPanelPhysicalSizeForSpecificTitle
|-
| 1005 || [21.0.0+] GetPanelResolutionForSpecificTitle
|-
| 2000 || [S2] SetRtcModeChangedMessageEnabled
|-
| 2010 || [S2] GetCurrentDisplayLayoutRatio
|}


The input u32 is "nn::settings::KeyboardLayout".
Officially notification messages are handled by the application itself, not sdk-nso in ExeFS. Official apps call code in sdk-nso which basically uses svcWaitSynchronization with the event from [[#GetEventHandle]] to check whether a message is available, then if so it uses [[#ReceiveMessage]]. The actual handling for message IDs is done in the app itself(see [[#AppletMessage]]).


=== CreateManagedDisplayLayer ===
[7.0.0+] User-processes now use BeginVrModeEx/EndVrModeEx instead of [[#SetVrModeEnabled]]. Prior to using using BeginVrModeEx, [[Parental_Control_services|pctl]] IsStereoVisionPermitted is used and error 0xD08E is thrown if not allowed by pctl.
Returns an output u64 LayerId which is then used by the user-process with [[Display_services#OpenLayer]].


=== IsSystemBufferSharingEnabled ===
=== GetEventHandle ===
No input/output.
No input. Returns an output event handle. This is signalled when a message is available with [[#ReceiveMessage]].


Not available when the current applet is an Application ([[#AppletId]] == 0x01).
=== ReceiveMessage ===
No input. Returns an output [[#AppletMessage]]. Error 0x680 indicates no message is available.


Checks whether SystemBufferSharing is enabled, throwing an error otherwise.
=== GetThisAppletKind ===
No input, returns an output [[#AppletKind]].


=== GetSystemSharedLayerHandle ===
Stubbed, just returns an error.
No input, returns two output u64s "nn::vi::fbshare::SharedBufferHandle" and "nn::vi::fbshare::SharedLayerHandle".


Runs code similar to [[#IsSystemBufferSharingEnabled]] first.
=== AllowToEnterSleep ===
No input/output.


=== GetSystemSharedBufferHandle ===
Stubbed, just returns an error.
No input, returns an output u64 "nn::vi::fbshare::SharedBufferHandle".


Runs code similar to [[#IsSystemBufferSharingEnabled]] first.
=== DisallowToEnterSleep ===
No input/output.


Same as [[#GetSystemSharedLayerHandle]] except this just gets the SharedBufferHandle.
Stubbed, just returns an error.


=== CreateManagedDisplaySeparableLayer ===
=== GetOperationMode ===
No input, returns two output u64 LayerIds.
No input. Returns an output u8 for the current [[#OperationMode]].


sdknso now uses this instead of [[#CreateManagedDisplayLayer]]. sdknso caches the output from the cmd so that it's only used once. The first u64 is used the same as the original LayerId from [[#CreateManagedDisplayLayer]]. <code>nn::vi::CreateRecordingLayer</code> uses the second LayerId, the layer creation is identical besides which LayerId is used.
=== GetPerformanceMode ===
No input. Returns an output u32 for the current [[#PerformanceMode]].


=== SetManagedDisplayLayerSeparationMode ===
=== GetCradleStatus ===
Takes an input u32, no output.
No input, returns an output u8.


sdknso exposes this as <code>nn::vi::SetRecordingLayerEnabled(bool)</code>.
This uses [[#omm]] GetCradleStatus.


The input u32 must be 0-1.
=== GetBootMode ===
No input, returns an output u8.


=== SetHandlesRequestToDisplay ===
Returns the value from [[Process_Manager_services|pm:bm]] GetBootMode.
Takes an input u8 bool, no output.


Sets an internal state flag. When the input flag is 0, this will in additional run the same code as [[#ApproveToDisplay]].
=== GetCurrentFocusState ===
No input. Returns an output u8 [[#FocusState]].


See [[#AppletMessage]].
=== RequestToAcquireSleepLock ===
No input/output.


=== ApproveToDisplay ===
=== ReleaseSleepLock ===
No input/output.
No input/output.


Used to handle the notification enabled by [[#SetHandlesRequestToDisplay]].
=== ReleaseSleepLockTransiently ===
No input/output.


=== OverrideAutoSleepTimeAndDimmingTime ===
=== GetAcquiredSleepLockEvent ===
Takes 4 input s32s, no output.
No input, returns an output Event handle with autoclear=false.


=== SetMediaPlaybackState ===
=== GetWakeupCount ===
Takes an input u8 bool, no output.
No input, returns an output u64.


=== SetIdleTimeDetectionExtension ===
=== PushToGeneralChannel ===
Takes an input u32, no output.
Takes an input [[#IStorage]], no output.


The input value must be 0-2: 0 = disabled, 1 = Extended, and 2 = ExtendedUnsafe.
This is not usable under an Application, however it is usable under a LibraryApplet.


=== GetIdleTimeDetectionExtension ===
Used for sending requests to [[qlaunch]]. sdk-nso creates a 0x10-byte storage which is sent to this. The following are the functions which use this, with the data written to the storage:
No input, returns an output u32.
* <code>RequestHomeMenu</code> <code>5341 4d53 0100 0000 0200 0000 0100 0000</code> Returns to the main Home Menu, equivalent to pressing the HOME button.
* <code>RequestJumpToSystemUpdate</code> <code>5341 4d53 0100 0000 0b00 0000 0100 0000</code> Equivalent to entering "System Update" under System Settings. When leaving this, it returns to the main Home Menu.


Returns the value set by [[#SetIdleTimeDetectionExtension]].
=== GetHomeButtonReaderLockAccessor ===
No input, returns an output [[#ILockAccessor]].


=== SetInputDetectionSourceSet ===
Similar to using [[#GetReaderLockAccessorEx]] with inval=0.
Takes an input u32, no output.


=== ReportUserIsActive ===
=== GetReaderLockAccessorEx ===
No input/output.
Takes an input u32, returns an output [[#ILockAccessor]].


Uses idle:sys ReportUserIsActive.
The input value must be 0-3. 0 = HomeButton.


Reports that the user is active, for idle detection (screen dimming / auto-sleep). This is equivalent to when the user uses HID input.
=== GetWriterLockAccessorEx ===
Takes an input u32, returns an output [[#ILockAccessor]].


=== GetCurrentIlluminance ===
The input value must be 0-3. 0 = HomeButton.
No input, returns an output float.


Uses [[Backlight_services|lbl]] command GetAmbientLightSensorValue, where only the output float is used.
=== GetCradleFwVersion ===
No input, returns 4 output u32s.
 
This uses [[#omm]] GetCradleFwVersion.


=== IsIlluminanceAvailable ===
=== IsVrModeEnabled ===
No input, returns an output u8 bool.
No input, returns an output u8 bool.


Uses [[Backlight_services|lbl]] command IsAmbientLightSensorAvailable.
=== SetVrModeEnabled ===
Takes an input u8 bool flag. No output.
 
Updates internal AM state fields. If the new state doesn't match the previous state, this uses the [[Backlight_services]] {Disable/Enable}VrMode command depending on whether flag={disable/enable}.


User-processes can use this to determine whether to continue with using GetCurrentIlluminance(Ex).
When the VrMode is set to true, the console shows a screen rendered like vr asking the user to move his face away and hit the 'close' button. When this button is pressed, the console resets the vrMode to false.


=== SetAutoSleepDisabled ===
=== SetLcdBacklighOffEnabled ===
Takes an input u8 bool, no output.
Takes an input u8 bool, no output.


=== IsAutoSleepDisabled ===
Sets whether the LCD screen blacklight is turned off.
No input, returns an output u8 bool.


=== ReportMultimediaError ===
=== BeginVrModeEx ===
Takes an input Result and a type-0x5 input buffer, no output.
No input/output.


The buffer contains a 0x138-byte "movie::MultimediaTelemetryReport" struct.
Identical to [[#SetVrModeEnabled]] except with hard-coded flag=1.


=== GetCurrentIlluminanceEx ===
=== EndVrModeEx ===
No input, returns an output u8 bool and float.
No input/output.


Uses [[Backlight_services|lbl]] command GetAmbientLightSensorValue.
Identical to [[#SetVrModeEnabled]] except with hard-coded flag=0.


=== SetInputDetectionPolicy ===
=== IsInControllerFirmwareUpdateSection ===
Takes an input [[#InputDetectionPolicy]], no output.
No input, returns an output u8 bool.


=== SetWirelessPriorityMode ===
=== SetVrPositionForDebug ===
Takes an input s32 [[#WirelessPriorityMode]], no output.
Takes 4 input s32s, no output.


=== GetAccumulatedSuspendedTickValue ===
The s32s are: x, y, width, height.
No input, returns an output u64 tick value.


Gets the total time in ticks that the process was suspended, relative to when the applet-service was last initialized.
The cached value loaded from [[Settings_services#GetDebugModeFlag]] must be 1, otherwise an error is returned.
 
width must be 1-1280, height must be 1-720.


=== GetAccumulatedSuspendedTickChangedEvent ===
x and y must not be negative. x+width must be <=1280. y+height must be <=720.
No input, returns an output Event handle with autoclear=true.


This is signaled when the output from [[#GetAccumulatedSuspendedTickValue]] is updated.
=== GetDefaultDisplayResolution ===
No input, returns two output s32s '''width''' and '''height'''.


=== SetAlbumImageTakenNotificationEnabled ===
=== GetDefaultDisplayResolutionChangeEvent ===
Takes an input u8 bool, no output.
No input, returns an output Event handle with autoclear=true.


See [[#AppletMessage]].
=== GetHdcpAuthenticationState ===
No input, returns an output s32.


=== SetApplicationAlbumUserData ===
=== GetHdcpAuthenticationStateChangeEvent ===
Takes a type-0x21 input buffer, no output.
No input, returns an output Event handle with autoclear=true.


The buffer contains arbitrary UserData.
=== SetTvPowerStateMatchingMode ===
Takes an input s32 [[#TvPowerStateMatchingMode]], no output.


The size must be <=0x400. The input buffer is copied to a buffer loaded from a state ptr (throwing an error when the state ptr is not set), with the u32 size being written to statebuf+0x400 afterwards.
=== GetApplicationIdByContentActionName ===
Takes a type-0x5 input buffer containing a string, returns an output [[NCM_services#ApplicationId|ApplicationId]].


=== SaveCurrentScreenshot ===
Gets the ApplicationId for the specified ContentActionName string. Returns an error when the current [[#AppletId]] isn't 0x04 (when the current applet isn't a SystemApplication).
Takes an input s32 [[Capture_services#AlbumReportOption|AlbumReportOption]], no output.


sdknso exposes this under "nn::album::".
=== SetCpuBoostMode ===
Takes an input u32 [[#CpuBoostMode]] and passes it to [[PPC_services#apm:sys|SetCpuBoostMode]].


=== GetDebugStorageChannel ===
=== CancelCpuBoostMode ===
No input, returns an output [[#IStorageChannel]].
No input/output.


The cached value loaded from [[System_Settings|system-setting]] <code>am.debug!dev_function</code> must be set to 0x1 with size 0x1, otherwise an error is returned.
=== GetBuiltInDisplayType ===
No input, returns an output s32.


== IStorageChannel ==
This is not exposed by sdknso.
Added with [[7.0.0]].


{| class="wikitable" border="1"
This loads a s32 index from global state (originates from [[SPL_services#GetConfig|GetConfig]] [[SMC#HardwareType|HardwareType]]), Aborts if it's out-of-bounds, then the following is returned for the output s32: global_array[loaded_index].
|-
! Cmd || Name || Notes
|-
| 0 || Push || No input, returns an output [[#IStorage]].
|-
| 1 || Unpop || No input, returns an output [[#IStorage]].
|-
| 2 || Pop || No input, returns an output [[#IStorage]].
|-
| 3 || GetPopEventHandle || No input, returns an output handle.
|-
| 4 || Clear || No input/output.
|}


== IWindowController ==
=== PerformSystemButtonPressingIfInFocus ===
{| class="wikitable" border="1"
Takes an input [[#SystemButtonType]], no output.
|-
! Cmd || Name || Notes
|-
| 0 || [[#CreateWindow]] ||
|-
| 1 || [[#GetAppletResourceUserId]] ||
|-
| 2 || [6.0.0+] [[#GetAppletResourceUserIdOfCallerApplet]] ||
|-
| 10 || [[#AcquireForegroundRights]] ||
|-
| 11 || [[#ReleaseForegroundRights]] ||
|-
| 12 || [[#RejectToChangeIntoBackground]] ||
|-
| 20 || [7.0.0+] [[#SetAppletWindowVisibility]] ||
|-
| 21 || [7.0.0+] [[#SetAppletGpuTimeSlice]] ||
|}


=== CreateWindow ===
Just returns 0 when a state field is not value 1. Verifies that the input button is allowed, then calls the same func as [[#PerformSystemButtonPressing]] internally.
Takes an input u32, returns an output [[#IWindow]].


Stubbed, just returns an error.
=== SetPerformanceConfigurationChangedNotification ===
Takes an input u8 bool, no output.
 
=== GetCurrentPerformanceConfiguration ===
No input, returns the result of calling [[PPC_services#apm:sys|GetCurrentPerformanceConfiguration]].


=== GetAppletResourceUserId ===
=== OpenMyGpuErrorHandler ===
No input, returns an output u64 [[#AppletResourceUserId]].
No input, returns an [[#IGpuErrorHandler]].


=== GetAppletResourceUserIdOfCallerApplet ===
The cached value loaded from [[Settings_services#GetDebugModeFlag]] must be 1, otherwise an error is returned.
No input, returns an output u64 [[#AppletResourceUserId]].


=== AcquireForegroundRights ===
=== GetOperationModeSystemInfo ===
No input/output.
No input, returns an output u32.


Just returns 0.
This returns the output from [[#GetOperationModeSystemInfo_2|omm GetOperationModeSystemInfo]].


=== ReleaseForegroundRights ===
=== GetSettingsPlatformRegion ===
No input/output.
No input, returns an output u8.


Just returns 0.
This just returns the output from [[Settings_services#GetPlatformRegion|setsys GetPlatformRegion]].


=== RejectToChangeIntoBackground ===
=== ActivateMigrationService ===
No input/output.
No input/output.


Just returns 0.
Besides various other functionality, if required this eventually uses [[NS_Services|ns]] LaunchLibraryApplet to launch [[Migration_services|migration]].


=== SetAppletWindowVisibility ===
=== DeactivateMigrationService ===
Takes an input u8 bool, no output.
No input/output.


=== SetAppletGpuTimeSlice ===
=== DisableSleepTillShutdown ===
Takes an input s64, no output.
No input/output.


The input s64 must not be negative.
=== SuppressDisablingSleepTemporarily ===
Takes an input u64 "nn::TimeSpanType", no output.
 
=== SetRequestExitToLibraryAppletAtExecuteNextProgramEnabled ===
No input/output.
 
=== IGpuErrorHandler ===
This is "nn::am::service::IGpuErrorHandler".
 
This was added with [11.0.0+].
 
This uses various [[NV_services#nvgem:cd|nvgem:cd]] commands.


== IAudioController ==
{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
|-
! Cmd || Name
! Cmd || Name
|-
|-
| 0 || [[#SetExpectedMasterVolume]]
| 100 || [[#GetManualGpuErrorInfoSize]]
|-
|-
| 1 || [[#GetMainAppletExpectedMasterVolume]]
| 101 || [[#GetManualGpuErrorInfo]]
|-
|-
| 2 || [[#GetLibraryAppletExpectedMasterVolume]]
| 102 || [[#GetManualGpuErrorDetectionSystemEvent]]
|-
|-
| 3 || [[#ChangeMainAppletMasterVolume]]
| 103 || [[#FinishManualGpuErrorHandling]]
|-
| 4 || [[#SetTransparentVolumeRate]]
|}
|}


GetMainAppletExpectedMasterVolume/SetExpectedMasterVolume are used for saving/restoring state for LibraryApplet launching, with SetExpectedMasterVolume being used with new state prior to launching a LibraryApplet. With official sw these applet funcs are used directly in the main-codebin.
==== GetManualGpuErrorInfoSize ====
No input, returns an output u64.


=== SetExpectedMasterVolume ===
==== GetManualGpuErrorInfo ====
Takes two input floats, no output.
Takes a type-0x6 output buffer, returns an output u64.


Writes the input floats to state: first one is used by [[#GetMainAppletExpectedMasterVolume]], second one is used by [[#GetLibraryAppletExpectedMasterVolume]].
The OutBuffer_size must be >= the output size from [[#GetManualGpuErrorInfoSize]].


=== GetMainAppletExpectedMasterVolume ===
sdknso exposes the buffer as <code>void*</code>.
No input, returns an output float.


=== GetLibraryAppletExpectedMasterVolume ===
==== GetManualGpuErrorDetectionSystemEvent ====
No input, returns an output float.
No input, returns an output Event handle with EventClearMode=0.


=== ChangeMainAppletMasterVolume ===
==== FinishManualGpuErrorHandling ====
Takes an input float and an input u64, no output.
No input/output.


=== SetTransparentVolumeRate ===
== ISelfController ==
Takes an input float, no output.
This is "nn::am::service::ISelfController".


== IDisplayController ==
{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
|-
! Cmd || Name
! Cmd || Name
|-
|-
| 0 || [[#GetLastForegroundCaptureImage]]
| 0 || [[#Exit]]
|-
|-
| 1 || [[#UpdateLastForegroundCaptureImage]]
| 1 || [[#LockExit]]
|-
|-
| 2 || [[#GetLastApplicationCaptureImage]]
| 2 || [[#UnlockExit]]
|-
|-
| 3 || [[#GetCallerAppletCaptureImage]]
| 3 || [2.0.0+] [[#EnterFatalSection]]
|-
|-
| 4 || [[#UpdateCallerAppletCaptureImage]]
| 4 || [2.0.0+] [[#LeaveFatalSection]]
|-
|-
| 5 || [[#GetLastForegroundCaptureImageEx]]
| 9 || [[#GetLibraryAppletLaunchableEvent]]
|-
|-
| 6 || [[#GetLastApplicationCaptureImageEx]]
| 10 || [[#SetScreenShotPermission]]
|-
|-
| 7 || [[#GetCallerAppletCaptureImageEx]]
| 11 || [[#SetOperationModeChangedNotification]]
|-
|-
| 8 || [2.0.0+] [[#TakeScreenShotOfOwnLayer]]
| 12 || [[#SetPerformanceModeChangedNotification]]
|-
|-
| 9 || [5.0.0+] [[#CopyBetweenCaptureBuffers]]
| 13 || [[#SetFocusHandlingMode]]
|-
|-
| 10 || [[#AcquireLastApplicationCaptureBuffer]]
| 14 || [[#SetRestartMessageEnabled]]
|-
|-
| 11 || [[#ReleaseLastApplicationCaptureBuffer]]
| 15 || [2.0.0+] [[#SetScreenShotAppletIdentityInfo]]
|-
|-
| 12 || [[#AcquireLastForegroundCaptureBuffer]]
| 16 || [2.0.0+] [[#SetOutOfFocusSuspendingEnabled]]
|-
|-
| 13 || [[#ReleaseLastForegroundCaptureBuffer]]
| 17 || [3.0.0+] [[#SetControllerFirmwareUpdateSection]]
|-
|-
| 14 || [[#AcquireCallerAppletCaptureBuffer]]
| 18 || [3.0.0+] [[#SetRequiresCaptureButtonShortPressedMessage]]
|-
|-
| 15 || [[#ReleaseCallerAppletCaptureBuffer]]
| 19 || [3.0.0+] [[#SetAlbumImageOrientation]]
|-
|-
| 16 || [[#AcquireLastApplicationCaptureBufferEx]]
| 20 || [4.0.0+] [[#SetDesirableKeyboardLayout]]
|-
|-
| 17 || [[#AcquireLastForegroundCaptureBufferEx]]
| 21 || [13.0.0+] GetScreenShotProgramId
|-
|-
| 18 || [[#AcquireCallerAppletCaptureBufferEx]]
| 22 || [19.0.0+] GetScreenShotAcdIndex
|-
|-
| 20 || [3.0.0+] [[#ClearCaptureBuffer]]
| 23 || [19.0.0+] GetScreenShotApparentPlatform
|-
|-
| 21 || [3.0.0+] [[#ClearAppletTransitionBuffer]]
| 24 || [19.0.0+] GetScreenShotApplicationProperty
|-
|-
| 22 || [4.0.0+] [[#AcquireLastApplicationCaptureSharedBuffer]]
| 40 || [[#CreateManagedDisplayLayer]]
|-
| 41 || [4.0.0+] [[#IsSystemBufferSharingEnabled]]
|-
| 42 || [4.0.0+] [[#GetSystemSharedLayerHandle]]
|-
| 43 || [5.0.0+] [[#GetSystemSharedBufferHandle]]
|-
| 44 || [10.0.0+] [[#CreateManagedDisplaySeparableLayer]]
|-
| 45 || [10.0.0+] [[#SetManagedDisplayLayerSeparationMode]]
|-
| 46 || [13.0.0+] [[#SetRecordingLayerCompositionEnabled]]
|-
| 50 || [[#SetHandlesRequestToDisplay]]
|-
| 51 || [[#ApproveToDisplay]]
|-
|-
| 23 || [4.0.0+] [[#ReleaseLastApplicationCaptureSharedBuffer]]
| 60 || [[#OverrideAutoSleepTimeAndDimmingTime]]
|-
|-
| 24 || [4.0.0+] [[#AcquireLastForegroundCaptureSharedBuffer]]
| 61 || [[#SetMediaPlaybackState]]
|-
|-
| 25 || [4.0.0+] [[#ReleaseLastForegroundCaptureSharedBuffer]]
| 62 || [[#SetIdleTimeDetectionExtension]]
|-
|-
| 26 || [4.0.0+] [[#AcquireCallerAppletCaptureSharedBuffer]]
| 63 || [[#GetIdleTimeDetectionExtension]]
|-
|-
| 27 || [4.0.0+] [[#ReleaseCallerAppletCaptureSharedBuffer]]
| 64 || [[#SetInputDetectionSourceSet]]
|-
|-
| 28 || [6.0.0+] [[#TakeScreenShotOfOwnLayerEx]]
| 65 || [2.0.0+] [[#ReportUserIsActive]]
|}
|-
 
| 66 || [3.0.0+] [[#GetCurrentIlluminance]]
=== GetLastForegroundCaptureImage ===
|-
Takes a type-0x6 output buffer.
| 67 || [3.0.0+] [[#IsIlluminanceAvailable]]
 
|-
Stubbed, just returns an error.
| 68 || [5.0.0+] [[#SetAutoSleepDisabled]]
 
|-
=== UpdateLastForegroundCaptureImage ===
| 69 || [5.0.0+] [[#IsAutoSleepDisabled]]
No input/output.
|-
 
| 70 || [4.0.0+] [[#ReportMultimediaError]]
=== GetLastApplicationCaptureImage ===
|-
Takes a type-0x6 output buffer.
| 71 || [5.0.0+] [[#GetCurrentIlluminanceEx]]
 
|-
Stubbed, just returns an error.
| 72 || [9.0.0+] [[#SetInputDetectionPolicy]]
 
|-
=== GetCallerAppletCaptureImage ===
| 73 || [21.0.0+]
Takes a type-0x6 output buffer.
|-
 
| 80 || [4.0.0+] [[#SetWirelessPriorityMode]]
Stubbed, just returns an error.
|-
 
| 90 || [6.0.0+] [[#GetAccumulatedSuspendedTickValue]]
=== UpdateCallerAppletCaptureImage ===
|-
No input/output.
| 91 || [6.0.0+] [[#GetAccumulatedSuspendedTickChangedEvent]]
 
|-
Calls the same func internally as [[#UpdateLastForegroundCaptureImage]], except this passes param value 2 instead of 1.
| 100 || [7.0.0+] [[#SetAlbumImageTakenNotificationEnabled]]
 
|-
=== GetLastForegroundCaptureImageEx ===
| 110 || [8.0.0+] [[#SetApplicationAlbumUserData]]
Takes a type-0x6 output buffer, returns an output u8 bool.
|-
 
| 120 || [11.0.0+] [[#SaveCurrentScreenshot]]
The buffer size must match 0x384000.
|-
 
| 130 || [13.0.0+] [[#SetRecordVolumeMuted]]
=== GetLastApplicationCaptureImageEx ===
|-
Takes a type-0x6 output buffer, returns an output u8 bool.
| 200 || [20.0.0+]
 
|-
The buffer size must match 0x384000.
| 210 || [20.0.0+]
|-
| 211 || [20.0.0+]
|-
| 220 || [20.0.0+]
|-
| 221 || [20.0.0+]
|-
| 230 || [20.0.0+]
|-
| 1000 || [7.0.0+] [[#GetDebugStorageChannel]]
|-
| 2000 || [S2] [[#GetGraphicsSupervisor]]
|-
| 2100 || [S2] SetRecordingLayerEnabled
|-
| 2200 || [S2] SetSharingLayerEnabled
|-
| 2300 || [S2] [20.0.0+] SetCopyrightLayerEnabled
|-
| 2400 || [S2] SetRtcScreenSharingAudioEnabled
|-
| 2401 || [S2] [20.0.0+] SetStreamPlayMirroringAudioEnabled
|-
| 2402 || [S2] [20.0.0+]
|}


Calls the same internal func as [[#GetLastForegroundCaptureImageEx]], except that the last param is set to value 0 instead of 1.
=== Exit ===
No input/output.


=== GetCallerAppletCaptureImageEx ===
Exits the current applet. On success, official sw will enter an infinite loop with sleep-thread value 86400000000000.
Takes a type-0x6 output buffer, returns an output u8 bool.


The buffer size must match 0x384000.
=== LockExit ===
No input/output.


Calls the same internal func as [[#GetLastForegroundCaptureImageEx]], except that the last param is set to value 2 instead of 1.
Locks exit process of pressing X to close in HOME Menu for an application or HOME button for an applet. When locked, it will show the "waiting for software to be closed dialog" until UnlockExit is called or a 15 seconds timeout (when the latter occurs, the process is force-terminated).


=== TakeScreenShotOfOwnLayer ===
=== UnlockExit ===
Takes an input u8 bool and a s32, no output.
No input/output.


=== CopyBetweenCaptureBuffers ===
Unlocks exit process, if LockExit was previously used.
Takes two input s32s, no output.


=== AcquireLastApplicationCaptureBuffer ===
=== EnterFatalSection ===
No input, returns an output handle.
No input/output.


Stubbed, just returns an error.
=== LeaveFatalSection ===
 
=== ReleaseLastApplicationCaptureBuffer ===
No input/output.
No input/output.


Clears a state field if it's not already 0, returning an error otherwise. On newer sysvers: then a func is called which just returns 0, then this cmd returns 0.
[[#EnterFatalSection]] must be executed at least once before executing this command, otherwise error code 0x40080 will be returned. EnterFatalSection and LeaveFatalSection work in pairs, that is, N calls to EnterFatalSection must be performed first in order to perform N executions of LeaveFatalSection. Essentially, these two functions operate like how one would lock and unlock a recursive mutex.


=== AcquireLastForegroundCaptureBuffer ===
=== GetLibraryAppletLaunchableEvent ===
No input, returns an output handle.
No input, returns an output event handle with autoclear=false.


Stubbed, just returns an error.
=== SetScreenShotPermission ===
Takes an input s32. No output.


=== ReleaseLastForegroundCaptureBuffer ===
Controls whether screenshot-capture is allowed.
No input/output.


Same as [[#ReleaseLastApplicationCaptureBuffer]] except with a different state field + different input param for the called func.
{| class="wikitable" border="1"
|-
! Value || Description
|-
| 0 || Inherit from parent applet
|-
| 1 || Enable
|-
| 2 || Disable
|-
|}


=== AcquireCallerAppletCaptureBuffer ===
=== SetOperationModeChangedNotification ===
No input, returns an output handle.
Takes an input u8 bool flag. No output.


Stubbed, just returns an error.
=== SetPerformanceModeChangedNotification ===
Takes an input u8 bool flag. No output.


=== ReleaseCallerAppletCaptureBuffer ===
=== SetFocusHandlingMode ===
No input/output.
Takes 3 input u8s with each field located immediately after the previous u8, these are bool flags. No output.
 
=== SetRestartMessageEnabled ===
Takes an input u8 bool flag, no output.


Same as [[#ReleaseLastApplicationCaptureBuffer]] except with a different state field + different input param for the called func.
See [[#AppletMessage]].


=== AcquireLastApplicationCaptureBufferEx ===
=== SetScreenShotAppletIdentityInfo ===
No input, returns an output TransferMemory handle and an output u8 bool.
Takes an input [[#AppletIdentityInfo]], no output.


The state field used by [[#ReleaseLastApplicationCaptureBuffer]] must be 0. Calls a func which just returns an error (this is only the case on newer sysvers), hence this cmd will just return that error. If that func would have returned successfully, the state field would be set to 1 and the cmd would return 0.
=== SetOutOfFocusSuspendingEnabled ===
Takes an input u8 bool flag. No output.


On old sysvers, the output TransferMemory is size 0x384000 with permissions=RW.
=== SetControllerFirmwareUpdateSection ===
Takes an input u8 bool flag, no output.


=== AcquireLastForegroundCaptureBufferEx ===
This throws error 0x40280 when the internal state flag already matches the input value.
No input, returns an output TransferMemory handle and an output u8 bool.


Same as [[#AcquireLastApplicationCaptureBufferEx]] except this uses the [[#ReleaseLastForegroundCaptureBuffer]] state field, and uses a different input param value for the called func.
=== SetRequiresCaptureButtonShortPressedMessage ===
Takes an input u8 bool flag, no output.


=== AcquireCallerAppletCaptureBufferEx ===
See [[#AppletMessage]].
No input, returns an output TransferMemory handle and an output u8 bool.


Same as [[#AcquireLastApplicationCaptureBufferEx]] except this uses the [[#ReleaseCallerAppletCaptureBuffer]] state field, and uses a different input param value for the called func.
When enabled with a non-Overlay applet, Overlay applet will not be notified of capture button short-presses for screenshots.


=== ClearCaptureBuffer ===
=== SetAlbumImageOrientation ===
Takes an input u8 bool, a s32 CaptureSharedBuffer, and an u32 color, returns no output.
Takes an input u32 "nn::album::ImageOrientation". No output.


Clear the input CaptureSharedBuffer with the specified RGBA8 color.
The input value must not be >3.


=== ClearAppletTransitionBuffer ===
=== SetDesirableKeyboardLayout ===
Takes an input u32, no output.
Takes an input u32, no output.


Clear the AppletTransitionBuffer with the specified RGBA8 color.
The input u32 is "nn::settings::KeyboardLayout".


=== AcquireLastApplicationCaptureSharedBuffer ===
=== CreateManagedDisplayLayer ===
No input, returns an output u8 bool and an s32.
Returns an output u64 LayerId which is then used by the user-process with [[Display_services#OpenLayer]].


This loads data from state.
=== IsSystemBufferSharingEnabled ===
No input/output.


=== ReleaseLastApplicationCaptureSharedBuffer ===
Not available when the current applet is an Application ([[#AppletId]] == 0x01).
No input/output.


Depending on whether a state field is 0, this just returns an error or returns 0.
Checks whether SystemBufferSharing is enabled, throwing an error otherwise.


=== AcquireLastForegroundCaptureSharedBuffer ===
=== GetSystemSharedLayerHandle ===
No input, returns an output u8 bool and an s32.
No input, returns two output u64s "nn::vi::fbshare::SharedBufferHandle" and "nn::vi::fbshare::SharedLayerHandle".


Calls the same func internally as [[#AcquireLastApplicationCaptureSharedBuffer]], except this passes value 1 for the last param instead of 0.
Runs code similar to [[#IsSystemBufferSharingEnabled]] first.


=== ReleaseLastForegroundCaptureSharedBuffer ===
=== GetSystemSharedBufferHandle ===
No input/output.
No input, returns an output u64 "nn::vi::fbshare::SharedBufferHandle".


Calls the same func internally as [[#ReleaseLastApplicationCaptureSharedBuffer]], except this passes value 1 for the last param instead of 0.
Runs code similar to [[#IsSystemBufferSharingEnabled]] first.


=== AcquireCallerAppletCaptureSharedBuffer ===
Same as [[#GetSystemSharedLayerHandle]] except this just gets the SharedBufferHandle.
No input, returns an output u8 bool and an s32.


Calls the same func internally as [[#AcquireLastApplicationCaptureSharedBuffer]], except this passes value 2 for the last param instead of 0.
=== CreateManagedDisplaySeparableLayer ===
No input, returns two output u64 LayerIds.


=== ReleaseCallerAppletCaptureSharedBuffer ===
sdknso now uses this instead of [[#CreateManagedDisplayLayer]]. sdknso caches the output from the cmd so that it's only used once. The first u64 is used the same as the original LayerId from [[#CreateManagedDisplayLayer]]. <code>nn::vi::CreateRecordingLayer</code> uses the second LayerId, the layer creation is identical besides which LayerId is used.
No input/output.


Calls the same func internally as [[#ReleaseLastApplicationCaptureSharedBuffer]], except this passes value 2 for the last param instead of 0.
=== SetManagedDisplayLayerSeparationMode ===
Takes an input u32, no output.


=== TakeScreenShotOfOwnLayerEx ===
sdknso exposes this as <code>nn::vi::SetRecordingLayerEnabled(bool)</code>.
Takes two input u8 bools and a s32, no output.


Calls the same func internally as [[#TakeScreenShotOfOwnLayer]], except the last bool param is the last cmd param bool instead of hard-coded 0. This flag indicates whether the screenshot should be taken Immediately.
The input u32 must be 0-1.


== ISystemAppletControllerForDebug ==
=== SetRecordingLayerCompositionEnabled ===
{| class="wikitable" border="1"
Takes an input bool, no output.
|-
 
! Cmd || Name
=== SetHandlesRequestToDisplay ===
|-
Takes an input u8 bool, no output.
| 1 || RequestLaunchApplicationForDebug
 
|-
Sets an internal state flag. When the input flag is 0, this will in additional run the same code as [[#ApproveToDisplay]].
| 2 || [7.0.0+] [[#GetDebugStorageChannel]]
 
|-
See [[#AppletMessage]].
| 3 || [7.0.0+] [[#CreateStorageForDebug]]
|-
| 4 || [12.0.0+] [[#CreateCradleFirmwareUpdaterForDebug]]
|}


=== GetDebugStorageChannel ===
=== ApproveToDisplay ===
No input. Returns an output [[#IStorageChannel]].
No input/output.


=== CreateStorageForDebug ===
Used to handle the notification enabled by [[#SetHandlesRequestToDisplay]].
Takes a total of 8-bytes of input. Returns an [[#IStorage]].


=== CreateCradleFirmwareUpdaterForDebug ===
=== OverrideAutoSleepTimeAndDimmingTime ===
No input. Returns an [[#ICradleFirmwareUpdater]].
Takes 4 input s32s, no output.


== IProcessWindingController ==
=== SetMediaPlaybackState ===
{| class="wikitable" border="1"
Takes an input u8 bool, no output.
|-
! Cmd || Name || Notes
|-
| 0 || [[#GetLaunchReason]] ||
|-
| 11 || [[#OpenCallingLibraryApplet]] ||
|-
| 21 || [[#PushContext]] ||
|-
| 22 || [[#PopContext]] ||
|-
| 23 || [[#CancelWindingReservation]] ||
|-
| 30 || [[#WindAndDoReserved]] ||
|-
| 40 || [[#ReserveToStartAndWaitAndUnwindThis]] ||
|-
| 41 || [4.0.0+] [[#ReserveToStartAndWait]] ||
|}


=== GetLaunchReason ===
=== SetIdleTimeDetectionExtension ===
No input, returns an output [[#AppletProcessLaunchReason]].
Takes an input u32, no output.


Used by LibraryApplets.
The input value must be 0-2: 0 = disabled, 1 = Extended, and 2 = ExtendedUnsafe.


=== OpenCallingLibraryApplet ===
=== GetIdleTimeDetectionExtension ===
No input, returns an output [[#ILibraryAppletAccessor]].
No input, returns an output u32.


The objptr from state is cleared during this, an error is thrown if it's already 0.
Returns the value set by [[#SetIdleTimeDetectionExtension]].


=== PushContext ===
=== SetInputDetectionSourceSet ===
Takes an input [[#IStorage]], no output.
Takes an input u32, no output.


=== PopContext ===
=== ReportUserIsActive ===
No input, returns an output [[#IStorage]].
 
=== CancelWindingReservation ===
No input/output.
No input/output.


=== WindAndDoReserved ===
Uses idle:sys ReportUserIsActive.
No input/output.


=== ReserveToStartAndWaitAndUnwindThis ===
Reports that the user is active, for idle detection (screen dimming / auto-sleep). This is equivalent to when the user uses HID input.
Takes an input [[#ILibraryAppletAccessor]], no output.


=== ReserveToStartAndWait ===
=== GetCurrentIlluminance ===
Takes an input [[#ILibraryAppletAccessor]], no output.
No input, returns an output float.
 
Uses [[Backlight_services|lbl]] command GetAmbientLightSensorValue, where only the output float is used.
 
=== IsIlluminanceAvailable ===
No input, returns an output u8 bool.
 
Uses [[Backlight_services|lbl]] command IsAmbientLightSensorAvailable.
 
User-processes can use this to determine whether to continue with using GetCurrentIlluminance(Ex).
 
=== SetAutoSleepDisabled ===
Takes an input u8 bool, no output.
 
=== IsAutoSleepDisabled ===
No input, returns an output u8 bool.
 
=== ReportMultimediaError ===
Takes an input Result and a type-0x5 input buffer, no output.
 
The buffer contains a 0x138-byte "movie::MultimediaTelemetryReport" struct.


== IDebugFunctions ==
=== GetCurrentIlluminanceEx ===
{| class="wikitable" border="1"
No input, returns an output u8 bool and float.
|-
! Cmd || Name
|-
| 0 || [[#NotifyMessageToHomeMenuForDebug]]
|-
| 1 || [1.0.0-9.2.0] [[#OpenMainApplication]]
|-
| 10 || [[#PerformSystemButtonPressing]]
|-
| 20 || [[#InvalidateTransitionLayer]]
|-
| 30 || [6.0.0+] [[#RequestLaunchApplicationWithUserAndArgumentForDebug]]
|-
| 31 || [12.0.0+] RequestLaunchApplicationByApplicationLaunchInfoForDebug
|-
| 40 || [6.0.0+] [[#GetAppletResourceUsageInfo]]
|-
| 100 || [7.0.0+] [[#SetCpuBoostModeForApplet]]
|-
| 101 || [10.0.0+] [[#CancelCpuBoostModeForApplet]]
|-
| 110 || [9.0.0+] [[#PushToAppletBoundChannelForDebug]]
|-
| 111 || [9.0.0+] [[#TryPopFromAppletBoundChannelForDebug]]
|-
| 120 || [9.0.0+] [[#AlarmSettingNotificationEnableAppEventReserve]]
|-
| 121 || [9.0.0+] [[#AlarmSettingNotificationDisableAppEventReserve]]
|-
| 122 || [9.0.0+] [[#AlarmSettingNotificationPushAppEventNotify]]
|-
| 130 || [9.0.0+] [[#FriendInvitationSetApplicationParameter]]
|-
| 131 || [9.0.0+] [[#FriendInvitationClearApplicationParameter]]
|-
| 132 || [9.0.0+] [[#FriendInvitationPushApplicationParameter]]
|-
| 900 || [12.0.0+] GetGrcProcessLaunchedSystemEvent
|}


=== NotifyMessageToHomeMenuForDebug ===
Uses [[Backlight_services|lbl]] command GetAmbientLightSensorValue.
Takes an input [[#AppletMessage]], no output.


Stubbed, just returns an error.
=== SetInputDetectionPolicy ===
Takes an input [[#InputDetectionPolicy]], no output.


=== OpenMainApplication ===
=== SetWirelessPriorityMode ===
No input, returns an output [[#IApplicationAccessor]].
Takes an input s32 [[#WirelessPriorityMode]], no output.


Should not be used when no Application is running (svcBreak).
=== GetAccumulatedSuspendedTickValue ===
No input, returns an output u64 tick value.


=== PerformSystemButtonPressing ===
Gets the total time in ticks that the process was suspended, relative to when the applet-service was last initialized.
Takes an input [[#SystemButtonType]], no output.


=== InvalidateTransitionLayer ===
=== GetAccumulatedSuspendedTickChangedEvent ===
No input/output.
No input, returns an output Event handle with autoclear=true.


=== RequestLaunchApplicationWithUserAndArgumentForDebug ===
This is signaled when the output from [[#GetAccumulatedSuspendedTickValue]] is updated.
Takes an input u8 bool flag, an [[NCM_services#ApplicationId|ApplicationId]], a type-0x5 input buffer containing an array of u128 userIDs, and a type-0x5 input buffer, no output.


Requests to launch the specified Application, with the specified users. When the bool flag is true, the content of the second input buffer is used to create a storage which is pushed to the UserChannel for this Application (see [[#LaunchParameterKind]]).
=== SetAlbumImageTakenNotificationEnabled ===
Takes an input u8 bool, no output.


=== GetAppletResourceUsageInfo ===
See [[#AppletMessage]].
No input, returns an output [[#AppletResourceUsageInfo]].


=== SetCpuBoostModeForApplet ===
=== SetApplicationAlbumUserData ===
Takes an input u32 [[#CpuBoostMode]] and passes it to [[PPC_services#apm:sys|SetCpuBoostMode]].
Takes a type-0x21 input buffer, no output.


The cached value loaded from [[Settings_services#GetDebugModeFlag]] must be 1, otherwise an error is returned.
The buffer contains arbitrary UserData.


=== CancelCpuBoostModeForApplet ===
The size must be <=0x400. The input buffer is copied to a buffer loaded from a state ptr (throwing an error when the state ptr is not set), with the u32 size being written to statebuf+0x400 afterwards.
No input/output.


=== PushToAppletBoundChannelForDebug ===
=== SaveCurrentScreenshot ===
Takes an input [[#IStorage]] and a s32, no output.
Takes an input s32 [[Capture_services#AlbumReportOption|AlbumReportOption]], no output.


The cached value loaded from [[Settings_services#GetDebugModeFlag]] must be 1, otherwise an error is returned.
sdknso exposes this under "nn::album::".


The s32 must match the value already stored in state when the state value is non-zero, otherwise an error is returned. When the state value is 0, the s32 is written into state. Then the input storage is pushed to the StorageChannel.
=== SetRecordVolumeMuted ===
Takes an input bool, no output.


=== TryPopFromAppletBoundChannelForDebug ===
=== GetDebugStorageChannel ===
Takes an input s32, returns an output [[#IStorage]].
No input, returns an output [[#IStorageChannel]].


The cached value loaded from [[Settings_services#GetDebugModeFlag]] must be 1, otherwise an error is returned.
The cached value loaded from [[System_Settings|system-setting]] <code>am.debug!dev_function</code> must be set to 0x1 with size 0x1, otherwise an error is returned.


The s32 must not be 0 and must match the value previously saved by [[#PushToAppletBoundChannelForDebug]], otherwise errors are returned. Then the output storage is popped from the StorageChannel.
=== GetGraphicsSupervisor ===
This is exclusive to S2.


=== AlarmSettingNotificationEnableAppEventReserve ===
No input. Returns an output TIPC handle to [[Switch_2:_GSV_services|GraphicsSupervisor]].
Takes an input [[#IStorage]] and an [[NCM_services#ApplicationId|ApplicationId]], no output.


Clears a StorageChannel, pushes the input storage there, and writes the ApplicationId into state.
== IStorageChannel ==
This is "nn::am::service::IStorageChannel".


=== AlarmSettingNotificationDisableAppEventReserve ===
This was added with [7.0.0+].
No input/output.


Clears the StorageChannel/saved-ApplicationId used by [[#AlarmSettingNotificationEnableAppEventReserve]].
{| class="wikitable" border="1"
 
=== AlarmSettingNotificationPushAppEventNotify ===
Takes an input [[#IStorage]], no output.
 
Same as [[#PushToNotificationStorageChannel]] except this uses the MainApplication.
 
=== FriendInvitationSetApplicationParameter ===
Takes an input [[#IStorage]] and an [[NCM_services#ApplicationId|ApplicationId]], no output.
 
Clears a StorageChannel, pushes the input storage there, and writes the ApplicationId into state.
 
=== FriendInvitationClearApplicationParameter ===
No input/output.
 
Clears the StorageChannel/saved-ApplicationId used by [[#FriendInvitationSetApplicationParameter]].
 
=== FriendInvitationPushApplicationParameter ===
Takes an input [[#IStorage]], no output.
 
Same as [[#PushToFriendInvitationStorageChannel]] except this uses the MainApplication.
 
== IStorage ==
{| class="wikitable" border="1"
|-
|-
! Cmd || Name || Notes
! Cmd || Name || Notes
|-
|-
| 0 || Open || No input. Returns an [[#IStorageAccessor]].
| 0 || Push || No input, returns an output [[#IStorage]].
|-
| 1 || Unpop || No input, returns an output [[#IStorage]].
|-
| 2 || Pop || No input, returns an output [[#IStorage]].
|-
| 3 || GetPopEventHandle || No input, returns an output handle.
|-
|-
| 1 || [2.0.0+] OpenTransferStorage || No input. Returns an [[#ITransferStorageAccessor]].
| 4 || Clear || No input/output.
|}
|}


Open can only be used when the IStorage was created by [[#CreateStorage]] or [[#CreateTransferMemoryStorage]]. OpenTransferStorage can only be used when the IStorage was created by [[#CreateHandleStorage]].
== IWindowController ==
 
This is "nn::am::service::IWindowController".
Only 1 *Accessor session can be open for each IStorage at a time.


== IStorageAccessor ==
{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
|-
! Cmd || Name || Notes
! Cmd || Name || Notes
|-
|-
| 0 || GetSize || No input. Returns an s64.
| 0 || [[#CreateWindow]] ||  
|-
|-
| 10 || Write || Takes an input s64 and a type-0x21 input buffer.
| 1 || [[#GetAppletResourceUserId]] ||
|-
|-
| 11 || Read || Takes an input s64 and a type-0x22 output buffer.
| 2 || [6.0.0+] [[#GetAppletResourceUserIdOfCallerApplet]] ||
|}
 
== ITransferStorageAccessor ==
{| class="wikitable" border="1"
|-
|-
! Cmd || Name || Notes
| 10 || [[#AcquireForegroundRights]] ||
|-
|-
| 0 || GetSize || No input. Returns an output s64.
| 11 || [[#ReleaseForegroundRights]] ||
|-
|-
| 1 || GetHandle || No input. Returns an output s64 and handle.
| 12 || [[#RejectToChangeIntoBackground]] ||
|}
 
These commands return the data originally from [[#CreateHandleStorage]] input, both return the same s64.
 
= appletOE =
This is "nn::am::service::IApplicationProxyService".
 
{| class="wikitable" border="1"
|-
|-
! Cmd || Name || Notes
| 20 || [7.0.0+] [[#SetAppletWindowVisibility]] ||  
|-
|-
| 0 || [[#OpenApplicationProxy]] ||  
| 21 || [7.0.0+] [[#SetAppletGpuTimeSlice]] ||  
|}
|}


This is used by all regular-applications, including [[flog]] and "Retail Interactive Display Menu". Only one session can be open for this service at a time.
=== CreateWindow ===
Takes an input u32, returns an output [[#IWindow]].
 
Stubbed, just returns an error.


== OpenApplicationProxy ==
=== GetAppletResourceUserId ===
Returns an [[#IApplicationProxy]]. See [[#appletAE]].
No input, returns an output u64 [[#AppletResourceUserId]].


Takes a [[IPC_Marshalling|reserved]] input u64 (official user-processes use hard-coded value 0), a PID, and a process copy-handle (cur-proc handle alias).
=== GetAppletResourceUserIdOfCallerApplet ===
No input, returns an output u64 [[#AppletResourceUserId]].


On failure, official user-processes will retry using this command in a loop while the retval is 0x19280, with svcSleepThread(10000000) being called first.
=== AcquireForegroundRights ===
No input/output.


= idle:sys =
Just returns 0.
This is "nn::idle::detail::IPolicyManagerSystem"
 
=== ReleaseForegroundRights ===
No input/output.
 
Just returns 0.
 
=== RejectToChangeIntoBackground ===
No input/output.
 
Just returns 0.
 
=== SetAppletWindowVisibility ===
Takes an input u8 bool, no output.
 
=== SetAppletGpuTimeSlice ===
Takes an input s64, no output.
 
The input s64 must not be negative.
 
== IAudioController ==
This is "nn::am::service::IAudioController".


{| class="wikitable" border="1"
{| class="wikitable" border="1"
Line 2,781: Line 3,059:
! Cmd || Name
! Cmd || Name
|-
|-
| 0 || GetAutoPowerDownEvent
| 0 || [[#SetExpectedMasterVolume]]
|-
|-
|rowspan="2"| 1 || [1.0.0-3.0.2]
| 1 || [[#GetMainAppletExpectedMasterVolume]]
|-
|-
| [7.0.0+] IsAutoPowerDownRequested
| 2 || [[#GetLibraryAppletExpectedMasterVolume]]
|-
|-
| 2 || [1.0.0-3.0.2]
| 3 || [[#ChangeMainAppletMasterVolume]]
|-
|-
| 3 || [[#SetHandlingContext]]
| 4 || [[#SetTransparentVolumeRate]]
|-
|-
| 4 || LoadAndApplySettings
| 5 || [20.0.0+]
|-
| 5 || ReportUserIsActive
|}
|}


== SetHandlingContext ==
GetMainAppletExpectedMasterVolume/SetExpectedMasterVolume are used for saving/restoring state for LibraryApplet launching, with SetExpectedMasterVolume being used with new state prior to launching a LibraryApplet. With official sw these applet funcs are used directly in the main-codebin.
[3.0.0+] Now takes an additional 0x10-bytes of input.


= omm =
=== SetExpectedMasterVolume ===
This is "nn::omm::detail::IOperationModeManager"
Takes two input floats, no output.


Operation Mode Manager (OMM) is a service responsible for arbitrating the operation changes between docked and handheld modes.
Writes the input floats to state: first one is used by [[#GetMainAppletExpectedMasterVolume]], second one is used by [[#GetLibraryAppletExpectedMasterVolume]].
Besides [[PTM_services|PTM]], this is the only service that interacts with the [[Dock]] through [[USB_services|usb:pd*]].
 
=== GetMainAppletExpectedMasterVolume ===
No input, returns an output float.
 
=== GetLibraryAppletExpectedMasterVolume ===
No input, returns an output float.
 
=== ChangeMainAppletMasterVolume ===
Takes an input float and an input u64, no output.
 
=== SetTransparentVolumeRate ===
Takes an input float, no output.
 
== IDisplayController ==
This is "nn::am::service::IDisplayController".


{| class="wikitable" border="1"
{| class="wikitable" border="1"
Line 2,809: Line 3,098:
! Cmd || Name
! Cmd || Name
|-
|-
| 0 || GetOperationMode
| 0 || [[#GetLastForegroundCaptureImage]]
|-
|-
| 1 || GetOperationModeChangeEvent
| 1 || [[#UpdateLastForegroundCaptureImage]]
|-
|-
| 2 || EnableAudioVisual
| 2 || [[#GetLastApplicationCaptureImage]]
|-
|-
| 3 || DisableAudioVisual
| 3 || [[#GetCallerAppletCaptureImage]]
|-
|-
| 4 || EnterSleepAndWait
| 4 || [[#UpdateCallerAppletCaptureImage]]
|-
|-
| 5 || GetCradleStatus
| 5 || [[#GetLastForegroundCaptureImageEx]]
|-
|-
| 6 || FadeInDisplay
| 6 || [[#GetLastApplicationCaptureImageEx]]
|-
|-
| 7 || FadeOutDisplay
| 7 || [[#GetCallerAppletCaptureImageEx]]
|-
|-
| 8 || [2.0.0+] GetCradleFwVersion
| 8 || [2.0.0+] [[#TakeScreenShotOfOwnLayer]]
|-
|-
| 9 || [2.0.0+] NotifyCecSettingsChanged
| 9 || [5.0.0+] [[#CopyBetweenCaptureBuffers]]
|-
|-
| 10 || [3.0.0+] SetOperationModePolicy
| 10 || [[#AcquireLastApplicationCaptureBuffer]]
|-
|-
| 11 || [3.0.0+] GetDefaultDisplayResolution
| 11 || [[#ReleaseLastApplicationCaptureBuffer]]
|-
|-
| 12 || [3.0.0+] GetDefaultDisplayResolutionChangeEvent
| 12 || [[#AcquireLastForegroundCaptureBuffer]]
|-
|-
| 13 || [3.0.0+] UpdateDefaultDisplayResolution
| 13 || [[#ReleaseLastForegroundCaptureBuffer]]
|-
|-
| 14 || [3.0.0+] ShouldSleepOnBoot
| 14 || [[#AcquireCallerAppletCaptureBuffer]]
|-
|-
| 15 || [4.0.0+] NotifyHdcpApplicationExecutionStarted
| 15 || [[#ReleaseCallerAppletCaptureBuffer]]
|-
|-
| 16 || [4.0.0+] NotifyHdcpApplicationExecutionFinished
| 16 || [[#AcquireLastApplicationCaptureBufferEx]]
|-
|-
| 17 || [4.0.0+] NotifyHdcpApplicationDrawingStarted
| 17 || [[#AcquireLastForegroundCaptureBufferEx]]
|-
|-
| 18 || [4.0.0+] NotifyHdcpApplicationDrawingFinished
| 18 || [[#AcquireCallerAppletCaptureBufferEx]]
|-
|-
| 19 || [4.0.0+] GetHdcpAuthenticationFailedEvent
| 20 || [3.0.0+] [[#ClearCaptureBuffer]]
|-
|-
| 20 || [4.0.0+] GetHdcpAuthenticationFailedEmulationEnabled
| 21 || [3.0.0+] [[#ClearAppletTransitionBuffer]]
|-
|-
| 21 || [4.0.0+] SetHdcpAuthenticationFailedEmulation
| 22 || [4.0.0+] [[#AcquireLastApplicationCaptureSharedBuffer]]
|-
|-
| 22 || [4.0.0+] GetHdcpStateChangeEvent
| 23 || [4.0.0+] [[#ReleaseLastApplicationCaptureSharedBuffer]]
|-
|-
| 23 || [4.0.0+] GetHdcpState
| 24 || [4.0.0+] [[#AcquireLastForegroundCaptureSharedBuffer]]
|-
|-
| 24 || [5.0.0+] ShowCardUpdateProcessing
| 25 || [4.0.0+] [[#ReleaseLastForegroundCaptureSharedBuffer]]
|-
|-
| 25 || [5.0.0+] SetApplicationCecSettingsAndNotifyChanged
| 26 || [4.0.0+] [[#AcquireCallerAppletCaptureSharedBuffer]]
|-
|-
| 26 || [7.0.0+] [[#GetOperationModeSystemInfo]]
| 27 || [4.0.0+] [[#ReleaseCallerAppletCaptureSharedBuffer]]
|-
|-
| 27 || [9.0.0+] GetAppletFullAwakingSystemEvent
| 28 || [6.0.0+] [[#TakeScreenShotOfOwnLayerEx]]
|-
| 28 || [12.0.0+] [[#CreateCradleFirmwareUpdater]]
|}
|}


== GetOperationModeSystemInfo ==
=== GetLastForegroundCaptureImage ===
No input, returns an output u32.
Takes a type-0x6 output buffer.


This is used by [[#GetOperationModeSystemInfo|ICommonStateGetter GetOperationModeSystemInfo]].
Stubbed, just returns an error.


== CreateCradleFirmwareUpdater ==
=== UpdateLastForegroundCaptureImage ===
No input. Returns an [[#ICradleFirmwareUpdater]].
No input/output.


== ICradleFirmwareUpdater ==
=== GetLastApplicationCaptureImage ===
This is "nn::omm::detail::ICradleFirmwareUpdater".
Takes a type-0x6 output buffer.
 
Stubbed, just returns an error.
 
=== GetCallerAppletCaptureImage ===
Takes a type-0x6 output buffer.
 
Stubbed, just returns an error.


This was added with [12.0.0+].
=== UpdateCallerAppletCaptureImage ===
No input/output.


{| class="wikitable" border="1"
Calls the same func internally as [[#UpdateLastForegroundCaptureImage]], except this passes param value 2 instead of 1.
|-
! Cmd || Name
|-
| 0 || Start
|-
| 1 || Finish
|-
| 2 || GetUpdateDeviceStatus
|-
| 3 || GetUpdateProgress
|-
| 4 || GetUpdateDeviceStatusChangeEvent
|-
| 5 || GetUpdateProgress2
|}


= spsm =
=== GetLastForegroundCaptureImageEx ===
This is "nn::spsm::detail::IPowerStateInterface".
Takes a type-0x6 output buffer, returns an output u8 bool.


{| class="wikitable" border="1"
The buffer size must match 0x384000.
|-
! Cmd || Name
|-
| 0 || GetCurrentState
|-
| 1 || EnterSleep
|-
| 2 || GetLastWakeReason
|-
| 3 || Shutdown
|-
| 4 || GetNotificationMessageEventHandle
|-
| 5 || ReceiveNotificationMessage
|-
| 6 || AnalyzeLogForLastSleepWakeSequence
|-
| 7 || ResetEventLog
|-
| 8 || AnalyzePerformanceLogForLastSleepWakeSequence
|-
| 9 || ChangeHomeButtonLongPressingTime
|-
| 10 || PutErrorState
|-
| 11 || [1.0.0-3.0.2] InvalidateCurrentHomeButtonPressing
|}


[3.0.0+] Cmd11 now takes a total of 8-bytes of input.
=== GetLastApplicationCaptureImageEx ===
Takes a type-0x6 output buffer, returns an output u8 bool.


= tcap =
The buffer size must match 0x384000.
This is "nn::tcap::server::IManager".


This was removed with [11.0.0+].
Calls the same internal func as [[#GetLastForegroundCaptureImageEx]], except that the last param is set to value 0 instead of 1.


{| class="wikitable" border="1"
=== GetCallerAppletCaptureImageEx ===
|-
Takes a type-0x6 output buffer, returns an output u8 bool.
! Cmd || Name
|-
| 0 || GetContinuousHighSkinTemperatureEvent
|-
| 1 || SetOperationMode
|-
| 2 || LoadAndApplySettings
|}


= caps:su =
The buffer size must match 0x384000.
This is "nn::capsrv::sf::IScreenShotApplicationService".


This was added with [[6.0.0]].
Calls the same internal func as [[#GetLastForegroundCaptureImageEx]], except that the last param is set to value 2 instead of 1.


This can be used by applications to save screenshots.
=== TakeScreenShotOfOwnLayer ===
Takes an input u8 bool and a s32, no output.


{| class="wikitable" border="1"
=== CopyBetweenCaptureBuffers ===
|-
Takes two input s32s, no output.
! Cmd || Name || Notes
|-
| 32 || [7.0.0+] SetShimLibraryVersion || Takes a total of 0x10-bytes of input and a PID, no output.
|-
| 201 || SaveScreenShot ||
|-
| 203 || SaveScreenShotEx0 ||
|-
| 205 || [8.0.0+] SaveScreenShotEx1 ||
|-
| 210 || SaveScreenShotEx2 || Takes a total of 0x50-bytes of input, a type-0x15 input buffer, and a type-0x45 input buffer.  Returns a total of 0x20-bytes of output.
|}


'''SetShimLibraryVersion''' is a wrapper for [[Capture_services|caps:c]] cmd33. Commands '''SaveScreenShot''', '''SaveScreenShotEx0''', '''SaveScreenShotEx1''' and '''SaveScreenShotEx2''' are wrappers for [[Display_services|caps:sc]] cmd210.
=== AcquireLastApplicationCaptureBuffer ===
No input, returns an output handle.


== SaveScreenShot ==
Stubbed, just returns an error.
Takes two input u32s, an u64 AppletResourceUserId, a PID, and a type-0x45 input buffer containing image data. Returns an [[Capture_services|ApplicationAlbumEntry]].


Official user-processes doesn't use this, instead [[#SaveScreenShotEx0]] is used: ScreenShotAttributeEx0 is all-zero, except +4 is set to an input u32 and u32 +0xC = 0x1.
=== ReleaseLastApplicationCaptureBuffer ===
No input/output.


This cmd internally uses an all-zero ScreenShotAttributeEx0, with u32 +0 = input u32 and u32 +0x8 = 0x3.
Clears a state field if it's not already 0, returning an error otherwise. On newer sysvers: then a func is called which just returns 0, then this cmd returns 0.


== SaveScreenShotEx0 ==
=== AcquireLastForegroundCaptureBuffer ===
Takes an input 0x40-byte struct '''ScreenShotAttributeEx0''', an input u32, an input u64 AppletResourceUserId, a PID, and a type-0x45 input buffer containing image data. Returns an [[Capture_services|ApplicationAlbumEntry]].
No input, returns an output handle.


== SaveScreenShotEx1 ==
Stubbed, just returns an error.
Takes an input 0x40-byte struct '''ScreenShotAttributeEx0''', an input u32, an input u64 AppletResourceUserId, a PID, a type-0x15 input buffer containing an [[Capture_services|ApplicationData]], and a type-0x45 input buffer containing image data. Returns an [[Capture_services|ApplicationAlbumEntry]].


== SaveScreenShotEx2 ==
=== ReleaseLastForegroundCaptureBuffer ===
Takes an input 0x40-byte struct '''ScreenShotAttributeEx0''', an input u32, an input u64 AppletResourceUserId, a type-0x15 input buffer containing an [[Capture_services|UserIdList]], and a type-0x45 input buffer containing image data. Returns an [[Capture_services|ApplicationAlbumEntry]].
No input/output.


= Library Applets =
Same as [[#ReleaseLastApplicationCaptureBuffer]] except with a different state field + different input param for the called func.
This section documents library applet launching.
 
=== AcquireCallerAppletCaptureBuffer ===
No input, returns an output handle.


Before starting the applet, [[#IStorage]]s are [[#ILibraryAppletCreator|created]] and written, then passed to [[#ILibraryAppletAccessor]] PushInData. The [[#IStorage]] session is closed afterwards. The first [[#IStorage]] is [[#CommonArguments]], followed by any applet-specific [[#IStorage]]s.
Stubbed, just returns an error.


Once the applet finishes running successfully, [[#ILibraryAppletAccessor]] PopOutData can be used to get the applet-specific [[#IStorage]] containing the applet output data.
=== ReleaseCallerAppletCaptureBuffer ===
No input/output.


== CommonArguments ==
Same as [[#ReleaseLastApplicationCaptureBuffer]] except with a different state field + different input param for the called func.
The first [[#CreateStorage|IStorage]] passed to applets should contain the common library applet arguments. This is populated by <code>nn::la::CommonArgumentsWriter</code> and has the following format.


This struct is 0x20-bytes.
=== AcquireLastApplicationCaptureBufferEx ===
No input, returns an output TransferMemory handle and an output u8 bool.


Official sw handles the first 8-bytes separately, which is a header. With CommonArguments version 0x0, the header is 4-bytes, while starting with version 0x1 it's 8-bytes.
The state field used by [[#ReleaseLastApplicationCaptureBuffer]] must be 0. Calls a func which just returns an error (this is only the case on newer sysvers), hence this cmd will just return that error. If that func would have returned successfully, the state field would be set to 1 and the cmd would return 0.


{| class="wikitable" border="1"
On old sysvers, the output TransferMemory is size 0x384000 with permissions=RW.
|-
! Offset || Size || Typical Value || Notes
|-
| 0x0 || 4 || 1 || Common Arguments version
|-
| 0x4 || 4 || 0x20 || Common Arguments size
|-
| 0x8 || 4 || || Library applet version (API version)
|-
| 0xC || 4 || 0 || Theme color
|-
| 0x10 || 1 || 0 || Play startup sound
|-
| 0x18 || 8 || N/A || System tick (see [[SVC#svcGetSystemTick|svcGetSystemTick]])
|-
|}


= AppletId =
=== AcquireLastForegroundCaptureBufferEx ===
This is "nn::applet::AppletId". See also [[:Category:Library Applets]].
No input, returns an output TransferMemory handle and an output u8 bool.


{| class="wikitable" border="1"
Same as [[#AcquireLastApplicationCaptureBufferEx]] except this uses the [[#ReleaseLastForegroundCaptureBuffer]] state field, and uses a different input param value for the called func.
|-
 
! Value
=== AcquireCallerAppletCaptureBufferEx ===
! ProgramId
No input, returns an output TransferMemory handle and an output u8 bool.
! Description
 
|-
Same as [[#AcquireLastApplicationCaptureBufferEx]] except this uses the [[#ReleaseCallerAppletCaptureBuffer]] state field, and uses a different input param value for the called func.
| 0x00
 
|
=== ClearCaptureBuffer ===
| None
Takes an input u8 bool, a s32 CaptureSharedBuffer, and an u32 color, returns no output.
|-
 
| 0x01
Clear the input CaptureSharedBuffer with the specified RGBA8 color.
|
 
| Application (not valid for use with LibraryApplets)
=== ClearAppletTransitionBuffer ===
|-
Takes an input u32, no output.
| 0x02
 
| 010000000000100C
Clear the AppletTransitionBuffer with the specified RGBA8 color.
| OverlayApplet (overlayDisp)
 
|-
=== AcquireLastApplicationCaptureSharedBuffer ===
| 0x03
No input, returns an output u8 bool and an s32.
| 0100000000001000
 
| SystemAppletMenu (qlaunch)
This loads data from state.
|-
 
| 0x04
=== ReleaseLastApplicationCaptureSharedBuffer ===
| 0100000000001012
No input/output.
| SystemApplication (starter)
 
|-
Depending on whether a state field is 0, this just returns an error or returns 0.
| 0x0A
 
| 0100000000001001
=== AcquireLastForegroundCaptureSharedBuffer ===
| [[Auth_Applet|LibraryAppletAuth (auth)]]
No input, returns an output u8 bool and an s32.
|-
 
| 0x0B
Calls the same func internally as [[#AcquireLastApplicationCaptureSharedBuffer]], except this passes value 1 for the last param instead of 0.
| 0100000000001002
 
| [[Cabinet_Applet|LibraryAppletCabinet (cabinet)]]
=== ReleaseLastForegroundCaptureSharedBuffer ===
|-
No input/output.
| 0x0C
 
| 0100000000001003
Calls the same func internally as [[#ReleaseLastApplicationCaptureSharedBuffer]], except this passes value 1 for the last param instead of 0.
| [[Controller_Applet|LibraryAppletController (controller)]]
 
=== AcquireCallerAppletCaptureSharedBuffer ===
No input, returns an output u8 bool and an s32.
 
Calls the same func internally as [[#AcquireLastApplicationCaptureSharedBuffer]], except this passes value 2 for the last param instead of 0.
 
=== ReleaseCallerAppletCaptureSharedBuffer ===
No input/output.
 
Calls the same func internally as [[#ReleaseLastApplicationCaptureSharedBuffer]], except this passes value 2 for the last param instead of 0.
 
=== TakeScreenShotOfOwnLayerEx ===
Takes two input u8 bools and a s32, no output.
 
Calls the same func internally as [[#TakeScreenShotOfOwnLayer]], except the last bool param is the last cmd param bool instead of hard-coded 0. This flag indicates whether the screenshot should be taken Immediately.
 
== ISystemAppletControllerForDebug ==
This is "nn::am::service::ISystemAppletControllerForDebug".
 
{| class="wikitable" border="1"
|-
|-
| 0x0D
! Cmd || Name
| 0100000000001004
| LibraryAppletDataErase (dataErase)
|-
|-
| 0x0E
| 1 || RequestLaunchApplicationForDebug
| 0100000000001005
| [[Error_Applet|LibraryAppletError (error)]]
|-
|-
| 0x0F
| 2 || [7.0.0+] [[#GetDebugStorageChannel]]
| 0100000000001006
| LibraryAppletNetConnect (netConnect)
|-
|-
| 0x10
| 3 || [7.0.0+] [[#CreateStorageForDebug]]
| 0100000000001007
| [[Profile_Selector|LibraryAppletPlayerSelect (playerSelect)]]
|-
|-
| 0x11
| 4 || [12.0.0+] [[#CreateCradleFirmwareUpdaterForDebug]]
| 0100000000001008
|}
| [[Software_Keyboard|LibraryAppletSwkbd (swkbd)]]
 
=== GetDebugStorageChannel ===
No input. Returns an output [[#IStorageChannel]].
 
=== CreateStorageForDebug ===
Takes a total of 8-bytes of input. Returns an [[#IStorage]].
 
=== CreateCradleFirmwareUpdaterForDebug ===
No input. Returns an [[#ICradleFirmwareUpdater]].
 
== IProcessWindingController ==
This is "nn::am::service::IProcessWindingController".
 
GetProcessWindingController throws an error when used from non-LibraryApplet (at least with Application).
 
{| class="wikitable" border="1"
|-
|-
| 0x12
! Cmd || Name || Notes
| 0100000000001009
| [[MiiEdit_Applet|LibraryAppletMiiEdit (miiEdit)]]
|-
|-
| 0x13
| 0 || [[#GetLaunchReason]] ||
| 010000000000100A
| [[Internet_Browser#010000000000100A|LibraryAppletWeb (web)]]
|-
|-
| 0x14
| 11 || [[#OpenCallingLibraryApplet]] ||
| 010000000000100B
| [[Internet_Browser#ShopN|LibraryAppletShop (shop)]]
|-
|-
| 0x15
| 21 || [[#PushContext]] ||
| 010000000000100D
| [[Album_Applet|LibraryAppletPhotoViewer (photoViewer)]]
|-
|-
| 0x16
| 22 || [[#PopContext]] ||  
| 010000000000100E
| LibraryAppletSet (set)
|-
|-
| 0x17
| 23 || [[#CancelWindingReservation]] ||
| 010000000000100F
| [[Internet_Browser#Offline_Applet|LibraryAppletOfflineWeb (offlineWeb)]]
|-
|-
| 0x18
| 30 || [[#WindAndDoReserved]] ||
| 0100000000001010
| [[Internet_Browser#Whitelisted_Applets|LibraryAppletLoginShare (loginShare)]]
|-
|-
| 0x19
| 40 || [[#ReserveToStartAndWaitAndUnwindThis]] ||
| 0100000000001011
| [[Internet_Browser#WifiWebAuthApplet|LibraryAppletWifiWebAuth (wifiWebAuth)]]
|-
|-
| 0x1A
| 41 || [4.0.0+] [[#ReserveToStartAndWait]] ||
| 0100000000001013
|}
| [[MyPage_Applet|LibraryAppletMyPage (myPage)]]
 
|-
=== GetLaunchReason ===
| 0x1B
No input, returns an output [[#AppletProcessLaunchReason]].
| 010000000000101A
 
| LibraryAppletGift (gift)
Used by LibraryApplets.
 
=== OpenCallingLibraryApplet ===
No input, returns an output [[#ILibraryAppletAccessor]].
 
The objptr from state is cleared during this, an error is thrown if it's already 0.
 
=== PushContext ===
Takes an input [[#IStorage]], no output.
 
=== PopContext ===
No input, returns an output [[#IStorage]].
 
=== CancelWindingReservation ===
No input/output.
 
=== WindAndDoReserved ===
No input/output.
 
=== ReserveToStartAndWaitAndUnwindThis ===
Takes an input [[#ILibraryAppletAccessor]], no output.
 
=== ReserveToStartAndWait ===
Takes an input [[#ILibraryAppletAccessor]], no output.
 
== ISystemProcessCommonFunctions ==
This is "nn::am::service::ISystemProcessCommonFunctions".
 
This was added with [19.0.0+].
 
{| class="wikitable" border="1"
|-
|-
| 0x1C
! Cmd || Name
| 010000000000101C
| LibraryAppletUserMigration (userMigration)
|-
|-
| 0x1D
| 1 ||
| 010000000000101D
|}
| [9.0.0+] LibraryAppletPreomiaSys (EncounterSys)
 
=== Cmd1 ===
No input. Returns an [[#IApplicationObserver]].
 
=== IApplicationObserver ===
This is "nn::am::service::IApplicationObserver".
 
This was added with [19.0.0+].
 
{| class="wikitable" border="1"
|-
|-
| 0x1E
! Cmd || Name
| 0100000000001020
| [9.0.0+] LibraryAppletStory (story)
|-
|-
| 0x1F
| 1 ||  
| 010070000E3C0000
| [9.0.0+] LibraryAppletPreomiaUsr (EncounterUsr)
|-
|-
| 0x20
| 2 ||  
| 010086000E49C000
| [9.0.0+] LibraryAppletPreomiaUsrDummy (EncounterUsrDummy)
|-
|-
| 0x21
| 10 ||  
| 0100000000001038
| [10.0.0+] LibraryAppletSample (sample)
|-
|-
| 0x3E8
| 20 ||  
|  
| [10.0.0+] DevlopmentTool
|-
|-
| 0x3F1
| 30 ||  
| 010000000000D619
| [10.0.0+] CombinationLA
|-
|-
| 0x3F2
| 40 || [S2] [20.0.0+]
| 010000000000D610
|}
| [10.0.0+] AeSystemApplet
 
== IAppletAlternativeFunctions ==
This is "nn::am::service::IAppletAlternativeFunctions".
 
This was added with [20.0.0+].
 
{| class="wikitable" border="1"
|-
|-
| 0x3F3
! Cmd || Name
| 010000000000D611
| [10.0.0+] AeOverlayApplet
|-
|-
| 0x3F4
| 0 ||  
| 010000000000D612
| [10.0.0+] AeStarter
|-
|-
| 0x3F5
| 1 ||  
| 010000000000D613
| [10.0.0+] AeLibraryAppletAlone
|-
|-
| 0x3F6
| 2 ||
| 010000000000D614
|}
| [10.0.0+] AeLibraryApplet1
 
== IChatProxy ==
This is "nn::am::service::IChatProxy".
 
This is exclusive to Switch 2.
 
{| class="wikitable" border="1"
|-
|-
| 0x3F7
! Cmd || Name || Notes
| 010000000000D615
| [10.0.0+] AeLibraryApplet2
|-
|-
| 0x3F8
| 0 || GetCommonStateGetter || Returns an [[#ICommonStateGetter]].
| 010000000000D616
| [10.0.0+] AeLibraryApplet3
|-
|-
| 0x3F9
| 1 || GetSelfController || Returns an [[#ISelfController]].
| 010000000000D617
| [10.0.0+] AeLibraryApplet4
|-
|-
| 0x3FA
| 2 || GetWindowController || Returns an [[#IWindowController]].
| 010000000000D60A
| [10.0.0+] AppletISA
|-
|-
| 0x3FB
| 3 || GetAudioController || Returns an [[#IAudioController]].
| 010000000000D60B
| [10.0.0+] AppletIOA
|-
|-
| 0x3FC
| 4 || GetDisplayController || Returns an [[#IDisplayController]].
| 010000000000D60C
| [10.0.0+] AppletISTA
|-
|-
| 0x3FD
| 1000 || GetDebugFunctions || Returns an [[#IDebugFunctions]].
| 010000000000D60D
|-
| [10.0.0+] AppletILA1
| 10 || GetProcessWindingController || Returns an [[#IProcessWindingController]].
|-
| 11 || GetLibraryAppletCreator || Returns an [[#ILibraryAppletCreator]].
|-
|-
| 0x3FE
| 20 || || Returns an [[#IChatFunctions]].
| 010000000000D60E
| [10.0.0+] AppletILA2
|}
|}


= LibraryAppletMode =
=== IChatFunctions ===
This is "nn::am::service::IChatFunctions".
 
This is exclusive to Switch 2.
 
{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
|-
! Value
! Cmd || Name
! Description
|-
| 1 ||
|-
| 102 ||
|-
|-
| 0x0
| 103 ||  
| AllForeground
|-
|-
| 0x1
| 104 ||  
| Background
|-
|-
| 0x2
| 110 ||  
| No UI
|-
|-
| 0x3
| 120 ||  
| Background with indirect display, see also [[#GetIndirectLayerConsumerHandle]]. Only used by swkbd InlineKeyboard.
|-
|-
| 0x4
| 121 ||  
| AllForegroundInitiallyHidden. Can be used by [7.0.0+] [[Internet_Browser|WebSession]].
|}
 
= AppletMessage =
This is "nn::am::AppletMessage".
 
{| class="wikitable" border="1"
|-
|-
! Value
| 130 ||
! Description
|-
|-
| 4 || MessageExitRequest
| 140 || [20.0.0+]
|-
|-
| 15 || [[#FocusState|MessageFocusStateChanged]]
| 141 || [20.0.0+]
|-
|-
| 16 || [[#SetRestartMessageEnabled|MessageResume]]
| 200 ||  
|-
|-
| 30 || [[#OperationMode|MessageOperationModeChanged]]
| 201 ||  
|-
|-
| 31 || [[#PerformanceMode|MessagePerformanceModeChanged]]
| 210 || [20.0.0+]
|-
|-
| 51 || [[#SetHandlesRequestToDisplay|RequestToDisplay]]. Indicates that [[#ApproveToDisplay]] should be used.
| 220 || [20.0.0+]
|-
| 90 || Capture button was [[#SetRequiresCaptureButtonShortPressedMessage|short-pressed]].
|-
| 92 || [[#SetAlbumImageTakenNotificationEnabled|MessageAlbumScreenShotTaken]]
|-
| 93 || MessageAlbumRecordingSaved
|}
|}


= OperationMode =
== IDebugFunctions ==
This is "nn::oe::OperationMode".
This is "nn::am::service::IDebugFunctions".


{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
|-
! Value
! Cmd || Name
! Description
|-
|-
| 0 || Handheld
| 0 || [[#NotifyMessageToHomeMenuForDebug]]
|-
|-
| 1 || Console
| 1 || [1.0.0-9.2.0] [[#OpenMainApplication]]
|}
 
= PerformanceMode =
This is "nn::oe::PerformanceMode".
 
{| class="wikitable" border="1"
|-
|-
! Value
| 10 || [[#PerformSystemButtonPressing]]
! Description
|-
|-
| -1 || Invalid
| 20 || [[#InvalidateTransitionLayer]]
|-
|-
| 0 || Normal
| 30 || [6.0.0+] [[#RequestLaunchApplicationWithUserAndArgumentForDebug]]
|-
|-
| 1 || Boost
| 31 || [12.0.0+] [[#RequestLaunchApplicationByApplicationLaunchInfoForDebug]]
|}
 
= FocusState =
This is "nn::oe::FocusState".
 
{| class="wikitable" border="1"
|-
|-
! Value
| 40 || [6.0.0+] [[#GetAppletResourceUsageInfo]]
! Description
|-
|-
| 1 || InFocus
| 50 || [15.0.0+] AddSystemProgramIdAndAppletIdForDebug
|-
|-
| 2 || OutOfFocus
| 51 || [16.0.0+] AddOperationConfirmedLibraryAppletIdForDebug
|-
|-
| 3 || Background
| 52 || [17.0.0+] GetProgramIdFromAppletIdForDebug
|}
 
= CpuBoostMode =
This is "nn::oe::CpuBoostMode".
 
{| class="wikitable" border="1"
|-
|-
! Value
| 53 || [18.0.0+] GetProgramIdFromAppletIdAndLibraryAppletModeForDebug
! Description
|-
|-
| 0 || Normal
| 100 || [7.0.0+] [[#SetCpuBoostModeForApplet]]
|-
|-
| 1 || FastLoad
| 101 || [10.0.0+] [[#CancelCpuBoostModeForApplet]]
|}
 
= WindowOriginMode =
This is "nn::oe::WindowOriginMode".
 
{| class="wikitable" border="1"
|-
|-
! Value
| 110 || [9.0.0+] [[#PushToAppletBoundChannelForDebug]]
! Description
|-
|-
| 0 || LowerLeft
| 111 || [9.0.0+] [[#TryPopFromAppletBoundChannelForDebug]]
|-
|-
| 1 || UpperLeft
| 120 || [9.0.0+] [[#AlarmSettingNotificationEnableAppEventReserve]]
|}
 
= WirelessPriorityMode =
This is "nn::oe::WirelessPriorityMode".
 
{| class="wikitable" border="1"
|-
|-
! Value
| 121 || [9.0.0+] [[#AlarmSettingNotificationDisableAppEventReserve]]
! Description
|-
|-
| 0 || Default
| 122 || [9.0.0+] [[#AlarmSettingNotificationPushAppEventNotify]]
|-
|-
| 1 || OptimizedForWlan
| 130 || [9.0.0+] [[#FriendInvitationSetApplicationParameter]]
|}
|-
 
| 131 || [9.0.0+] [[#FriendInvitationClearApplicationParameter]]
= TvPowerStateMatchingMode =
This is "nn::oe::TvPowerStateMatchingMode". This is used with [[#SetTvPowerStateMatchingMode]].
 
{| class="wikitable" border="1"
|-
|-
! Value
| 132 || [9.0.0+] [[#FriendInvitationPushApplicationParameter]]
! Description
|-
|-
| 0 || Unknown
| 140 || [14.0.0+] [[#RestrictPowerOperationForSecureLaunchModeForDebug|RestrictPowerOperationForSecureLaunchModeForDebug]]
|-
|-
| 1 || Unknown
| 150 || [21.0.0+]
|}
 
= SystemButtonType =
This is "nn::am::service::SystemButtonType". This is used with [[#PerformSystemButtonPressingIfInFocus]]/[[#PerformSystemButtonPressing]].
 
{| class="wikitable" border="1"
|-
|-
! Value
| 200 || [15.0.0+] [[#CreateFloatingLibraryAppletAccepterForDebug|CreateFloatingLibraryAppletAccepterForDebug]]
! Description
|-
|-
| 1 || PerformHomeButtonShortPressing
| 300 || [16.0.0+] TerminateAllRunningApplicationsForDebug
|-
|-
| 2 || PerformHomeButtonLongPressing
| 400 || [S2] LaunchDebugAppletForDebug
|-
|-
| 3 || Short-pressing with the Power-button. Only available with [[#PerformSystemButtonPressing]].
| 401 || [S2] TerminateDebugAppletForDebug
|-
|-
| 4 || Long-pressing with the Power-button. Only available with [[#PerformSystemButtonPressing]].
| 402 || [S2] IsDebugAppletLaunchedForDebug
|-
|-
| 5 || Shutdown the system. Only available with [[#PerformSystemButtonPressing]].
| 403 || [S2]
|-
|-
| 6 || PerformCaptureButtonShortPressing
| 410 || [18.0.0+] [[#CreateGeneralStorageForDebug|CreateGeneralStorageForDebug]]
|-
|-
| 7 || PerformCaptureButtonLongPressing
| 411 || [18.0.0+] [[#ReadGeneralStorageForDebug|ReadGeneralStorageForDebug]]
|}
 
= LaunchParameterKind =
{| class="wikitable" border="1"
|-
|-
! Value
| 412 || [18.0.0+] [[#WriteGeneralStorageForDebug|WriteGeneralStorageForDebug]]
! Description
|-
|-
| 1 || UserChannel. Application-specific LaunchParameter.
| 430 || [20.0.0+]
|-
|-
| 2 || account PreselectedUser
| 431 || [20.0.0+]
|-
|-
| 3 || Unknown if used by anything?
| 900 || [12.0.0+] GetGrcProcessLaunchedSystemEvent
|}
 
= LibraryAppletExitReason =
{| class="wikitable" border="1"
|-
|-
! Value
| 910 || [20.0.0+]
! Description
|-
|-
| 0 || Normal
| 2000 || [S2] [20.0.0+]
|-
|-
| 1 || Canceled
| 10000 || [S2]
|-
| 2 || Abnormal
|-
| 10 || Unexpected
|}
|}


= ProgramSpecifyKind =
=== NotifyMessageToHomeMenuForDebug ===
This is "nn::am::service::ProgramSpecifyKind". This controls the type of the u64 passed to [[#ExecuteProgram]].
Takes an input [[#AppletMessage]], no output.
 
Stubbed, just returns an error.


{| class="wikitable" border="1"
=== OpenMainApplication ===
|-
No input, returns an output [[#IApplicationAccessor]].
! Value
! Description
|-
| 0 || u8 ProgramIndex. "ExecuteProgram". [[NS_Services|NS]] handles ProgramIndex by launching ApplicationId+ProgramIndex. After using [[#ExecuteProgram]] with this successfully, official user-processes will enter an infinite loop with sleep-thread value 86400000000000.
|-
| 1 || [[NCM_services#ApplicationId|ApplicationId]]. "JumpToSubApplicationProgramForDevelopment". Only available when [[Settings_services#GetDebugModeFlag|DebugMode]] is 1.
|-
| 2 || u64 = value 0. "RestartProgram"
|}


ProgramIndex values where the title is not installed should not be used: [[qlaunch]] will display an error message and the current title will become "corrupted", however Home Menu will have an option to repair it.
Should not be used when no Application is running (svcBreak).


= InputDetectionPolicy =
=== PerformSystemButtonPressing ===
This is u32 enum "nn::applet::InputDetectionPolicy".
Takes an input [[#SystemButtonType]], no output.


{| class="wikitable" border="1"
=== InvalidateTransitionLayer ===
|-
No input/output.
! Value
! Description
|-
| 0 || Unknown
|-
| 1 || Unknown
|}


= AppletResourceUserId =
=== RequestLaunchApplicationWithUserAndArgumentForDebug ===
This is "nn::applet::AppletResourceUserId". Used by a number of non-AM services.
Takes an input u8 bool flag, an [[NCM_services#ApplicationId|ApplicationId]], a type-0x5 input buffer containing an array of u128 userIDs, and a type-0x5 input buffer, no output.


= AppletAttribute =
Requests to launch the specified Application, with the specified users. When the bool flag is true, the content of the second input buffer is used to create a storage which is pushed to the UserChannel for this Application (see [[#LaunchParameterKind]]).
This is "nn::am::AppletAttribute". This struct is 0x8-bytes.


{| class="wikitable" border="1"
=== RequestLaunchApplicationByApplicationLaunchInfoForDebug ===
|-
Takes a total of 0x58-bytes of input, a type-0x5 input buffer containing an array of 0x10-byte entries, and a type-0x5 input buffer. No output.
! Offset || Size || Description
|-
| 0x0 || 0x1 || Flag. When non-zero, two state fields are set to 1.
|-
| 0x1 || 0x7F || Unused
|}


This is used by [[#OpenLibraryAppletProxy]].
[19.0.0+] Takes a total of 0x88-bytes of input, a type-0x5 input buffer containing an array of 0x10-byte entries, and a type-0x5 input buffer. No output.


= AppletProcessLaunchReason =
=== GetAppletResourceUsageInfo ===
This is "nn::am::service::AppletProcessLaunchReason". This struct is 0x4-bytes.
No input, returns an output [[#AppletResourceUsageInfo]].


{| class="wikitable" border="1"
=== SetCpuBoostModeForApplet ===
|-
Takes an input u32 [[#CpuBoostMode]] and passes it to [[PPC_services#apm:sys|SetCpuBoostMode]].
! Offset || Size || Description
|-
| 0x0 || 0x1 || Flag. When non-zero, LibraryApplets then use [[#OpenCallingLibraryApplet]].
|-
| 0x1 || 0x2 || Always 0.
|-
| 0x3 || 0x1 || Always 0.
|}


= LibraryAppletInfo =
The cached value loaded from [[Settings_services#GetDebugModeFlag]] must be 1, otherwise an error is returned.
This is "nn::am::service::LibraryAppletInfo". This struct is 0x8-bytes.


{| class="wikitable" border="1"
=== CancelCpuBoostModeForApplet ===
|-
No input/output.
! Offset || Size || Description
 
|-
=== PushToAppletBoundChannelForDebug ===
| 0x0 || 0x4 || [[#AppletId]]
Takes an input [[#IStorage]] and a s32, no output.
|-
 
| 0x4 || 0x4 || [[#LibraryAppletMode]]
The cached value loaded from [[Settings_services#GetDebugModeFlag]] must be 1, otherwise an error is returned.
|}


= AppletKind =
The s32 must match the value already stored in state when the state value is non-zero, otherwise an error is returned. When the state value is 0, the s32 is written into state. Then the input storage is pushed to the StorageChannel.
This is "nn::am::service::AppletKind". This is 8-bytes.


= AppletIdentityInfo =
=== TryPopFromAppletBoundChannelForDebug ===
This struct is "nn::am::service::AppletIdentityInfo". This struct is 0x10-bytes.
Takes an input s32, returns an output [[#IStorage]].


{| class="wikitable" border="1"
The cached value loaded from [[Settings_services#GetDebugModeFlag]] must be 1, otherwise an error is returned.
|-
! Offset || Size || Description
|-
| 0x0 || 0x4 || [[#AppletId]]
|-
| 0x4 || 0x4 || Padding
|-
| 0x8 || 0x8 || [[NCM_services#ApplicationId|ApplicationId]]
|}


= ApplicationAttributeForQuest =
The s32 must not be 0 and must match the value previously saved by [[#PushToAppletBoundChannelForDebug]], otherwise errors are returned. Then the output storage is popped from the StorageChannel.
This struct is "nn::applet::ApplicationAttributeForQuest".


{| class="wikitable" border="1"
=== AlarmSettingNotificationEnableAppEventReserve ===
|-
Takes an input [[#IStorage]] and an [[NCM_services#ApplicationId|ApplicationId]], no output.
! Offset || Size || Description
 
|-
Clears a StorageChannel, pushes the input storage there, and writes the ApplicationId into state.
| 0x0 || 0x4 || See [[#ApplicationAttribute]].
 
|-
When launching an Application with a matching ApplicationId, this storage is popped, then pushed to [[#PushToNotificationStorageChannel|NotificationStorageChannel]].
| 0x4 || 0x4 || See [[#ApplicationAttribute]].
|-
| 0x8 || 0x4 || [7.0.0+] See [[#ApplicationAttribute]].
|}


User-processes copy the first 0x8-bytes (0xC-bytes with [[#CreateApplicationWithAttributeAndPushAndRequestToStartForQuest]]/[[#CreateApplicationWithAttributeAndRequestToStartForQuest]]) to a [[#ApplicationAttribute]] with the rest of the struct being cleared, which is then passed to the actual cmd (CreateApplication*ToStartForQuest).
=== AlarmSettingNotificationDisableAppEventReserve ===
No input/output.


= ApplicationAttribute =
Clears the StorageChannel/saved-ApplicationId used by [[#AlarmSettingNotificationEnableAppEventReserve]].
This struct is "nn::am::ApplicationAttribute". This struct is 0x20-bytes.


{| class="wikitable" border="1"
=== AlarmSettingNotificationPushAppEventNotify ===
|-
Takes an input [[#IStorage]], no output.
! Offset || Size || Description
|-
| 0x0 || 0x4 || Default is 0 for non-Quest. Only used when non-zero: unknown value in seconds.
|-
| 0x4 || 0x4 || Default is 0 for non-Quest. Only used when non-zero: unknown value in seconds.
|-
| 0x8 || 0x4 || float audio volume. Must be in the range of 0.0f-1.0f. The default is 1.0f.
|-
| 0xC || 0x14 || Unused. Default is 0.
|}


Internally AM only uses the first 0xC-bytes from ApplicationAttribute, regardless of the cmd.
Same as [[#PushToNotificationStorageChannel]] except this uses the MainApplication.


= ApplicationLaunchProperty =
=== FriendInvitationSetApplicationParameter ===
This struct is 0x10-bytes.
Takes an input [[#IStorage]] and an [[NCM_services#ApplicationId|ApplicationId]], no output.


{| class="wikitable" border="1"
Clears a StorageChannel, pushes the input storage there, and writes the ApplicationId into state.
|-
 
! Offset || Size || Description
When launching an Application with a matching ApplicationId, this storage is popped, then pushed to [[#PushToFriendInvitationStorageChannel|FriendInvitationStorageChannel]].
|-
 
| 0x0 || 0x8 || [[NCM_services#ApplicationId|ApplicationId]]
=== FriendInvitationClearApplicationParameter ===
No input/output.
 
Clears the StorageChannel/saved-ApplicationId used by [[#FriendInvitationSetApplicationParameter]].
 
=== FriendInvitationPushApplicationParameter ===
Takes an input [[#IStorage]], no output.
 
Same as [[#PushToFriendInvitationStorageChannel]] except this uses the MainApplication.
 
=== RestrictPowerOperationForSecureLaunchModeForDebug ===
No input/output.
 
This runs the same functionality as [[#DisableSleepTillShutdown|DisableSleepTillShutdown]].
 
=== CreateFloatingLibraryAppletAccepterForDebug ===
Takes a PID, an input u64 reserved_pid, a type-0x5 input buffer containing an array of u32s, returns an [[#appletAE|IAllSystemAppletProxiesService]].
 
If a state field is already set it must match the PID, otherwise when state==0 the PID is written into state etc.
 
=== CreateGeneralStorageForDebug ===
Takes two input u64s Id and size, no output.
 
The high-byte of Id must be 0.
 
Goes through a linked-list to check whether there's already an entry with a matching Id. If there's a matching Id, return 0 if the size matches, otherwise return error.
 
When no entry is found, a new entry is added with a buffer allocated using the input size.
 
=== ReadGeneralStorageForDebug ===
Takes a type-0x22 output buffer, two input u64s Id and offset, returns an output u64 out_size.
 
The high-byte of Id must be 0.
 
Reads data from the buffer previously allocated by [[#CreateGeneralStorageForDebug|CreateGeneralStorageForDebug]] with the specified Id.
 
The out_size is always the buffer-size (an error is thrown when bounds-check fails).
 
=== WriteGeneralStorageForDebug ===
Takes a type-0x21 input buffer, two input u64s Id and offset.
 
Same as [[#ReadGeneralStorageForDebug|ReadGeneralStorageForDebug]] except this writes into the buffer, and no out_size.
 
== IStorage ==
This is "nn::am::service::IStorage".
 
{| class="wikitable" border="1"
|-
|-
| 0x8 || 0x4 || Application title-version.
! Cmd || Name || Notes
|-
|-
| 0xC || 0x1 || [[Filesystem_services#StorageId|StorageId]] for the Application base title.
| 0 || Open || No input. Returns an [[#IStorageAccessor]].
|-
|-
| 0xD || 0x1 || [[Filesystem_services#StorageId|StorageId]] for the Application update title.
| 1 || [2.0.0+] OpenTransferStorage || No input. Returns an [[#ITransferStorageAccessor]].
|}
 
Open can only be used when the IStorage was created by [[#CreateStorage]] or [[#CreateTransferMemoryStorage]]. OpenTransferStorage can only be used when the IStorage was created by [[#CreateHandleStorage]].
 
Only 1 *Accessor session can be open for each IStorage at a time.
 
== IStorageAccessor ==
This is "nn::am::service::IStorageAccessor".
 
{| class="wikitable" border="1"
|-
|-
| 0xE || 0x1 || Unknown.
! Cmd || Name || Notes
|-
|-
| 0xF || 0x1 || Padding.
| 0 || GetSize || No input. Returns an s64.
|}
|-
| 10 || Write || Takes an input s64 and a type-0x21 input buffer.
|-
| 11 || Read || Takes an input s64 and a type-0x22 output buffer.
|}
 
== ITransferStorageAccessor ==
This is "nn::am::service::ITransferStorageAccessor".
 
{| class="wikitable" border="1"
|-
! Cmd || Name || Notes
|-
| 0 || GetSize || No input. Returns an output s64.
|-
| 1 || GetHandle || No input. Returns an output s64 and handle.
|}
 
These commands return the data originally from [[#CreateHandleStorage]] input, both return the same s64.
 
= appletOE =
This is "nn::am::service::IApplicationProxyService".
 
{| class="wikitable" border="1"
|-
! Cmd || Name
|-
| 2000 || [S2] [[#OpenCompatApplicationFunctions|OpenCompatApplicationFunctions]]
|-
| 0 || [[#OpenApplicationProxy]]
|-
| 10 || [S2] [[#OpenApplicationProxy2|OpenApplicationProxy2]]
|}
 
This is used by all regular-applications, including [[flog]] and "Retail Interactive Display Menu". Only one session can be open for this service at a time.
 
== OpenApplicationProxy ==
Takes a reserved input u64 (official user-processes use hard-coded value 0), a PID, and a process copy-handle (cur-proc handle alias). Returns an [[#IApplicationProxy]].
 
On failure, official user-processes will retry using this command in a loop while the retval is 0x19280, with svcSleepThread(10000000) being called first.
 
== OpenApplicationProxy2 ==
Unofficial name.
 
Takes an input u32, an u64 pid_reserved, a PID, and a process copy-handle (cur-proc handle alias). Returns an [[#IApplicationProxy]].
 
= idle:sys =
This is "nn::idle::detail::IPolicyManagerSystem"
 
This was moved to [[OMM_services|omm]] with [14.0.0+].
 
{| class="wikitable" border="1"
|-
! Cmd || Name
|-
| 0 || GetAutoPowerDownEvent
|-
| 1 || [7.0.0+] IsAutoPowerDownRequested ([1.0.0-3.0.2] )
|-
| 2 || [1.0.0-3.0.2]
|-
| 3 || [[#SetHandlingContext]]
|-
| 4 || LoadAndApplySettings
|-
| 5 || ReportUserIsActive
|}
 
== SetHandlingContext ==
[3.0.0+] Now takes an additional 0x10-bytes of input.
 
[13.0.0+] Total input size is now 0x30 instead of 0x38.
 
= omm =
This is "nn::omm::detail::IOperationModeManager"
 
Operation Mode Manager (OMM) is a service responsible for arbitrating the operation changes between docked and handheld modes.
Besides [[PTM_services|PTM]], this is the only service that interacts with the [[Dock]] through [[USB_services|usb:pd*]].
 
This was moved to [[OMM_services|omm]] with [14.0.0+].
 
{| class="wikitable" border="1"
|-
! Cmd || Name
|-
| 0 || GetOperationMode
|-
| 1 || GetOperationModeChangeEvent
|-
| 2 || EnableAudioVisual
|-
| 3 || DisableAudioVisual
|-
| 4 || EnterSleepAndWait
|-
| 5 || GetCradleStatus
|-
| 6 || FadeInDisplay
|-
| 7 || FadeOutDisplay
|-
| 8 || [2.0.0+] GetCradleFwVersion
|-
| 9 || [2.0.0+] NotifyCecSettingsChanged
|-
| 10 || [3.0.0+] SetOperationModePolicy
|-
| 11 || [3.0.0+] GetDefaultDisplayResolution
|-
| 12 || [3.0.0+] GetDefaultDisplayResolutionChangeEvent
|-
| 13 || [3.0.0+] UpdateDefaultDisplayResolution
|-
| 14 || [3.0.0+] ShouldSleepOnBoot
|-
| 15 || [4.0.0+] NotifyHdcpApplicationExecutionStarted
|-
| 16 || [4.0.0+] NotifyHdcpApplicationExecutionFinished
|-
| 17 || [4.0.0+] NotifyHdcpApplicationDrawingStarted
|-
| 18 || [4.0.0+] NotifyHdcpApplicationDrawingFinished
|-
| 19 || [4.0.0+] GetHdcpAuthenticationFailedEvent
|-
| 20 || [4.0.0+] GetHdcpAuthenticationFailedEmulationEnabled
|-
| 21 || [4.0.0+] SetHdcpAuthenticationFailedEmulation
|-
| 22 || [4.0.0+] GetHdcpStateChangeEvent
|-
| 23 || [4.0.0+] GetHdcpState
|-
| 24 || [5.0.0+] ShowCardUpdateProcessing
|-
| 25 || [5.0.0+] SetApplicationCecSettingsAndNotifyChanged
|-
| 26 || [7.0.0+] [[#GetOperationModeSystemInfo]]
|-
| 27 || [9.0.0+] GetAppletFullAwakingSystemEvent
|-
| 28 || [12.0.0+] [[#CreateCradleFirmwareUpdater]]
|}
 
== GetOperationModeSystemInfo ==
No input, returns an output u32.
 
This is used by [[#GetOperationModeSystemInfo|ICommonStateGetter GetOperationModeSystemInfo]].
 
== CreateCradleFirmwareUpdater ==
No input. Returns an [[#ICradleFirmwareUpdater]].
 
== ICradleFirmwareUpdater ==
This is "nn::am::service::ICradleFirmwareUpdater".
 
This was added with [12.0.0+].
 
{| class="wikitable" border="1"
|-
! Cmd || Name
|-
| 0 || Start
|-
| 1 || Finish
|-
| 2 || GetUpdateDeviceStatus
|-
| 3 || GetUpdateProgress
|-
| 4 || GetUpdateDeviceStatusChangeEvent
|-
| 5 || GetUpdateProgress2
|}
 
= spsm =
This is "nn::spsm::detail::IPowerStateInterface".
 
This was moved to [[OMM_services|omm]] with [14.0.0+].
 
{| class="wikitable" border="1"
|-
! Cmd || Name
|-
| 0 || GetCurrentState
|-
| 1 || EnterSleep
|-
| 2 || GetLastWakeReason
|-
| 3 || Shutdown
|-
| 4 || GetNotificationMessageEventHandle
|-
| 5 || ReceiveNotificationMessage
|-
| 6 || AnalyzeLogForLastSleepWakeSequence
|-
| 7 || ResetEventLog
|-
| 8 || AnalyzePerformanceLogForLastSleepWakeSequence
|-
| 9 || ChangeHomeButtonLongPressingTime
|-
| 10 || PutErrorState
|-
| 11 || [1.0.0-3.0.2] InvalidateCurrentHomeButtonPressing
|}
 
[3.0.0+] Cmd11 now takes a total of 8-bytes of input.
 
= tcap =
This is "nn::tcap::server::IManager".
 
This was removed with [11.0.0+].
 
{| class="wikitable" border="1"
|-
! Cmd || Name
|-
| 0 || GetContinuousHighSkinTemperatureEvent
|-
| 1 || SetOperationMode
|-
| 2 || LoadAndApplySettings
|}
 
= caps:su =
This is "nn::capsrv::sf::IScreenShotApplicationService".
 
This was added with [6.0.0+].
 
This can be used by applications to save screenshots.
 
{| class="wikitable" border="1"
|-
! Cmd || Name
|-
| 32 || [7.0.0+] [[#SetShimLibraryVersion]]
|-
| 201 || [[#SaveScreenShot]]
|-
| 203 || [[#SaveScreenShotEx0]]
|-
| 205 || [8.0.0+] [[#SaveScreenShotEx1]]
|-
| 210 || [[#SaveScreenShotEx2]]
|}
 
== SetShimLibraryVersion ==
Takes a total of 0x10-bytes of input and a PID, no output.
 
This is a wrapper for [[Capture_services|caps:c]] cmd33. Commands '''SaveScreenShot''', '''SaveScreenShotEx0''', '''SaveScreenShotEx1''' and '''SaveScreenShotEx2''' are wrappers for [[Display_services|caps:sc]] cmd210.
 
== SaveScreenShot ==
Takes two input u32s, an u64 AppletResourceUserId, a PID, and a type-0x45 input buffer containing image data. Returns an [[Capture_services|ApplicationAlbumEntry]].
 
Official user-processes doesn't use this, instead [[#SaveScreenShotEx0]] is used: ScreenShotAttributeEx0 is all-zero, except +4 is set to an input u32 and u32 +0xC = 0x1.
 
This cmd internally uses an all-zero ScreenShotAttributeEx0, with u32 +0 = input u32 and u32 +0x8 = 0x3.
 
== SaveScreenShotEx0 ==
Takes an input 0x40-byte struct '''ScreenShotAttributeEx0''', an input u32, an input u64 AppletResourceUserId, a PID, and a type-0x45 input buffer containing image data. Returns an [[Capture_services|ApplicationAlbumEntry]].
 
== SaveScreenShotEx1 ==
Takes an input 0x40-byte struct '''ScreenShotAttributeEx0''', an input u32, an input u64 AppletResourceUserId, a PID, a type-0x15 input buffer containing an [[Capture_services|ApplicationData]], and a type-0x45 input buffer containing image data. Returns an [[Capture_services|ApplicationAlbumEntry]].
 
== SaveScreenShotEx2 ==
Takes an input 0x40-byte struct '''ScreenShotAttributeEx0''', an input u32, an input u64 AppletResourceUserId, a type-0x15 input buffer containing an [[Capture_services|UserIdList]], and a type-0x45 input buffer containing image data. Returns an [[Capture_services|ApplicationAlbumEntry]].
 
= apm =
This is "nn::am::service::IApmManager".
 
This was added with [8.0.0+].
 
[S2] Official sw no longer uses this (stubbed out).
 
{| class="wikitable" border="1"
|-
! Cmd || Name
|-
| 0 || [[#OpenSession]]
|-
| 1 || GetPerformanceMode
|-
| 6 || [7.0.0+] [[#IsCpuOverclockEnabled]]
|}
 
== OpenSession ==
Returns an [[#ISession]].
 
== IsCpuOverclockEnabled ==
No input, returns an output u8 bool.
 
== ISession ==
This is "nn::am::service::IApmSession".
 
{| class="wikitable" border="1"
|-
! Cmd || Name
|-
| 0 || SetPerformanceConfiguration
|-
| 1 || GetPerformanceConfiguration
|-
| 2 || [8.0.0+] SetCpuOverclockEnabled
|}
 
= (S2) adraw:a =
This is "nn::appletdraw::sfif::IAppletRoot".
 
{| class="wikitable" border="1"
|-
! Cmd || Name
|-
| 1 || [[#OpenResourceSession]]
|-
| 2 || [[#OpenAppletSession]]
|}
 
== OpenResourceSession ==
Unofficial name.
 
Takes a PID and an input [[#AppletResourceUserId|AppletResourceUserId]]. Returns a [[#IResourceSession]].
 
== OpenAppletSession ==
Unofficial name.
 
Takes a PID and an input [[#AppletResourceUserId|AppletResourceUserId]]. Returns a [[#IAppletSession]].
 
== IResourceSession ==
This is "nn::appletdraw::sfif::IResourceSession".
 
{| class="wikitable" border="1"
|-
! Cmd || Name
|-
| 1 || [[#Ping|Ping]]
|-
| 10 || 
|-
| 11 || 
|}
 
=== Ping ===
Unofficial name.
 
Takes an input u64. Returns an output u64.
 
The output u64 should match the input u64. Official software sends the current system tick value.
 
=== Cmd10 ===
Takes a handle, a u64 and an int. Returns a handle.
 
=== Cmd11 ===
No input/output.
 
== IAppletSession ==
This is "nn::appletdraw::sfif::IAppletSession".
 
{| class="wikitable" border="1"
|-
! Cmd || Name
|-
| 1 || [[#Ping|Ping]]
|-
| 2 || [[#GetEvent|GetEvent]]
|-
| 3 || [20.1.1+]
|-
| 10 || 
|-
| 11 || 
|-
| 12 || 
|-
| 13 || 
|-
| 15 || 
|-
| 16 || [20.1.1+]
|-
| 17 || [20.1.1+]
|-
| 18 || [20.1.1+]
|-
| 19 || [20.1.1+]
|-
| 21 || 
|-
| 22 || 
|-
| 23 || [20.1.1+]
|-
| 24 || [20.1.1+]
|-
| 31 || [[#GetFrameBufferInfo|GetFrameBufferInfo]]
|-
| 8001 || [[#GetFrameBufferInfoForDebug|GetFrameBufferInfoForDebug]]
|-
| 8003 || [19.0.0-19.1.0]
|-
| 8004 || 
|}
 
=== GetEvent ===
Unofficial name.
 
No input. Returns an output Event handle.
 
=== Cmd3 ===
Takes a handle. No output.
 
=== Cmd10 ===
Takes an input u32. No output.
 
=== Cmd11 ===
Takes an input u32. No output.
 
=== Cmd12 ===
Takes an input u64. Returns an output u32.
 
=== Cmd13 ===
Takes an input u32. Returns an output u32.
 
=== Cmd15 ===
Takes an input u32. Returns three output u32s.
 
=== Cmd16 ===
No input. Returns an output u32.
 
=== Cmd17 ===
Takes an input u32. Returns an output u32 and an output u16.
 
=== Cmd18 ===
Takes an input u32. Returns three output u32s and an output u16.
 
=== Cmd19 ===
Takes an input u32. Returns an output u32 and an output u16.
 
=== Cmd21 ===
Takes an input u32. Returns a struct of size 0x40.
 
=== Cmd22 ===
Takes a struct of size 0x20. Returns a struct of size 0x40.
 
=== Cmd23 ===
No input. Returns a struct of size 0xC8.
 
=== Cmd24 ===
Takes an ipc-buf with size 0xD8. No output.
 
=== GetFrameBufferInfo ===
Unofficial name.
 
No input. Returns an [[#(S2)_AdrawFrameBufferInfo|AdrawFrameBufferInfo]].
 
[[#(S2)_AdrawFrameBufferInfo|Id]] is "adrawfb".
 
=== GetFrameBufferInfoForDebug ===
Unofficial name.
 
No input. Returns an [[#(S2)_AdrawFrameBufferInfo|AdrawFrameBufferInfo]].
 
=== Cmd8003 ===
Takes an input u64. Returns a struct with size 0x18.
 
=== Cmd8004 ===
Takes an input u32. Returns an output u64.
 
= (S2) appletOE =
This is "nn::am::service::IApplicationProxyServiceForNxCompat".
 
{| class="wikitable" border="1"
|-
! Cmd || Name
|-
| 0 || [[#OpenApplicationProxy]]
|-
| 2000 || [[#OpenCompatApplicationFunctions]]
|}
 
== OpenCompatApplicationFunctions ==
No input. Returns an [[#INxCompatApplicationFunctions]].
 
== INxCompatApplicationFunctions ==
This is "nn::am::service::INxCompatApplicationFunctions".
 
{| class="wikitable" border="1"
|-
! Cmd || Name
|-
| 2000 || [[#GetGraphicsSupervisorForNxCompat]]
|-
| 2001 ||
|-
| 2002 || 
|-
| 2003 || [[#SetCopyright]]
|-
| 2004 || 
|-
| 2010 || 
|-
| 2020 || [[#Initialize]]
|-
| 2030 || [[#GetVsyncEvent]]
|-
| 2040 || [[#GetVsyncTimestamp]]
|-
| 2050 ||
|-
| 2060 ||
|-
| 2070 || [[#CreateMovieMaker]]
|}
 
=== GetGraphicsSupervisorForNxCompat ===
Unofficial name.
 
No input. Returns an output TIPC handle to [[Switch_2:_GSV_services|GraphicsSupervisor]].
 
Same as [[#GetGraphicsSupervisor]] but for compat mode.
 
=== SetCopyright ===
Unofficial name.
 
Takes an input bool. No output.
 
Called directly after "nn::vi::WriteToCopyrightFramebuffer".
 
=== Initialize ===
Unofficial name.
 
No input/output.
 
Called during init.
 
=== GetVsyncEvent ===
Unofficial name.
 
No input. Returns an Event handle.
 
=== GetVsyncTimestamp ===
Unofficial name.
 
No input. Returns an output u64.
 
When event from [[#GetVsyncEvent]] triggers, this returns a timestamp.
 
= Library Applets =
This section documents library applet launching.
 
Before starting the applet, [[#IStorage]]s are [[#ILibraryAppletCreator|created]] and written, then passed to [[#ILibraryAppletAccessor]] PushInData. The [[#IStorage]] session is closed afterwards. The first [[#IStorage]] is [[#CommonArguments]], followed by any applet-specific [[#IStorage]]s.
 
Once the applet finishes running successfully, [[#ILibraryAppletAccessor]] PopOutData can be used to get the applet-specific [[#IStorage]] containing the applet output data.
 
== CommonArguments ==
The first [[#CreateStorage|IStorage]] passed to applets should contain the common library applet arguments. This is populated by <code>nn::la::CommonArgumentsWriter</code> and has the following format.
 
This struct is 0x20-bytes.
 
Official sw handles the first 8-bytes separately, which is a header. With CommonArguments version 0x0, the header is 4-bytes, while starting with version 0x1 it's 8-bytes.
 
{| class="wikitable" border="1"
|-
! Offset || Size || Typical Value || Notes
|-
| 0x0 || 4 || 1 || Common Arguments version
|-
| 0x4 || 4 || 0x20 || Common Arguments size
|-
| 0x8 || 4 || || Library applet version (API version)
|-
| 0xC || 4 || 0 || Theme color
|-
| 0x10 || 1 || 0 || Play startup sound
|-
| 0x18 || 8 || N/A || System tick (see [[SVC#svcGetSystemTick|svcGetSystemTick]])
|-
|}
 
= AppletId =
This is "nn::applet::AppletId". See also [[:Category:Library Applets]].
 
{| class="wikitable" border="1"
|-
! Value
! ProgramId
! Description
|-
| 0x00000000
|
| None
|-
| 0x00000001
|
| Application (not valid for use with LibraryApplets)
|-
| 0x00000002
| 0x010000000000100C
| OverlayApplet (overlayDisp)
|-
| 0x00000003
| 0x0100000000001000
| SystemAppletMenu (qlaunch)
|-
| 0x00000004
| 0x0100000000001012
| SystemApplication (starter)
|-
| 0x0000000A
| 0x0100000000001001
| [[Auth_Applet|LibraryAppletAuth (auth)]]
|-
| 0x0000000B
| 0x0100000000001002
| [[Cabinet_Applet|LibraryAppletCabinet (cabinet)]]
|-
| 0x0000000C
| 0x0100000000001003
| [[Controller_Applet|LibraryAppletController (controller)]]
|-
| 0x0000000D
| 0x0100000000001004
| LibraryAppletDataErase (dataErase)
|-
| 0x0000000E
| 0x0100000000001005
| [[Error_Applet|LibraryAppletError (error)]]
|-
| 0x0000000F
| 0x0100000000001006
| LibraryAppletNetConnect (netConnect)
|-
| 0x00000010
| 0x0100000000001007
| [[Profile_Selector|LibraryAppletPlayerSelect (playerSelect)]]
|-
| 0x00000011
| 0x0100000000001008
| [[Software_Keyboard|LibraryAppletSwkbd (swkbd)]]
|-
| 0x00000012
| 0x0100000000001009
| [[MiiEdit_Applet|LibraryAppletMiiEdit (miiEdit)]]
|-
| 0x00000013
| [22.0.0+] 0x0100000000001043 ([1.0.0-21.2.0] 0x010000000000100A)
| [[Internet_Browser#010000000000100A|LibraryAppletWeb (web)]]
|-
| 0x00000014
| 0x010000000000100B
| [[Internet_Browser#ShopN|LibraryAppletShop (shop)]]
|-
| 0x00000015
| 0x010000000000100D
| [[Album_Applet|LibraryAppletPhotoViewer (photoViewer)]]
|-
| 0x00000016
| 0x010000000000100E
| LibraryAppletSet (set)
|-
| 0x00000017
| 0x010000000000100F
| [[Internet_Browser#Offline_Applet|LibraryAppletOfflineWeb (offlineWeb)]] (LibraryAppletOfflineWebApp_0 in Ounce)
|-
| 0x00000018
| [22.0.0+] 0x0100000000001042 ([1.0.0-21.2.0] 0x0100000000001010)
| [[Internet_Browser#Whitelisted_Applets|LibraryAppletLoginShare (loginShare)]]
|-
| 0x00000019
| [22.0.0+] 0x0100000000001043 ([1.0.0-21.2.0] 0x0100000000001011)
| [[Internet_Browser#WifiWebAuthApplet|LibraryAppletWifiWebAuth (wifiWebAuth)]]
|-
| 0x0000001A
| 0x0100000000001013
| [[MyPage_Applet|LibraryAppletMyPage (myPage)]]
|-
| 0x0000001B
| 0x010000000000101A
| LibraryAppletGift (gift)
|-
| 0x0000001C
| 0x010000000000101C
| LibraryAppletUserMigration (userMigration)
|-
| 0x0000001D
| 0x010000000000101D
| [9.0.0+] LibraryAppletPreomiaSys (EncounterSys)
|-
| 0x0000001E
| 0x0100000000001020
| [9.0.0+] LibraryAppletStory (story)
|-
| 0x0000001F
| 0x010070000E3C0000
| [9.0.0+] LibraryAppletPreomiaUsr (EncounterUsr)
|-
| 0x00000020
| 0x010086000E49C000
| [9.0.0+] LibraryAppletPreomiaUsrDummy (EncounterUsrDummy)
|-
| 0x00000021
| 0x0100000000001038
| [10.0.0+] LibraryAppletSample (sample)
|-
| 0x00000022
| 0x0100000000001007
| [13.0.0+] LibraryAppletPromoteQualification (playerSelect)
|-
| 0x00000032
| 0x010000000000100F
| [17.0.0+] LibraryAppletOfflineWebApp_3 ([[Internet_Browser#Offline_Applet|LibraryAppletOfflineWeb (offlineWeb)]] in NX)
|-
| 0x00000033
| 0x010000000000100F
| [17.0.0+] LibraryAppletOfflineWebSystem ([[Internet_Browser#Offline_Applet|LibraryAppletOfflineWeb (offlineWeb)]] in NX)
|-
| 0x00000035
| [22.0.0+] 0x0100000000001042 ([17.0.0-21.2.0] 0x0100000000001010, [16.0.0-16.1.0] 0x0100000000001042)
| [17.0.0+] LibraryAppletLhub ([16.0.0-16.1.0] ) ([[Internet_Browser#Whitelisted_Applets|LibraryAppletLoginShare (loginShare)]] in NX)
|-
| 0x00000036
| [22.0.0+] 0x0100000000001042 ([17.0.0-21.2.0] 0x0100000000001010, [16.0.0-16.1.0] 0x0100000000001042)
| [17.0.0+] LibraryAppletLogin ([16.0.0-16.1.0] ) ([[Internet_Browser#Whitelisted_Applets|LibraryAppletLoginShare (loginShare)]] in NX)
|-
| 0x00000037
| [22.0.0+] 0x0100000000001042 ([17.0.0-21.2.0] 0x0100000000001010, [16.0.0-16.1.0] 0x0100000000001042)
| [17.0.0+] LibraryAppletShare ([16.0.0-16.1.0] ) ([[Internet_Browser#Whitelisted_Applets|LibraryAppletLoginShare (loginShare)]] in NX)
|-
| 0x00000038
| 0x0100000000001043
| [16.0.0-16.1.0]
|-
| 0x00000050
| 0x0100000000001007
| [18.0.0+]
|-
| 0x00000051
| 0x0100000000001007
| [18.0.0+]
|-
| 0x00000052
| 0x0100000000001001
| [22.0.0+]
|-
| 0x00000064
| 0x0100000000001048
| [20.0.0+] [[Splay_Applet|splay]]
|-
| 0x00000066
| 0x0100000000001054
| [21.0.0+]
|-
| 0x000003E8
|
| [10.0.0-16.1.0] DevlopmentTool
|-
| 0x000003F1
| 0x010000000000D619
| [10.0.0-16.1.0] CombinationLA
|-
| 0x000003F2
| 0x010000000000D610
| [10.0.0-16.1.0] AeSystemApplet
|-
| 0x000003F3
| 0x010000000000D611
| [10.0.0-16.1.0] AeOverlayApplet
|-
| 0x000003F4
| 0x010000000000D612
| [10.0.0-16.1.0] AeStarter
|-
| 0x000003F5
| 0x010000000000D613
| [10.0.0-16.1.0] AeLibraryAppletAlone
|-
| 0x000003F6
| 0x010000000000D614
| [10.0.0-16.1.0] AeLibraryApplet1
|-
| 0x000003F7
| 0x010000000000D615
| [10.0.0-16.1.0] AeLibraryApplet2
|-
| 0x000003F8
| 0x010000000000D616
| [10.0.0-16.1.0] AeLibraryApplet3
|-
| 0x000003F9
| 0x010000000000D617
| [10.0.0-16.1.0] AeLibraryApplet4
|-
| 0x000003FA
| 0x010000000000D60A
| [10.0.0-16.1.0] AppletISA
|-
| 0x000003FB
| 0x010000000000D60B
| [10.0.0-16.1.0] AppletIOA
|-
| 0x000003FC
| 0x010000000000D60C
| [10.0.0-16.1.0] AppletISTA
|-
| 0x000003FD
| 0x010000000000D60D
| [10.0.0-16.1.0] AppletILA1
|-
| 0x000003FE
| 0x010000000000D60E
| [10.0.0-16.1.0] AppletILA2
|-
| 0x0100000A
|
| [[Auth_Applet|LibraryAppletAuth]]
|-
| 0x0100000B
|
| [[Cabinet_Applet|LibraryAppletCabinet]]
|-
| 0x0100000C
|
| [[Controller_Applet|LibraryAppletController]]
|-
| 0x0100000D
|
| [S2]
|-
| 0x0100000E
|
| [S2] LibraryAppletError
|-
| 0x01000010
|
| [S2] LibraryAppletPlayerSelect
|-
| 0x01010011
|
| [S2] SwkbdModeless
|-
| 0x01020011
|
| [S2] Swkbd
|-
| 0x01010012
|
| [S2] [[MiiEdit_Applet|LibraryAppletMiiEdit]] (for ShowMiiEdit)
|-
| 0x01020012
|
| [S2] [[MiiEdit_Applet|LibraryAppletMiiEdit]] (for AppendMii)
|-
| 0x01070012
|
| [S2] [[MiiEdit_Applet|LibraryAppletMiiEdit]] (for CreateMii)
|-
| 0x01080012
|
| [S2] [[MiiEdit_Applet|LibraryAppletMiiEdit]] (for EditMii)
|-
| 0x01000013
|
| [S2] OpenWeb
|-
| 0x01000014
|
| [S2] LibraryAppletShop
|-
| 0x01000015
|
| [S2] [[Album_Applet|Album]]
|-
| 0x01000017
|
| [S2] LibraryAppletOffline (for Gen0)
|-
| 0x01000018
|
| [S2] [[Internet_Browser#Whitelisted_Applets|LibraryAppletLoginShare]] (for Lobby)
|-
| 0x0100001A
|
| [S2] [[MyPage_Applet|MyPageApplet]]
|-
| 0x01000022
|
| [S2] LibraryAppletPromoteQualification
|-
| 0x01000024
|
| [S2] SplayApplet
|-
| 0x01030024
|
| [S2] SplayApplet
|-
| 0x01010025
|
| [S2] SaveDataBackup (System Settings menu for Save Data Cloud)
|-
| 0x01020025
|
| [S2] SaveDataBackup (Same as above except with ApplicationId specified)
|-
| 0x01000028
|
| [S2] Eula
|-
| 0x01000032
|
| [S2] LibraryAppletOfflineWebApp_3
|-
| 0x01000033
|
| [S2] LibraryAppletOfflineWebSystem
|-
| 0x01000035
|
| [S2] LibraryAppletLhub
|-
| 0x01000036
|
| [S2] LibraryAppletLogin
|-
| 0x01000037
|
| [S2] LibraryAppletShare
|-
| 0x01000050
|
| [S2] PlayerSelect
|-
| 0x01000051
|
| [S2] PlayerSelect
|-
| 0x01000052
|
| [S2] PlayerSelect
|-
| 0x01000065
|
| [S2] Chat (ForChatStart)
|-
| 0x01010065
|
| [S2] Chat (ForCameraConfiguration)
|-
| 0x01020065
|
| [S2] Chat (ForFullScreen)
|-
| 0x01030065
|
| [S2] Chat (ForCameraSharingGuide)
|-
| 0x700000C8
| 0x010000000000D65B
| [18.0.0+]
|-
| 0x700000C9
| 0x010000000000D65C
| [18.0.0+]
|-
| 0x700000DC
| 0x010000000000D619
| [17.0.0+] CombinationLA
|-
| 0x700000E6
| 0x010000000000D610
| [17.0.0+] AeSystemApplet
|-
| 0x700000E7
| 0x010000000000D611
| [17.0.0+] AeOverlayApplet
|-
| 0x700000E8
| 0x010000000000D612
| [17.0.0+] AeStarter
|-
| 0x700000E9
| 0x010000000000D613
| [17.0.0+] AeLibraryAppletAlone
|-
| 0x700000EA
| 0x010000000000D614
| [17.0.0+] AeLibraryApplet1
|-
| 0x700000EB
| 0x010000000000D615
| [17.0.0+] AeLibraryApplet2
|-
| 0x700000EC
| 0x010000000000D616
| [17.0.0+] AeLibraryApplet3
|-
| 0x700000ED
| 0x010000000000D617
| [17.0.0+] AeLibraryApplet4
|-
| 0x700000F0
| 0x010000000000D60A
| [17.0.0+] AppletISA
|-
| 0x700000F1
| 0x010000000000D60B
| [17.0.0+] AppletIOA
|-
| 0x700000F2
| 0x010000000000D60C
| [17.0.0+] AppletISTA
|-
| 0x700000F3
| 0x010000000000D60D
| [17.0.0+] AppletILA1
|-
| 0x700000F4
| 0x010000000000D60E
| [17.0.0+] AppletILA2
|-
| 0x700000FA
| 0x010000000000D677
| [20.1.0+]
|}
 
= LibraryAppletMode =
This is "nn::applet::LibraryAppletMode".
 
{| class="wikitable" border="1"
|-
! Value
! Description
|-
| 0x0
| AllForeground
|-
| 0x1
| PartialForeground
|-
| 0x2
| NoUi
|-
| 0x3
| PartialForegroundWithIndirectDisplay (see also [[#GetIndirectLayerConsumerHandle]], only used by swkbd [[Software_Keyboard|InlineKeyboard]])
|-
| 0x4
| AllForegroundInitiallyHidden (can be used by [7.0.0+] [[Internet_Browser|WebSession]])
|}
 
= AppletMessage =
This is "nn::am::AppletMessage".
 
{| class="wikitable" border="1"
|-
! Value
! Description
|-
| 0 || None
|-
| 1 || ChangeIntoForeground
|-
| 2 || ChangeIntoBackground
|-
| 4 || Exit
|-
| 6 || ApplicationExited
|-
| 7 ||
|-
| 15 || [[#FocusState|FocusStateChanged]]
|-
| 16 || [[#SetRestartMessageEnabled|Resume]]
|-
| 20 || DetectShortPressingHomeButton
|-
| 21 || DetectLongPressingHomeButton
|-
| 22 || DetectShortPressingPowerButton
|-
| 23 || DetectMiddlePressingPowerButton
|-
| 24 || DetectLongPressingPowerButton
|-
| 25 || RequestToPrepareSleep
|-
| 26 || FinishedSleepSequence
|-
| 27 || SleepRequiredByHighTemperature
|-
| 28 || SleepRequiredByLowBattery
|-
| 29 || AutoPowerDown
|-
| 30 || [[#OperationMode|OperationModeChanged]]
|-
| 31 || [[#PerformanceMode|PerformanceModeChanged]]
|-
| 32 || DetectReceivingCecSystemStandby
|-
| 33 || SdCardRemoved
|-
| 34 ||
|-
| 50 || LaunchApplicationRequested
|-
| 51 || [[#SetHandlesRequestToDisplay|RequestToDisplay]]
|-
| 55 || ShowApplicationLogo
|-
| 56 || HideApplicationLogo
|-
| 57 || ForceHideApplicationLogo
|-
| 58 ||
|-
| 59 ||
|-
| 60 || FloatingApplicationDetected
|-
| 61 || [7.0.0+] PerformanceConfigurationChanged
|-
| 70 ||
|-
| 71 ||
|-
| 72 ||
|-
| 73 ||
|-
| 75 ||
|-
| 80 ||
|-
| 81 ||
|-
| 82 ||
|-
| 83 ||
|-
| 85 ||
|-
| 86 ||
|-
| 90 || [[#SetRequiresCaptureButtonShortPressedMessage|DetectShortPressingCaptureButton]]
|-
| 92 || [[#SetAlbumImageTakenNotificationEnabled|AlbumScreenShotTaken]]
|-
| 93 || AlbumRecordingSaved
|-
| 94 ||
|-
| 100 ||
|-
| 101 ||
|-
| 110 || [14.0.0+] DetectShortPressingCaptureButtonForApplet
|-
| 111 || [14.0.0+] DetectLongPressingCaptureButtonForApplet
|-
| 1000 ||
|}
 
= OperationMode =
This is "nn::oe::OperationMode".
 
{| class="wikitable" border="1"
|-
! Value
! Description
|-
| 0 || Handheld
|-
| 1 || Console
|}
 
= PerformanceMode =
This is "nn::oe::PerformanceMode".
 
{| class="wikitable" border="1"
|-
! Value
! Description
|-
| -1 || Invalid
|-
| 0 || Normal
|-
| 1 || Boost
|}
 
= FocusState =
This is "nn::oe::FocusState".
 
{| class="wikitable" border="1"
|-
! Value
! Description
|-
| 1 || InFocus
|-
| 2 || OutOfFocus
|-
| 3 || Background
|}
 
= CpuBoostMode =
This is "nn::oe::CpuBoostMode".
 
{| class="wikitable" border="1"
|-
! Value
! Description
|-
| 0 || Normal
|-
| 1 || FastLoad
|}
 
= WindowOriginMode =
This is "nn::oe::WindowOriginMode".
 
{| class="wikitable" border="1"
|-
! Value
! Description
|-
| 0 || LowerLeft
|-
| 1 || UpperLeft
|}
 
= WirelessPriorityMode =
This is "nn::oe::WirelessPriorityMode".
 
{| class="wikitable" border="1"
|-
! Value
! Description
|-
| 0 || Default
|-
| 1 || OptimizedForWlan
|}
 
= TvPowerStateMatchingMode =
This is "nn::oe::TvPowerStateMatchingMode". This is used with [[#SetTvPowerStateMatchingMode]].
 
{| class="wikitable" border="1"
|-
! Value
! Description
|-
| 0 || Unknown
|-
| 1 || Unknown
|}
 
= SystemButtonType =
This is "nn::am::service::SystemButtonType". This is used with [[#PerformSystemButtonPressingIfInFocus]]/[[#PerformSystemButtonPressing]].
 
{| class="wikitable" border="1"
|-
! Value
! Description
|-
| 1 || PerformHomeButtonShortPressing
|-
| 2 || PerformHomeButtonLongPressing
|-
| 3 || Short-pressing with the Power-button. Only available with [[#PerformSystemButtonPressing]].
|-
| 4 || Long-pressing with the Power-button. Only available with [[#PerformSystemButtonPressing]].
|-
| 5 || Shutdown the system. Only available with [[#PerformSystemButtonPressing]].
|-
| 6 || PerformCaptureButtonShortPressing
|-
| 7 || PerformCaptureButtonLongPressing
|}
 
= LaunchParameterKind =
{| class="wikitable" border="1"
|-
! Value
! Description
|-
| 1 || UserChannel. Application-specific LaunchParameter.
|-
| 2 || account PreselectedUser
|-
| 3 || Unknown if used by anything?
|}
 
= LibraryAppletExitReason =
{| class="wikitable" border="1"
|-
! Value
! Description
|-
| 0 || Normal
|-
| 1 || Canceled
|-
| 2 || Abnormal
|-
| 10 || Unexpected
|}
 
= ProgramSpecifyKind =
This is "nn::am::service::ProgramSpecifyKind". This controls the type of the u64 passed to [[#ExecuteProgram]].
 
{| class="wikitable" border="1"
|-
! Value
! Description
|-
| 0 || u8 ProgramIndex. "ExecuteProgram". [[NS_Services|NS]] handles ProgramIndex by launching ApplicationId+ProgramIndex. After using [[#ExecuteProgram]] with this successfully, official user-processes will enter an infinite loop with sleep-thread value 86400000000000.
|-
| 1 || [[NCM_services#ApplicationId|ApplicationId]]. "JumpToSubApplicationProgramForDevelopment". Only available when [[Settings_services#GetDebugModeFlag|DebugMode]] is 1.
|-
| 2 || u64 = value 0. "RestartProgram"
|}
 
ProgramIndex values where the title is not installed should not be used: [[qlaunch]] will display an error message and the current title will become "corrupted", however Home Menu will have an option to repair it.
 
= InputDetectionPolicy =
This is u32 enum "nn::applet::InputDetectionPolicy".
 
{| class="wikitable" border="1"
|-
! Value
! Description
|-
| 0 || Unknown
|-
| 1 || Unknown
|}
 
= AppletResourceUserId =
This is "nn::applet::AppletResourceUserId". Used by a number of non-AM services.
 
= AppletAttribute =
This is "nn::am::AppletAttribute". This struct is 0x80 bytes.
 
{| class="wikitable" border="1"
|-
! Offset || Size || Description
|-
| 0x0 || 0x1 || Flag. When non-zero, two state fields are set to 1.
|-
| 0x1 || 0x7F || Unused
|}
 
This is used by [[#OpenLibraryAppletProxy]].
 
= AppletProcessLaunchReason =
This is "nn::am::service::AppletProcessLaunchReason". This struct is 0x4-bytes.
 
{| class="wikitable" border="1"
|-
! Offset || Size || Description
|-
| 0x0 || 0x1 || Flag. When non-zero, LibraryApplets then use [[#OpenCallingLibraryApplet]].
|-
| 0x1 || 0x2 || Always 0.
|-
| 0x3 || 0x1 || Always 0.
|}
 
= LibraryAppletInfo =
This is "nn::am::service::LibraryAppletInfo". This struct is 0x8-bytes.
 
{| class="wikitable" border="1"
|-
! Offset || Size || Description
|-
| 0x0 || 0x4 || [[#AppletId]]
|-
| 0x4 || 0x4 || [[#LibraryAppletMode]]
|}
 
= AppletKind =
This is "nn::am::service::AppletKind". This is 8-bytes.
 
= AppletIdentityInfo =
This struct is "nn::am::service::AppletIdentityInfo". This struct is 0x10-bytes.
 
{| class="wikitable" border="1"
|-
! Offset || Size || Description
|-
| 0x0 || 0x4 || [[#AppletId]]
|-
| 0x4 || 0x4 || Padding
|-
| 0x8 || 0x8 || [[NCM_services#ApplicationId|ApplicationId]]
|}
 
= ApplicationAttributeForQuest =
This struct is "nn::applet::ApplicationAttributeForQuest".
 
{| class="wikitable" border="1"
|-
! Offset || Size || Description
|-
| 0x0 || 0x4 || See [[#ApplicationAttribute]].
|-
| 0x4 || 0x4 || See [[#ApplicationAttribute]].
|-
| 0x8 || 0x4 || [7.0.0+] See [[#ApplicationAttribute]].
|}
 
User-processes copy the first 0x8-bytes (0xC-bytes with [[#CreateApplicationWithAttributeAndPushAndRequestToStartForQuest]]/[[#CreateApplicationWithAttributeAndRequestToStartForQuest]]) to a [[#ApplicationAttribute]] with the rest of the struct being cleared, which is then passed to the actual cmd (CreateApplication*ToStartForQuest).
 
= ApplicationAttribute =
This struct is "nn::am::ApplicationAttribute". This struct is 0x20-bytes.
 
{| class="wikitable" border="1"
|-
! Offset || Size || Description
|-
| 0x0 || 0x4 || Default is 0 for non-Quest. Only used when non-zero: unknown value in seconds.
|-
| 0x4 || 0x4 || Default is 0 for non-Quest. Only used when non-zero: unknown value in seconds.
|-
| 0x8 || 0x4 || float audio volume. Must be in the range of 0.0f-1.0f. The default is 1.0f.
|-
| 0xC || 0x14 || Unused. Default is 0.
|}
 
Internally AM only uses the first 0xC-bytes from ApplicationAttribute, regardless of the cmd.
 
= ApplicationLaunchProperty =
This struct is 0x10-bytes.
 
{| class="wikitable" border="1"
|-
! Offset || Size || Description
|-
| 0x0 || 0x8 || [[NCM_services#ApplicationId|ApplicationId]]
|-
| 0x8 || 0x4 || Application title-version.
|-
| 0xC || 0x1 || [[Filesystem_services#StorageId|StorageId]] for the Application base title.
|-
| 0xD || 0x1 || [[Filesystem_services#StorageId|StorageId]] for the Application update title.
|-
| 0xE || 0x1 || Unknown.
|-
| 0xF || 0x1 || Padding.
|}
 
= ApplicationLaunchRequestInfo =
This is "nn::applet::ApplicationLaunchRequestInfo". This struct is 0x10-bytes.
 
{| class="wikitable" border="1"
|-
! Offset || Size || Description
|-
| 0x0 || 0x4 || Unknown. The default is 0x0 with [[#CreateSystemApplication]], 0x3 with [[#CreateApplication]].
|-
| 0x4 || 0x4 || Unknown. The default is 0x0 with [[#CreateSystemApplication]], 0x3 with [[#CreateApplication]].
|-
| 0x8 || 0x8 || Unknown. The default is 0x0.
|}
 
= AppletResourceUsageInfo =
This is "nn::am::service::AppletResourceUsageInfo". This struct is 0x20-bytes.
 
{| class="wikitable" border="1"
|-
! Offset || Size || Description
|-
| 0x0 || 0x4 || Unknown counter.
|-
| 0x4 || 0x4 || Unknown counter.
|-
| 0x8 || 0x4 || Output from [[NS_Services|NS GetRightsEnvironmentCountForDebug]].
|-
| 0xC || 0x14 || Always zero.
|}
 
= ApplicationLicenseType =
This is "nn::oe::ApplicationLicenseType". This is 1-byte.
 
= LaunchRequiredVersion =
This is "nn::oe::LaunchRequiredVersion". This is a 0x40-byte struct with 1-byte alignment.
 
= ServerEnvironmentType =
This is "nn::oe::ServerEnvironmentType".
 
{| class="wikitable" border="1"
|-
! Value
! Description
|-
| 0 || dd
|-
| 1 || lp
|-
| 2 || sd
|-
| 3 || sp
|-
| 4 || dp
|}
 
= (S2) AdrawFrameBufferInfo =
{| class="wikitable" border="1"
|-
! Offset || Size || Description
|-
| 0x0 || 0x8 || Id
|-
| 0x8 || 0x2 || Width
|-
| 0xA || 0x2 || Height
|-
| 0xC || 0x4 || BlockCount
|-
| 0x10 || 0x8 ||
|-
| 0x18 || 0x8 ||
|-
| 0x20 || 0x8 ||
|}
 
= (S2) ImageInfo =
{| class="wikitable" border="1"
|-
! Offset || Size || Description
|-
| 0x0 || 0x8 ||
|-
| 0x8 || 0x8 || Address
|-
| 0x10 || 0x8 ||
|-
| 0x18 || 0x8 ||
|-
| 0x20 || 0x8 ||
|-
| 0x28 || 0x8 ||
|-
| 0x30 || 0x8 ||
|-
| 0x38 || 0x4 || Offset
|-
| 0x3C || 0x4 || Size
|-
| 0x40 || 0x8 ||
|-
| 0x48 || 0x8 ||
|-
| 0x50 || 0x8 ||
|-
| 0x58 || 0x8 ||
|-
| 0x60 || 0x8 ||
|-
| 0x68 || 0x8 ||
|-
| 0x70 || 0x8 ||
|-
| 0x78 || 0x8 ||
|-
| 0x80 || 0x8 ||
|-
| 0x88 || 0x8 ||
|-
| 0x90 || 0x4 || Flags
|}
 
= Notes =
AM-sysmodule will only initialize [[Shared_Database_services|pdm:ntfy]] / use pdm:ntfy service commands when the value from [[Process_Manager_services|pm:bm]] GetBootMode is not 0x1 (Maintenance).


= ApplicationLaunchRequestInfo =
An object constructor also writes the output from [[Process_Manager_services|pm:bm]] GetBootMode into the created object. A vfunc for this object checks whether this field is Maintenance: if so, it calls a vfunc then a func and returns. Otherwise after calling various (v)funcs, if required this eventually uses [[OMM_services|ommdisp]] cmd600.
This is "nn::applet::ApplicationLaunchRequestInfo". This struct is 0x10-bytes.
 
{| class="wikitable" border="1"
|-
! Offset || Size || Description
|-
| 0x0 || 0x4 || Unknown. The default is 0x0 with [[#CreateSystemApplication]], 0x3 with [[#CreateApplication]].
|-
| 0x4 || 0x4 || Unknown. The default is 0x0 with [[#CreateSystemApplication]], 0x3 with [[#CreateApplication]].
|-
| 0x8 || 0x8 || Unknown. The default is 0x0.
|}
 
= AppletResourceUsageInfo =
This is "nn::am::service::AppletResourceUsageInfo". This struct is 0x20-bytes.
 
{| class="wikitable" border="1"
|-
! Offset || Size || Description
|-
| 0x0 || 0x4 || Unknown counter.
|-
| 0x4 || 0x4 || Unknown counter.
|-
| 0x8 || 0x4 || Output from [[NS_Services|NS GetRightsEnvironmentCountForDebug]].
|-
| 0xC || 0x14 || Always zero.
|}
 
= ApplicationLicenseType =
This is "nn::oe::ApplicationLicenseType". This is 1-byte.
 
= LaunchRequiredVersion =
This is "nn::oe::LaunchRequiredVersion". This is a 0x40-byte struct with 1-byte alignment.
 
= Notes =
AM-sysmodule will only initialize [[Shared_Database_services|pdm:ntfy]] / use pdm:ntfy service commands when the value from [[Process_Manager_services|pm:bm]] GetBootMode is not 0x1.


[[Category:Services]]
[[Category:Services]]