Applet Manager services: Difference between revisions

 
(108 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 120: 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 160: 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 176: 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 247: Line 280:
|-
|-
| 30 || [12.0.0+] [[#OpenCradleFirmwareUpdater]]
| 30 || [12.0.0+] [[#OpenCradleFirmwareUpdater]]
|-
| 100 || [S2]
|}
|}


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


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


Line 589: Line 633:
|-
|-
| 81 || [14.0.0+] SetHandlingCaptureButtonLongPressedMessageEnabledForApplet
| 81 || [14.0.0+] SetHandlingCaptureButtonLongPressedMessageEnabledForApplet
|-
| 82 || [18.0.0+] SetBlockingCaptureButtonInEntireSystem
|-
|-
| 90 || [15.0.0+] OpenNamedChannelAsParent
| 90 || [15.0.0+] OpenNamedChannelAsParent
Line 595: Line 641:
|-
|-
| 100 || [15.0.0+] SetApplicationCoreUsageMode
| 100 || [15.0.0+] SetApplicationCoreUsageMode
|}
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 ==
This is "nn::am::service::ILibraryAppletProxy".
{| class="wikitable" border="1"
|-
|-
! Cmd || Name || Notes
| 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]
|-
| 124 || [S2]
|-
| 130 || [S2]
|-
| 131 || [S2] [20.0.0+]
|-
| 135 || [S2] [20.0.0+]
|-
| 140 || [S2]
|-
| 150 || [S2]
|-
| 160 || [18.0.0+] [[#GetNotificationReceiverService|GetNotificationReceiverService]]
|-
| 161 || [18.0.0+] [[#GetNotificationSenderService|GetNotificationSenderService]]
|-
| 170 || [S2]
|-
| 171 || [S2]
|-
| 200 || [S2]
|-
| 210 || [S2]
|-
| 211 || [S2]
|-
|-
| 0 || GetCommonStateGetter || Returns an [[#ICommonStateGetter]].
| 220 || [S2]
|-
|-
| 1 || GetSelfController || Returns an [[#ISelfController]].
| 221 || [S2]
|-
|-
| 2 || GetWindowController || Returns an [[#IWindowController]].
| 230 || [S2]
|-
|-
| 3 || GetAudioController || Returns an [[#IAudioController]].
| 231 || [S2]
|-
|-
| 4 || GetDisplayController || Returns an [[#IDisplayController]].
| 250 || [S2]
|-
|-
| 10 || GetProcessWindingController || Returns an [[#IProcessWindingController]].
| 251 || [S2]
|-
|-
| 11 || GetLibraryAppletCreator || Returns an [[#ILibraryAppletCreator]].
| 252 || [S2]
|-
|-
| 20 || OpenLibraryAppletSelfAccessor || Returns an [[#ILibraryAppletSelfAccessor]].
| 253 || [S2]
|-
|-
| 21 || [7.0.0+] GetAppletCommonFunctions || No input, returns an [[#IAppletCommonFunctions]].
| 260 || [S2]
|-
|-
| 22 || [15.0.0+] GetHomeMenuFunctions || No input, returns an [[#IHomeMenuFunctions]].
| 271 || [S2] [20.0.0+]
|-
|-
| 23 || [15.0.0+] GetGlobalStateController || No input, returns an [[#IGlobalStateController]].
| 280 || [S2] [20.0.0+]
|-
|-
| 1000 || GetDebugFunctions || Returns an [[#IDebugFunctions]].
| 290 || [S2] [20.0.0+] RequestChatProhibition
|}
 
=== ILibraryAppletSelfAccessor ===
This is "nn::am::service::ILibraryAppletSelfAccessor".
 
{| class="wikitable" border="1"
|-
|-
! Cmd || Name || Notes
| 291 || [S2] [20.0.0+] RequestChatExpirationCheckSkip
|-
|-
| 0 || [[#PopInData]] ||
| 300 || [17.0.0+] GetCurrentApplicationId
|-
|-
| 1 || [[#PushOutData]] ||
| 310 || [19.0.0+] IsSystemAppletHomeMenu
|-
|-
| 2 || [[#PopInteractiveInData]] ||
| 311 || [20.0.0+]
|-
|-
| 3 || [[#PushInteractiveOutData]] ||
| 320 || [19.0.0+] SetGpuTimeSliceBoost
|-
|-
| 5 || [[#GetPopInDataEvent]] ||
| 321 || [19.0.0+] SetGpuTimeSliceBoostDueToApplication
|-
|-
| 6 || [[#GetPopInteractiveInDataEvent]] ||
| 322 || [20.0.0+]
|-
|-
| 10 || [[#ExitProcessAndReturn]] ||
| 330 || [19.0.0+]  
|-
|-
| 11 || [[#GetLibraryAppletInfo]] ||
| 340 || [20.0.0+]
|-
|-
| 12 || [[#GetMainAppletIdentityInfo]] ||
| 341 || [20.0.0+]
|-
|-
| 13 || [[#CanUseApplicationCore]] ||
| 342 || [20.0.0+]
|-
|-
| 14 || [[#GetCallerAppletIdentityInfo]] ||
| 350 || [20.0.0+]
|-
|-
| 15 || [2.0.0+] [[#GetMainAppletApplicationControlProperty]] ||
| 360 || [20.0.0+]
|-
|-
| 16 || [2.0.0+] [[#GetMainAppletStorageId]] ||
| 370 || [22.0.0+] GetGpuErrorEventForApplet
|-
|-
| 17 || [3.0.0+] [[#GetCallerAppletIdentityInfoStack]] ||
| 2000 || [S2]
|-
|-
| 18 || [4.0.0+] [[#GetNextReturnDestinationAppletIdentityInfo]] ||
| 2010 || [S2]
|-
|-
| 19 || [4.0.0+] [[#GetDesirableKeyboardLayout]] ||
| 3000 || [S2] [20.0.0+]
|-
|-
| 20 || [[#PopExtraStorage]] ||
| 3010 || [S2] [20.0.0+]
|-
|}
| 25 || [[#GetPopExtraStorageEvent]] ||
 
|-
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>
| 30 || [[#UnpopInData]] ||
 
|-
=== ReadThemeStorage ===
| 31 || [[#UnpopExtraStorage]] ||
Takes an input u64 '''offset''' and a type-0x22 output buffer, returns an output u64 '''actual_transfer_size'''.
|-
 
| 40 || [2.0.0+] [[#GetIndirectLayerProducerHandle]] ||
=== WriteThemeStorage ===
|-
Takes an input u64 '''offset''' and a type-0x21 input buffer, no output.
| 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]] ||
|}


==== PopInData ====
=== PushToAppletBoundChannel ===
No input, returns an output [[#IStorage]].
Takes an input [[#IStorage]], no output.


==== PushOutData ====
This is similar to [[#PushToAppletBoundChannelForDebug]] (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.


==== PopInteractiveInData ====
=== 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.
==== INotificationReceiver ====
This is "nn::am::service::INotificationReceiver".


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


==== GetPopExtraStorageEvent ====
{| class="wikitable" border="1"
No input, returns an output Event handle with autoclear=false.
|-
! Cmd || Name
|-
| 0 || AddSource
|-
| 1 || RemoveSource
|-
| 2 || GetEvent
|-
| 3 || Receive
|-
| 4 || ReceiveWithTick
|}


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


==== UnpopExtraStorage ====
No input, returns an Event handle.
Takes an input [[#IStorage]], no output.


==== GetIndirectLayerProducerHandle ====
===== ReceiveWithTick =====
No input, returns an output u64.
Unofficial name.


==== ReportVisibleError ====
=== ISenderService ===
Takes an input [[Error_Applet#ErrorCode|ErrorCode]], no output.
This is "nn::am::service::ISenderService".


==== ReportVisibleErrorWithErrorContext ====
This was added with [18.0.0+].
Takes an input [[Error_Applet#ErrorCode|ErrorCode]] and a type-0x15 input buffer containing an [[Error_Applet#ErrorContext|ErrorContext]], no output.


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


==== GetCurrentApplicationId ====
==== Cmd0 ====
No input, returns an output [[NCM_services#ApplicationId|ApplicationId]].
Takes a total of 0x18-bytes of input, returns an [[#INotificationSender|INotificationSender]].


Gets the [[NCM_services#ApplicationId|ApplicationId]] for the currently running Application. ApplicationId=0 when no Application is running.
=== INotificationSender ===
This is "nn::am::service::INotificationSender".


==== RequestExitToSelf ====
This was added with [18.0.0+].
No input/output.


Same as [[#RequestExit]] except this is for the current applet.
{| class="wikitable" border="1"
|-
! Cmd || Name
|-
| 0 || Send
|-
| 1 || GetUnreceivedMessageCount
|}


==== CreateApplicationAndPushAndRequestToLaunch ====
== ILibraryAppletProxy ==
Takes an input [[NCM_services#ApplicationId|ApplicationId]] and an input #IStorage, no output.
This is "nn::am::service::ILibraryAppletProxy".


This is is similar to [[#CreateApplicationAndPushAndRequestToStart]].
{| class="wikitable" border="1"
 
|-
==== CreateGameMovieTrimmer ====
! Cmd || Name || Notes
Takes an input u64 size and a TransferMemory handle, returns a GRC [[GRC_services#IGameMovieTrimmer|IGameMovieTrimmer]].
|-
 
| 0 || GetCommonStateGetter || Returns an [[#ICommonStateGetter]].
This is a wrapper for GRC [[GRC_services#OpenGameMovieTrimmer|OpenGameMovieTrimmer]].
|-
 
| 1 || GetSelfController || Returns an [[#ISelfController]].
Official sw uses an user-buffer for the tmem, with permissions=0.
|-
 
| 2 || GetWindowController || Returns an [[#IWindowController]].
==== ReserveResourceForMovieOperation ====
|-
No input/output.
| 3 || GetAudioController || Returns an [[#IAudioController]].
 
|-
Updates state fields. This must be used before [[#CreateGameMovieTrimmer]].
| 4 || GetDisplayController || Returns an [[#IDisplayController]].
 
|-
==== UnreserveResourceForMovieOperation ====
| 10 || GetProcessWindingController || Returns an [[#IProcessWindingController]].
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 ==
This is "nn::am::service::IOverlayAppletProxy".
 
{| class="wikitable" border="1"
|-
|-
! Cmd || Name || Notes
| 11 || GetLibraryAppletCreator || Returns an [[#ILibraryAppletCreator]].
|-
|-
| 0 || GetCommonStateGetter || Returns an [[#ICommonStateGetter]].
| 20 || OpenLibraryAppletSelfAccessor || Returns an [[#ILibraryAppletSelfAccessor]].
|-
|-
| 1 || GetSelfController || Returns an [[#ISelfController]].
| 21 || [7.0.0+] GetAppletCommonFunctions || No input, returns an [[#IAppletCommonFunctions]].
|-
|-
| 2 || GetWindowController || Returns an [[#IWindowController]].
| 22 || [15.0.0+] GetHomeMenuFunctions || No input, returns an [[#IHomeMenuFunctions]].
|-
|-
| 3 || GetAudioController || Returns an [[#IAudioController]].
| 23 || [15.0.0+] GetGlobalStateController || No input, returns an [[#IGlobalStateController]].
|-
|-
| 4 || GetDisplayController || Returns an [[#IDisplayController]].
| 1000 || GetDebugFunctions || Returns an [[#IDebugFunctions]].
|}
 
=== ILibraryAppletSelfAccessor ===
This is "nn::am::service::ILibraryAppletSelfAccessor".
 
{| class="wikitable" border="1"
|-
|-
| 10 || GetProcessWindingController || Returns an [[#IProcessWindingController]].
! Cmd || Name || Notes
|-
|-
| 11 || GetLibraryAppletCreator || Returns an [[#ILibraryAppletCreator]].
| 0 || [[#PopInData]] ||
|-
|-
| 20 || GetOverlayFunctions || Returns an [[#IOverlayFunctions]].
| 1 || [[#PushOutData]] ||
|-
|-
| 21 || [7.0.0+] GetAppletCommonFunctions || No input, returns an [[#IAppletCommonFunctions]].
| 2 || [[#PopInteractiveInData]] ||
|-
|-
| 23 || [15.0.0+] GetGlobalStateController || No input, returns an [[#IGlobalStateController]].
| 3 || [[#PushInteractiveOutData]] ||
|-
|-
| 1000 || GetDebugFunctions || Returns an [[#IDebugFunctions]].
| 5 || [[#GetPopInDataEvent]] ||
|}
 
=== IOverlayFunctions ===
This is "nn::am::service::IOverlayFunctions".
 
{| class="wikitable" border="1"
|-
|-
! Cmd || Name
| 6 || [[#GetPopInteractiveInDataEvent]] ||
|-
|-
| 0 || [[#BeginToWatchShortHomeButtonMessage]]
| 10 || [[#ExitProcessAndReturn]] ||
|-
|-
| 1 || [[#EndToWatchShortHomeButtonMessage]]
| 11 || [[#GetLibraryAppletInfo]] ||
|-
|-
| 2 || [[#GetApplicationIdForLogo]]
| 12 || [[#GetMainAppletIdentityInfo]] ||
|-
|-
| 3 || [[#SetGpuTimeSliceBoost]]
| 13 || [[#CanUseApplicationCore]] ||
|-
|-
| 4 || [2.0.0+] [[#SetAutoSleepTimeAndDimmingTimeEnabled]]
| 14 || [[#GetCallerAppletIdentityInfo]] ||
|-
|-
| 5 || [2.0.0+] [[#TerminateApplicationAndSetReason]]
| 15 || [2.0.0+] [[#GetMainAppletApplicationControlProperty]] ||
|-
|-
| 6 || [3.0.0+] [[#SetScreenShotPermissionGlobally]]
| 16 || [2.0.0+] [[#GetMainAppletStorageId]] ||
|-
|-
| 10 || [6.0.0+] [[#StartShutdownSequenceForOverlay]]
| 17 || [3.0.0+] [[#GetCallerAppletIdentityInfoStack]] ||
|-
|-
| 11 || [6.0.0+] [[#StartRebootSequenceForOverlay]]
| 18 || [4.0.0+] [[#GetNextReturnDestinationAppletIdentityInfo]] ||
|-
| 19 || [4.0.0+] [[#GetDesirableKeyboardLayout]] ||
|-
| 20 || [[#PopExtraStorage]] ||
|-
| 25 || [[#GetPopExtraStorageEvent]] ||
|-
| 30 || [[#UnpopInData]] ||
|-
| 31 || [[#UnpopExtraStorage]] ||
|-
| 40 || [2.0.0+] [[#GetIndirectLayerProducerHandle]] ||
|-
| 50 || [3.0.0+] [[#ReportVisibleError]] ||
|-
|-
| 20 || [8.0.0+] [[#SetHandlingHomeButtonShortPressedEnabled]]
| 51 || [4.0.0+] [[#ReportVisibleErrorWithErrorContext]] ||
|-
|-
| 21 || [14.0.0+] SetHandlingTouchScreenInputEnabled
| 60 || [4.0.0+] [[#GetMainAppletApplicationDesiredLanguage]] ||
|-
|-
| 30 || [9.0.0+] [[#SetHealthWarningShowingState]]
| 70 || [8.0.0+] [[#GetCurrentApplicationId]] ||
|-
|-
| 31 || [10.0.0+] [[#IsHealthWarningRequired]]
| 80 || [6.0.0+] [[#RequestExitToSelf]] ||
|-
|-
| 90 || [7.0.0+] [[#SetRequiresGpuResourceUse]]
| 90 || [5.0.0+] [[#CreateApplicationAndPushAndRequestToLaunch]] ||
|-
|-
| 101 || [5.0.0+] [[#BeginToObserveHidInputForDevelop]]
| 100 || [4.0.0+] [[#CreateGameMovieTrimmer]] ||
|}
|-
 
| 101 || [5.0.0+] [[#ReserveResourceForMovieOperation]] ||
==== BeginToWatchShortHomeButtonMessage ====
|-
No input/output.
| 102 || [5.0.0+] [[#UnreserveResourceForMovieOperation]] ||
 
|-
==== EndToWatchShortHomeButtonMessage ====
| 110 || [6.0.0+] [[#GetMainAppletAvailableUsers]] ||
No input/output.
|-
 
| 120 || [9.0.0+] [[#GetLaunchStorageInfoForDebug]] ||
==== GetApplicationIdForLogo ====
|-
No input, returns an output [[NCM_services#ApplicationId|ApplicationId]].
| 130 || [9.0.0+] [[#GetGpuErrorDetectedSystemEvent]] ||
 
|-
Gets the ApplicationId for displaying the logo screen during application launch.
| 140 || [10.0.0+] [[#SetApplicationMemoryReservation]] ||
 
|-
When no application is running, this returns success with ApplicationId=0.
| 150 || [10.0.0+] [[#ShouldSetGpuTimeSliceManually]] ||
|-
| 160 || [17.0.0+] [[#GetLibraryAppletInfoEx]] ||
|}


==== SetGpuTimeSliceBoost ====
==== PopInData ====
Takes an input u64, no output.
No input, returns an output [[#IStorage]].


==== SetAutoSleepTimeAndDimmingTimeEnabled ====
==== PushOutData ====
Takes an input u8 bool, no output.
Takes an input [[#IStorage]], no output.


==== TerminateApplicationAndSetReason ====
==== PopInteractiveInData ====
Takes an input u32 Result, no output.
No input, returns an output [[#IStorage]].


==== SetScreenShotPermissionGlobally ====
==== PushInteractiveOutData ====
Takes an input u8 bool, no output.
Takes an input [[#IStorage]], no output.


==== StartShutdownSequenceForOverlay ====
==== GetPopInDataEvent ====
No input/output.
No input, returns an output Event handle with autoclear=false.


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


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


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.


==== SetHandlingHomeButtonShortPressedEnabled ====
==== GetLibraryAppletInfo ====
Takes an input u8 bool, no output.
No input, returns an output [[#LibraryAppletInfo]].


==== SetHealthWarningShowingState ====
==== GetMainAppletIdentityInfo ====
Takes an input u8 bool, no output.
No input, returns an output [[#AppletIdentityInfo]].


This writes the input bool into state, signals an Event, and returns 0.
==== CanUseApplicationCore ====
No input, returns an output u8 bool.


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


==== SetRequiresGpuResourceUse ====
==== GetMainAppletApplicationControlProperty ====
Takes an input u8 bool, no output.
No input, takes a type-0x16 output buffer.


Just returns 0.
This gets the [[NACP_Format|control.nacp]].


==== BeginToObserveHidInputForDevelop ====
==== GetMainAppletStorageId ====
No input/output.
No input, returns an output u8 storageId.


Sets various state fields and signals an userspace-event.
==== GetCallerAppletIdentityInfoStack ====
Takes a type-0x6 output buffer containing an array of [[#AppletIdentityInfo]], and returns an output s32 total_entries.


Enables HID input for the OverlayApplet, without disabling input for the foreground applet.
==== GetNextReturnDestinationAppletIdentityInfo ====
No input, returns an output [[#AppletIdentityInfo]].


== IApplicationProxy ==
==== GetDesirableKeyboardLayout ====
This is "nn::am::service::IApplicationProxy".
No input, returns an output u32.


{| class="wikitable" border="1"
The output u32 is "nn::settings::KeyboardLayout".
|-
 
! Cmd || Name || Notes
This gets the value previously set by [[#SetDesirableKeyboardLayout]]. An error is returned if it's not set.
|-
 
| 0 || GetCommonStateGetter || Returns an [[#ICommonStateGetter]].
==== PopExtraStorage ====
|-
No input, returns an output [[#IStorage]].
| 1 || GetSelfController || Returns an [[#ISelfController]].
 
|-
==== GetPopExtraStorageEvent ====
| 2 || GetWindowController || Returns an [[#IWindowController]].
No input, returns an output Event handle with autoclear=false.
|-
| 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]].
|-
| 1000 || GetDebugFunctions || Returns an [[#IDebugFunctions]].
|}


=== IApplicationFunctions ===
==== UnpopInData ====
This is "nn::am::service::IApplicationFunctions".
Takes an input [[#IStorage]], no output.


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


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 ====
 
==== GetDisplayVersion ====
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.
 
==== 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]].
 
==== GetSaveDataSizeMax ====
No input, returns two ouput s64s.
 
==== GetCacheStorageMax ====
No input, returns an output s32 and s64.
 
==== BeginBlockingHomeButtonShortAndLongPressed ====
Takes an input s64, no output.
 
Official user-processes use hard-coded value 0 for the s64.
 
Starts blocking the Home button.
 
==== EndBlockingHomeButtonShortAndLongPressed ====
No input/output.
No input/output.


Ends the blocking started by [[#BeginBlockingHomeButtonShortAndLongPressed]].
Sets various state fields and signals an userspace-event.


==== BeginBlockingHomeButton ====
Enables HID input for the OverlayApplet, without disabling input for the foreground applet.
Takes an input s64 nanoseconds, no output. The input nanoseconds can be zero.


==== EndBlockingHomeButton ====
== ICMenuProxy ==
No input/output.
This is "nn::am::service::ICMenuProxy".


==== SelectApplicationLicense ====
This is exclusive to Switch 2.
Takes an input array of [[#ApplicationLicenseType]], returns an output [[#ApplicationLicenseType]].


==== GetDeviceSaveDataSizeMax ====
{| class="wikitable" border="1"
No input, returns two output s64s.
|-
! 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]].
|}


==== NotifyRunning ====
=== ICMenuFunctions ===
Takes no input. Returns an output u8 bool, which is ignored by official user-processes.
This is "nn::am::service::ICMenuFunctions".


==== GetPseudoDeviceId ====
This is exclusive to Switch 2.
No input, returns an output 0x10-byte "nn::util::Uuid" struct.


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.
{| class="wikitable" border="1"
 
|-
==== SetMediaPlaybackStateForApplication ====
! Cmd || Name
Takes an input u8 bool, no output.
|-
 
| 0 ||
==== IsGamePlayRecordingSupported ====
|-
No input, returns an output u8 bool.
| 1 ||
 
|-
==== InitializeGamePlayRecording ====
| 2 ||
Takes a TransferMemory handle and an u64 for the size of the TransferMemory. The size must match 0x6000000 otherwise an error is returned.
|-
| 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+]
|}


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


Requests to save the video recording, as if the Capture-button was held.
==== Cmd202 ====
Takes {...}, returns an [[#IFocusableLayer|IFocusableLayer]].


==== RequestToShutdown ====
==== ILibraryAppletAgent ====
No input/output.
This is "nn::am::service::ILibraryAppletAgent".


On success, official sw will enter an infinite loop with sleep-thread value 86400000000000.
This is exclusive to Switch 2.


==== RequestToReboot ====
{| class="wikitable" border="1"
No input/output.
|-
! Cmd || Name
|-
| 0 ||
|-
| 1 ||
|-
| 2 ||
|-
| 3 ||
|-
| 4 ||
|-
| 5 ||
|-
| 10 ||
|-
| 20 ||
|-
| 21 ||
|-
| 31 ||
|-
| 32 ||
|-
| 33 ||
|-
| 34 ||
|-
| 35 ||
|-
| 40 ||
|-
| 41 ||
|-
| 42 ||
|}


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


==== RequestToSleep ====
===== Cmd1 =====
No input/output.
Takes an unknown input interface, no output.


==== ExitAndRequestToShowThanksMessage ====
===== Cmd2 =====
No input/output.
No input, returns an [[#IStorage|IStorage]].
 
Used to exit the application and return to the kiosk menu. Official sw uses [[#UnlockExit]] immediately before this if needed.
 
On success, official sw will enter an infinite loop with sleep-thread value 86400000000000.


This throws an error when the cached [[Settings_services#GetQuestFlag]] value is 0.
===== Cmd3 =====
Takes an unknown input interface, no output.


==== EnableApplicationCrashReport ====
===== Cmd10 =====
Takes an input u8 bool, no output.
No input, returns an [[#IStorage|IStorage]].


==== InitializeApplicationCopyrightFrameBuffer ====
===== Cmd20 =====
Takes an input TransferMemory handle, an s32 '''width''', an s32 '''height''', an u64 tmem_size, and no output.
Takes an unknown input interface, no output.


tmem_size must be 0x40000-byte aligned. '''width''' must be 1-1280, and '''height''' must be 1-720.
===== Cmd21 =====
Takes an unknown input interface, no output.


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


After the validation checks pass the input is passed to [[OMM_services|ommdisp]] cmd500.
This is exclusive to Switch 2.


This is used as an overlay for screenshots.
{| class="wikitable" border="1"
|-
! 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+]
|}


==== SetApplicationCopyrightImage ====
== IApplicationProxy ==
Takes a type-0x45 input buffer, an s32 '''x''', an s32 '''y''', an s32 '''width''', an s32 '''height''', an s32 [[#WindowOriginMode]], and no output.
This is "nn::am::service::IApplicationProxy".


'''x''' and '''y''' must not have the negative bit set. '''width''' and '''height''' must not be <1.
{| class="wikitable" border="1"
 
|-
Sets the RGBA8 image for use with [[#InitializeApplicationCopyrightFrameBuffer]]. Overrides the current image, if this was already used previously.
! Cmd || Name || Notes
 
|-
==== SetApplicationCopyrightVisibility ====
| 0 || GetCommonStateGetter || Returns an [[#ICommonStateGetter]].
Takes an input u8 bool, no output.
|-
 
| 1 || GetSelfController || Returns an [[#ISelfController]].
Sets the visibility for the image set by [[#SetApplicationCopyrightImage]], in screenshots. By default it's visible.
|-
 
| 2 || GetWindowController || Returns an [[#IWindowController]].
==== QueryApplicationPlayStatistics ====
|-
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.
| 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]].
|}


The number of entries in each array is the same.
=== IApplicationFunctions ===
This is "nn::am::service::IApplicationFunctions".


See also [[NACP_Format#PlayLogQueryCapability|PlayLogQueryCapability]].
{| class="wikitable" border="1"
 
|-
This uses [[Shared_Database_services|pdm:qry]] QueryApplicationPlayStatisticsForSystem.
! Cmd || Name
 
|-
==== QueryApplicationPlayStatisticsByUid ====
| 1 || [[#PopLaunchParameter]]
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 || [[#CreateApplicationAndPushAndRequestToStart]]
Same as [[#QueryApplicationPlayStatistics]] except this uses [[Shared_Database_services|pdm:qry]] cmd16, to get playstats specific to userIDs.
|-
 
| 11 || [3.0.0+] [[#CreateApplicationAndPushAndRequestToStartForQuest]]
==== ExecuteProgram ====
|-
Takes an input u32 [[#ProgramSpecifyKind]] and an input u64, no output.
| 12 || [4.0.0+] [[#CreateApplicationAndRequestToStart]]
 
|-
==== ClearUserChannel ====
| 13 || [4.0.0+] [[#CreateApplicationAndRequestToStartForQuest]]
No input/output.
|-
 
| 14 || [7.0.0+] [[#CreateApplicationWithAttributeAndPushAndRequestToStartForQuest]]
Clears the UserChannel used by [[#UnpopToUserChannel]].
|-
 
| 15 || [7.0.0+] [[#CreateApplicationWithAttributeAndRequestToStartForQuest]]
==== UnpopToUserChannel ====
|-
Takes an input [[#IStorage]], no output.
| 20 || [[#EnsureSaveData]]
 
|-
The input storage is pushed to the UserChannel. This is the same channel used by [[#LaunchParameterKind]] value 1.
| 21 || [[#GetDesiredLanguage]]
 
|-
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.
| 22 || [[#SetTerminateResult]]
 
|-
==== GetPreviousProgramIndex ====
| 23 || [[#GetDisplayVersion]]
No input, returns an output s32.
|-
 
| 24 || [2.0.0+] [[#GetLaunchStorageInfoForDebug]]
Gets the ProgramIndex of the Application which launched this title. The output ProgramIndex is -1 when there was no previous title.
|-
 
| 25 || [3.0.0+] ExtendSaveData
==== EnableApplicationAllThreadDumpOnCrash ====
|-
Takes an input u8 bool, no output.
| 26 || [3.0.0+] GetSaveDataSize
 
|-
==== GetGpuErrorDetectedSystemEvent ====
| 27 || [5.0.0+] CreateCacheStorage
No input, returns an output Event handle with autoclear=false.
|-
 
| 28 || [11.0.0+] [[#GetSaveDataSizeMax]]
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.
|-
 
| 29 || [11.0.0+] [[#GetCacheStorageMax]]
==== SetDelayTimeToAbortOnGpuError ====
|-
Takes an input s64 "nn::TimeSpan", no output.
| 30 || [[#BeginBlockingHomeButtonShortAndLongPressed]]
 
|-
==== GetFriendInvitationStorageChannelEvent ====
| 31 || [[#EndBlockingHomeButtonShortAndLongPressed]]
No input, returns an output Event handle with EventClearMode=0.
|-
 
| 32 || [[#BeginBlockingHomeButton]]
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.
|-
 
| 33 || [[#EndBlockingHomeButton]]
==== TryPopFromFriendInvitationStorageChannel ====
|-
No input, returns an output [[#IStorage]].
| 34 || [10.0.0-15.0.1] [[#SelectApplicationLicense]]
 
|-
This uses the same StorageChannel as [[#PushToFriendInvitationStorageChannel]].
| 35 || [11.0.0+] [[#GetDeviceSaveDataSizeMax]]
 
|-
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.
| 36 || [14.0.0+] GetLimitedApplicationLicense
 
|-
==== GetNotificationStorageChannelEvent ====
| 37 || [14.0.0+] GetLimitedApplicationLicenseUpgradableEvent
No input, returns an output Event handle with EventClearMode=0.
|-
 
| 40 || [[#NotifyRunning]]
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.
|-
 
| 50 || [2.0.0+] [[#GetPseudoDeviceId]]
==== TryPopFromNotificationStorageChannel ====
|-
No input, returns an output [[#IStorage]].
| 60 || [2.0.0+] [[#SetMediaPlaybackStateForApplication]]
 
|-
This uses the same StorageChannel as [[#PushToNotificationStorageChannel]].
| 65 || [3.0.0+] [[#IsGamePlayRecordingSupported]]
 
|-
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.
| 66 || [3.0.0+] [[#InitializeGamePlayRecording]]
 
|-
==== GetHealthWarningDisappearedSystemEvent ====
| 67 || [3.0.0+] [[#SetGamePlayRecordingState]]
No input, returns an output Event with EventClearMode=0.
|-
 
| 68 || [4.0.0+] [[#RequestFlushGamePlayingMovieForDebug]]
==== SetHdcpAuthenticationActivated ====
|-
Takes an input u8 bool, no output.
| 70 || [3.0.0+] [[#RequestToShutdown]]
 
|-
==== GetLaunchRequiredVersion ====
| 71 || [3.0.0+] [[#RequestToReboot]]
Takes an input [[NCM_services#ApplicationId|ApplicationId]], an u64, returns an output [[#LaunchRequiredVersion]].
|-
 
| 72 || [10.0.0+] [[#RequestToSleep]]
sdknso passes hard-coded value 0 for the u64.
|-
 
| 80 || [4.0.0+] [[#ExitAndRequestToShowThanksMessage]]
==== UpgradeLaunchRequiredVersion ====
|-
Takes an input [[#LaunchRequiredVersion]], an [[NCM_services#ApplicationId|ApplicationId]], an u64, no output.
| 90 || [4.0.0+] [[#EnableApplicationCrashReport]]
 
|-
sdknso passes hard-coded value 0 for the u64.
| 100 || [5.0.0+] [[#InitializeApplicationCopyrightFrameBuffer]]  
 
|-
==== SendServerMaintenanceOverlayNotification ====
| 101 || [5.0.0+] [[#SetApplicationCopyrightImage]]
Takes two input [[PCV_services#PosixTime|PosixTime]], no output.
|-
 
| 102 || [5.0.0+] [[#SetApplicationCopyrightVisibility]]
The second input value can optionally be 0.
|-
 
| 110 || [5.0.0+] [[#QueryApplicationPlayStatistics]]
==== GetLastApplicationExitReason ====
|-
No input, returns an output s32.
| 111 || [6.0.0+] [[#QueryApplicationPlayStatisticsByUid]]
 
|-
==== StartContinuousRecordingFlushForDebug ====
| 112 || [20.0.0+]
Takes an input s64 nanoseconds-value, returns an output Event handle with autoclear=false.
|-
 
| 113 || [20.0.0+]
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.
|-
 
| 120 || [5.0.0+] [[#ExecuteProgram]]
==== CreateMovieMaker ====
|-
Takes an input u64 size and a TransferMemory handle, returns an [[#IMovieMaker]].
| 121 || [5.0.0+] [[#ClearUserChannel]]
 
|-
Official sw retries using the cmd in a loop on error 0x8D4 with svcSleepThread(100000000) being used first.
| 122 || [5.0.0+] [[#UnpopToUserChannel]]
 
|-
Official sw uses permissions=None for the TransferMemory, with an user-specified buffer. The size of the buffer used by official sw is 0x6000000.
| 123 || [5.0.0+] [[#GetPreviousProgramIndex]]
 
|-
==== PrepareForJit ====
| 124 || [6.0.0+] [[#EnableApplicationAllThreadDumpOnCrash]]
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.
|-
 
| 130 || [8.0.0+] [[#GetGpuErrorDetectedSystemEvent]]
~IApplicationFunctions() includes:
|-
 
| 131 || [11.0.0+] [[#SetDelayTimeToAbortOnGpuError]]
    if (this->jit_process) {
        Terminate(this->jit_process);
        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.
 
=== IMovieMaker ===
This is "nn::am::service::IMovieMaker".
 
{| class="wikitable" border="1"
|-
|-
! Cmd || Name
| 140 || [9.0.0+] [[#GetFriendInvitationStorageChannelEvent]]
|-
|-
| 0 || [[#GetGrcMovieMaker]]
| 141 || [9.0.0+] [[#TryPopFromFriendInvitationStorageChannel]]  
|-
|-
| 1 || [[#GetLayerHandle]]
| 150 || [9.0.0+] [[#GetNotificationStorageChannelEvent]]
|}
|-
 
| 151 || [9.0.0+] [[#TryPopFromNotificationStorageChannel]]
==== GetGrcMovieMaker ====
|-
No input, returns a GRC [[GRC_services|IMovieMaker]].
| 160 || [9.0.0+] [[#GetHealthWarningDisappearedSystemEvent]]
 
|-
==== GetLayerHandle ====
| 170 || [9.0.0+] [[#SetHdcpAuthenticationActivated]]
No input, returns an output u64.
|-
 
| 180 || [10.1.0+] [[#GetLaunchRequiredVersion]]
== ILibraryAppletCreator ==
|-
This is "nn::am::service::ILibraryAppletCreator".
| 181 || [10.1.0+] [[#UpgradeLaunchRequiredVersion]]
 
|-
{| class="wikitable" border="1"
| 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]]
|-
|-
! Cmd || Name || Notes
| 310 || [20.0.0+] [[#RequestExitApplicationAndTryPopMessage|RequestExitApplicationAndTryPopMessage]]
|-
|-
| 0 || [[#CreateLibraryApplet]] ||
| 320 || [20.0.0+]
|-
|-
| 1 || [[#TerminateAllLibraryApplets]] ||
| 321 || [S2] [20.0.0+]
|-
|-
| 2 || [[#AreAnyLibraryAppletsLeft]] ||
| 330 || [20.2.0+] IsLanguageSelectionLimited
|-
|-
| 10 || [[#CreateStorage]] ||
| 500 || [5.0.0+] [[#StartContinuousRecordingFlushForDebug]]
|-
|-
| 11 || [[#CreateTransferMemoryStorage]] ||
| 1000 || [5.0.0+] [[#CreateMovieMaker]]
|-
|-
| 12 || [2.0.0+] [[#CreateHandleStorage]] ||
| 1001 || [5.0.0+] [[#PrepareForJit]]
|}
|}


=== CreateLibraryApplet ===
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 2 input u32s [[#AppletId]] and [[#LibraryAppletMode]], returns an [[#ILibraryAppletAccessor]].
* [[SVC|Creates]] TransferMemory using the input buffer and size, with permissions=0.
 
* Uses [[#InitializeGamePlayRecording]] with the TransferMemory.
=== TerminateAllLibraryApplets ===
* Closes the TransferMemory handle, + TransferMemory cleanup.
No input/output.
* Uses [[#SetGamePlayRecordingState]] with value 0x1.
This GamePlayRecording functionality presumably enables the video-recording usable starting with [[4.0.0]].


Stubbed with an ILibraryAppletCreator from [[#CreateSelfLibraryAppletCreatorForDevelop]], just returns an error.
==== PopLaunchParameter ====
Takes an input u32 [[#LaunchParameterKind]], returns an output [[#IStorage]].


Terminates all LibraryApplets which were created by the current applet (or by the Application when used from the [[#IApplicationAccessor]] cmd).
Pops a LaunchParameter [[#IStorage]], the storage will be removed from sysmodule state during this.


=== AreAnyLibraryAppletsLeft ===
==== CreateApplicationAndPushAndRequestToStart ====
No input, returns an output u8 bool.
Takes an input [[NCM_services#ApplicationId|ApplicationId]] and an input [[#IStorage]], no output. ApplicationId=0 can be used to relaunch the current application.


Stubbed with an ILibraryAppletCreator from [[#CreateSelfLibraryAppletCreatorForDevelop]], just returns an error.
==== CreateApplicationAndPushAndRequestToStartForQuest ====
Takes 2 input u32s (loaded from struct [[#ApplicationAttributeForQuest]]), an input [[NCM_services#ApplicationId|ApplicationId]], and an input [[#IStorage]], no output.


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).
==== CreateApplicationAndRequestToStart ====
Takes an input [[NCM_services#ApplicationId|ApplicationId]], no output.


=== CreateStorage ===
Same as [[#CreateApplicationAndPushAndRequestToStart]] except without the input storage, official sw uses this when no input storage is specified.
Takes an input s64 for the storage size, returns an [[#IStorage]].


This allocates a buffer with the specified size which can then be accessed via [[#IStorageAccessor]].
==== CreateApplicationAndRequestToStartForQuest ====
Takes 2 input u32s (loaded from struct [[#ApplicationAttributeForQuest]]) and an input [[NCM_services#ApplicationId|ApplicationId]], no output.


=== CreateTransferMemoryStorage ===
Same as [[#CreateApplicationAndPushAndRequestToStartForQuest]] except without the input storage, official sw uses this when no input storage is specified.
Takes an input TransferMemory copy-handle, an input u8 bool, and an s64 size, returns an [[#IStorage]].


The user-process creates the TransferMemory with permissions=0.
==== CreateApplicationWithAttributeAndPushAndRequestToStartForQuest ====
Takes an input [[NCM_services#ApplicationId|ApplicationId]], a type-0x15 input buffer containing an [[#ApplicationAttribute]], an input [[#IStorage]], no output.


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.
[21.0.0+] Now returns an output [[#IStorage]].


=== CreateHandleStorage ===
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]].
Takes an input copy-handle and an input s64, returns an [[#IStorage]]. In some cases the s64 must not have the negative bit set.


The input can be arbitrary, however official sw is only (?) known to use this for TransferMemory (with s64=size).
==== CreateApplicationWithAttributeAndRequestToStartForQuest ====
Takes an input [[NCM_services#ApplicationId|ApplicationId]] and a type-0x15 input buffer containing an [[#ApplicationAttribute]], no output.


=== ILibraryAppletAccessor ===
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]].
This is "nn::am::service::ILibraryAppletAccessor".
 
==== EnsureSaveData ====
Takes an input u128 userID, returns an output u64 size.
 
Calls sdk func <code>nn::fs::EnsureApplicationSaveData</code>. [[qlaunch]] also calls this same sdk func directly.
 
Creates the various savedata as specified by the application [[NACP_Format|control.nacp]] when the savedata doesn't exist.
 
Official user-processes launch the dataErase LibraryApplet depending on the Result, the above output size is used with this.
 
==== GetDesiredLanguage ====
No input, returns an output [[Settings_services#LanguageCode|LanguageCode]].
 
==== SetTerminateResult ====
Takes an input u32 '''Result''', no output.
 
For example, in some cases official apps use this with [[Error_codes|error]] 0x2A2 then uses svcBreak.
 
==== GetDisplayVersion ====
No input, returns an output 0x10-byte struct.


{| class="wikitable" border="1"
The output struct is "nn::oe::DisplayVersion". This the DisplayVersion string copied from the application [[NACP_Format|control.nacp]], this is always NUL-terminated.
|-
! Cmd || Name || Notes
|-
| 0 || [[#GetAppletStateChangedEvent]] ||
|-
| 1 || [[#IsCompleted]] ||
|-
| 10 || [[#Start]] ||
|-
| 20 || [[#RequestExit]] ||
|-
| 25 || [[#Terminate]] ||
|-
| 30 || [[#GetResult]] ||
|-
| 50 || [[#SetOutOfFocusApplicationSuspendingEnabled]] ||
|-
| 60 || [10.0.0+] [[#PresetLibraryAppletGpuTimeSliceZero]] ||
|-
| 100 || [[#PushInData]] ||
|-
| 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.
==== GetLaunchStorageInfoForDebug ====
No input, returns an output u8 [[Filesystem_services#StorageId|StorageId]] and u8 [[Filesystem_services#StorageId|StorageId]].


==== SetOutOfFocusApplicationSuspendingEnabled ====
This returns two u8s loaded from state, these are the same StorageIds from [[#ApplicationLaunchProperty]].
Takes an input u8 bool, no output.


Official sw will assert prior to using this if applet-service was not initialized as *Application.
==== GetSaveDataSizeMax ====
No input, returns two ouput s64s.


==== PresetLibraryAppletGpuTimeSliceZero ====
==== GetCacheStorageMax ====
No input/output.
No input, returns an output s32 and s64.


sdknso only uses with with [[Software_Keyboard|swkbd-inline]], immediately after creating the LibraryApplet.
==== BeginBlockingHomeButtonShortAndLongPressed ====
Takes an input s64, no output.


==== PushInData ====
Official user-processes use hard-coded value 0 for the s64.
Takes an input [[#IStorage]], no output.


==== PopOutData ====
Starts blocking the Home button.
No input, returns an output [[#IStorage]].


==== PushExtraStorage ====
==== EndBlockingHomeButtonShortAndLongPressed ====
Takes an input [[#IStorage]], no output.
No input/output.


==== PushInteractiveInData ====
Ends the blocking started by [[#BeginBlockingHomeButtonShortAndLongPressed]].
Takes an input [[#IStorage]], no output.


==== PopInteractiveOutData ====
==== BeginBlockingHomeButton ====
No input, returns an output [[#IStorage]].
Takes an input s64 nanoseconds, no output. The input nanoseconds can be zero.


==== GetPopOutDataEvent ====
==== EndBlockingHomeButton ====
No input, returns an output handle with autoclear=false.
No input/output.


==== GetPopInteractiveOutDataEvent ====
==== SelectApplicationLicense ====
No input, returns an output event handle with autoclear=false.
Takes an input array of [[#ApplicationLicenseType]], returns an output [[#ApplicationLicenseType]].


==== NeedsToExitProcess ====
==== GetDeviceSaveDataSizeMax ====
No input, returns an output u8 bool.
No input, returns two output s64s.


Stubbed, just returns an error.
==== NotifyRunning ====
Takes no input. Returns an output u8 bool, which is ignored by official user-processes.


==== RequestForAppletToGetForeground ====
==== GetPseudoDeviceId ====
No input/output.
No input, returns an output 0x10-byte "nn::util::Uuid" struct.


Stubbed, just returns an error.
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.


==== GetIndirectLayerConsumerHandle ====
==== SetMediaPlaybackStateForApplication ====
Takes an input PID and an input u64 AppletResourceUserId, returns an output u64 IndirectLayerConsumerHandle.
Takes an input u8 bool, no output.


Official sw uses this during LibraryApplet creation when [[#LibraryAppletMode]] is 0x3.
==== IsGamePlayRecordingSupported ====
No input, returns an output u8 bool.
 
==== InitializeGamePlayRecording ====
Takes a TransferMemory handle and an u64 for the size of the TransferMemory. The size must match 0x6000000 otherwise an error is returned.
 
==== SetGamePlayRecordingState ====
Takes an input u32. 0 = disable/pause, 1 = enable/restart.
 
==== RequestFlushGamePlayingMovieForDebug ====
No input/output.
 
Requests to save the video recording, as if the Capture-button was held.
 
==== RequestToShutdown ====
No input/output.
 
On success, official sw will enter an infinite loop with sleep-thread value 86400000000000.
 
==== RequestToReboot ====
No input/output.


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


{| class="wikitable" border="1"
==== RequestToSleep ====
|-
No input/output.
! Cmd || Name
 
|-
==== ExitAndRequestToShowThanksMessage ====
| 0 || [[#GetEventHandle]]
No input/output.
|-
 
| 1 || [[#ReceiveMessage]]
Used to exit the application and return to the kiosk menu. Official sw uses [[#UnlockExit]] immediately before this if needed.
|-
 
| 2 || [[#GetThisAppletKind]]
On success, official sw will enter an infinite loop with sleep-thread value 86400000000000.
|-
 
| 3 || [[#AllowToEnterSleep]]
This throws an error when the cached [[Settings_services#GetQuestFlag]] value is 0.
|-
 
| 4 || [[#DisallowToEnterSleep]]
==== EnableApplicationCrashReport ====
|-
Takes an input u8 bool, no output.
| 5 || [[#GetOperationMode]]
 
|-
==== InitializeApplicationCopyrightFrameBuffer ====
| 6 || [[#GetPerformanceMode]]
Takes an input TransferMemory handle, an s32 '''width''', an s32 '''height''', an u64 tmem_size, and no output.
|-
 
| 7 || [[#GetCradleStatus]]
tmem_size must be 0x40000-byte aligned. '''width''' must be 1-1280, and '''height''' must be 1-720.
|-
 
| 8 || [[#GetBootMode]]
User-processes create the tmem with an user-specified buffer with permissions=0. '''width''' = 1280 and '''height''' = 720.
|-
 
| 9 || [[#GetCurrentFocusState]]
After the validation checks pass the input is passed to [[OMM_services|ommdisp]] cmd500.
|-
 
| 10 || [[#RequestToAcquireSleepLock]]
This is used as an overlay for screenshots.
|-
 
| 11 || [[#ReleaseSleepLock]]
==== SetApplicationCopyrightImage ====
|-
Takes a type-0x45 input buffer, an s32 '''x''', an s32 '''y''', an s32 '''width''', an s32 '''height''', an s32 [[#WindowOriginMode]], and no output.
| 12 || [[#ReleaseSleepLockTransiently]]
 
|-
'''x''' and '''y''' must not have the negative bit set. '''width''' and '''height''' must not be <1.
| 13 || [[#GetAcquiredSleepLockEvent]]
 
|-
Sets the RGBA8 image for use with [[#InitializeApplicationCopyrightFrameBuffer]]. Overrides the current image, if this was already used previously.
| 14 || [11.0.0+] [[#GetWakeupCount]]
 
|-
==== SetApplicationCopyrightVisibility ====
| 20 || [[#PushToGeneralChannel]]
Takes an input u8 bool, no output.
|-
 
| 30 || [[#GetHomeButtonReaderLockAccessor]]
Sets the visibility for the image set by [[#SetApplicationCopyrightImage]], in screenshots. By default it's visible.
|-
 
| 31 || [2.0.0+] [[#GetReaderLockAccessorEx]]
==== QueryApplicationPlayStatistics ====
|-
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.
| 32 || [7.0.0+] [[#GetWriterLockAccessorEx]]
 
|-
The number of entries in each array is the same.
| 40 || [2.0.0+] [[#GetCradleFwVersion]]
 
|-
See also [[NACP_Format#PlayLogQueryCapability|PlayLogQueryCapability]].
| 50 || [3.0.0+] [[#IsVrModeEnabled]]
 
|-
This uses [[Shared_Database_services|pdm:qry]] QueryApplicationPlayStatisticsForSystem.
| 51 || [3.0.0+] [[#SetVrModeEnabled]]
 
|-
==== QueryApplicationPlayStatisticsByUid ====
| 52 || [4.0.0+] [[#SetLcdBacklighOffEnabled]]
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.
|-
 
| 53 || [7.0.0+] [[#BeginVrModeEx]]
Same as [[#QueryApplicationPlayStatistics]] except this uses [[Shared_Database_services|pdm:qry]] cmd16, to get playstats specific to userIDs.
|-
 
| 54 || [7.0.0+] [[#EndVrModeEx]]
==== ExecuteProgram ====
|-
Takes an input u32 [[#ProgramSpecifyKind]] and an input u64, no output.
| 55 || [3.0.0+] [[#IsInControllerFirmwareUpdateSection]]
 
|-
==== ClearUserChannel ====
| 59 || [11.0.0+] [[#SetVrPositionForDebug]]
No input/output.
|-
 
| 60 || [3.0.0+] [[#GetDefaultDisplayResolution]]
Clears the UserChannel used by [[#UnpopToUserChannel]].
|-
 
| 61 || [3.0.0+] [[#GetDefaultDisplayResolutionChangeEvent]]
==== UnpopToUserChannel ====
|-
Takes an input [[#IStorage]], no output.
| 62 || [4.0.0+] [[#GetHdcpAuthenticationState]]
 
|-
The input storage is pushed to the UserChannel. This is the same channel used by [[#LaunchParameterKind]] value 1.
| 63 || [4.0.0+] [[#GetHdcpAuthenticationStateChangeEvent]]
|-
| 64 || [5.0.0+] [[#SetTvPowerStateMatchingMode]]
|-
| 65 || [5.1.0+] [[#GetApplicationIdByContentActionName]]
|-
| 66 || [6.0.0+] [[#SetCpuBoostMode]]
|-
| 67 || [10.0.0+] [[#CancelCpuBoostMode]]
|-
| 68 || [11.0.0+] [[#GetBuiltInDisplayType]]
|-
| 80 || [6.0.0+] [[#PerformSystemButtonPressingIfInFocus]]
|-
| 90 || [7.0.0+] [[#SetPerformanceConfigurationChangedNotification]]
|-
| 91 || [7.0.0+] [[#GetCurrentPerformanceConfiguration]]
|-
| 100 || [9.1.0+] [[#SetHandlingHomeButtonShortPressedEnabled]]
|-
| 110 || [11.0.0+] [[#OpenMyGpuErrorHandler]]
|-
| 120 || [13.0.0+] GetAppletLaunchedHistory
|-
| 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]]).
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.


[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.
==== GetPreviousProgramIndex ====
No input, returns an output s32.


=== GetEventHandle ===
Gets the ProgramIndex of the Application which launched this title. The output ProgramIndex is -1 when there was no previous title.
No input. Returns an output event handle. This is signalled when a message is available with [[#ReceiveMessage]].


=== ReceiveMessage ===
==== EnableApplicationAllThreadDumpOnCrash ====
No input. Returns an output [[#AppletMessage]]. Error 0x680 indicates no message is available.
Takes an input u8 bool, no output.


=== GetThisAppletKind ===
==== GetGpuErrorDetectedSystemEvent ====
No input, returns an output [[#AppletKind]].
No input, returns an output Event handle with autoclear=false.


Stubbed, just returns an error.
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.


=== AllowToEnterSleep ===
==== SetDelayTimeToAbortOnGpuError ====
No input/output.
Takes an input s64 "nn::TimeSpan", no output.


Stubbed, just returns an error.
==== GetFriendInvitationStorageChannelEvent ====
No input, returns an output Event handle with EventClearMode=0.


=== DisallowToEnterSleep ===
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.
No input/output.


Stubbed, just returns an error.
==== TryPopFromFriendInvitationStorageChannel ====
No input, returns an output [[#IStorage]].


=== GetOperationMode ===
This uses the same StorageChannel as [[#PushToFriendInvitationStorageChannel]].
No input. Returns an output u8 for the current [[#OperationMode]].


=== GetPerformanceMode ===
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.
No input. Returns an output u32 for the current [[#PerformanceMode]].


=== GetCradleStatus ===
==== GetNotificationStorageChannelEvent ====
No input, returns an output u8.
No input, returns an output Event handle with EventClearMode=0.


This uses [[#omm]] GetCradleStatus.
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.


=== GetBootMode ===
==== TryPopFromNotificationStorageChannel ====
No input, returns an output u8.
No input, returns an output [[#IStorage]].


Returns the value from [[Process_Manager_services|pm:bm]] GetBootMode.
This uses the same StorageChannel as [[#PushToNotificationStorageChannel]].


=== GetCurrentFocusState ===
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.
No input. Returns an output u8 [[#FocusState]].


=== RequestToAcquireSleepLock ===
==== GetHealthWarningDisappearedSystemEvent ====
No input/output.
No input, returns an output Event with EventClearMode=0.
 
==== SetHdcpAuthenticationActivated ====
Takes an input u8 bool, no output.


=== ReleaseSleepLock ===
==== GetLaunchRequiredVersion ====
No input/output.
Takes an input [[NCM_services#ApplicationId|ApplicationId]], an u64, returns an output [[#LaunchRequiredVersion]].


=== ReleaseSleepLockTransiently ===
sdknso passes hard-coded value 0 for the u64.
No input/output.


=== GetAcquiredSleepLockEvent ===
==== UpgradeLaunchRequiredVersion ====
No input, returns an output Event handle with autoclear=false.
Takes an input [[#LaunchRequiredVersion]], an [[NCM_services#ApplicationId|ApplicationId]], an u64, no output.


=== GetWakeupCount ===
sdknso passes hard-coded value 0 for the u64.
No input, returns an output u64.


=== PushToGeneralChannel ===
==== SendServerMaintenanceOverlayNotification ====
Takes an input [[#IStorage]], no output.
Takes two input [[PCV_services#PosixTime|PosixTime]], no output.


This is not usable under an Application, however it is usable under a LibraryApplet.
The second input value can optionally be 0.


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:
==== GetLastApplicationExitReason ====
* <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.
No input, returns an output s32.
* <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.


=== GetHomeButtonReaderLockAccessor ===
==== Cmd210 ====
No input, returns an output [[#ILockAccessor]].
No input, returns an output Event handle.


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


=== GetReaderLockAccessorEx ===
The input must be <=1.
Takes an input u32, returns an output [[#ILockAccessor]].


The input value must be 0-3. 0 = HomeButton.
==== CreateMovieWriter ====
Takes 8-bytes of input and a handle. Returns an [[#IMovieWriter]].


=== GetWriterLockAccessorEx ===
This internally uses the GRC cmd to open an [[GRC_services|IMovieWriter]]. This is therefore not usable on NX since that cmd is stubbed.
Takes an input u32, returns an output [[#ILockAccessor]].


The input value must be 0-3. 0 = HomeButton.
==== RequestExitApplicationAndTryPopMessage ====
Takes an input [[#IStorage|IStorage]], no output.


=== GetCradleFwVersion ===
[21.0.0+] Now additionally takes a total of 0x18-bytes of input.
No input, returns 4 output u32s.


This uses [[#omm]] GetCradleFwVersion.
==== IsLanguageSelectionLimited ====
No input, returns 1-byte of output.


=== IsVrModeEnabled ===
On NX this just writes 0 to output and returns 0.
No input, returns an output u8 bool.


=== SetVrModeEnabled ===
==== StartContinuousRecordingFlushForDebug ====
Takes an input u8 bool flag. No output.
Takes an input s64 nanoseconds-value, returns an output Event handle with autoclear=false.


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}.
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.


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.
==== CreateMovieMaker ====
Takes an input u64 size and a TransferMemory handle, returns an [[#IMovieMaker]].


=== SetLcdBacklighOffEnabled ===
Official sw retries using the cmd in a loop on error 0x8D4 with svcSleepThread(100000000) being used first.
Takes an input u8 bool, no output.


Sets whether the LCD screen blacklight is turned off.
Official sw uses permissions=None for the TransferMemory, with an user-specified buffer. The size of the buffer used by official sw is 0x6000000.


=== BeginVrModeEx ===
==== PrepareForJit ====
No input/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.


Identical to [[#SetVrModeEnabled]] except with hard-coded flag=1.
~IApplicationFunctions() includes:


=== EndVrModeEx ===
    if (this->jit_process) {
No input/output.
        Terminate(this->jit_process);
        this->jit_process = nullptr;
    }


Identical to [[#SetVrModeEnabled]] except with hard-coded flag=0.
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.


=== IsInControllerFirmwareUpdateSection ===
AM can also optionally launch jit-sysmodule automatically if the [[NACP]] enables it.
No input, returns an output u8 bool.


=== SetVrPositionForDebug ===
[S2] This is no longer usable since this returns Result 0x408 (sysmodule doesn't exist).
Takes 4 input s32s, no output.


The s32s are: x, y, width, height.
=== IMovieWriter ===
This is "nn::am::service::IMovieWriter".


The cached value loaded from [[Settings_services#GetDebugModeFlag]] must be 1, otherwise an error is returned.
This was added with [19.0.0+].


width must be 1-1280, height must be 1-720.
{| class="wikitable" border="1"
|-
! Cmd || Name
|-
| 0 ||
|}


x and y must not be negative. x+width must be <=1280. y+height must be <=720.
==== Cmd0 ====
No input. Returns a GRC [[GRC_services|IMovieWriter]].


=== GetDefaultDisplayResolution ===
=== IMovieMaker ===
No input, returns two output s32s '''width''' and '''height'''.
This is "nn::am::service::IMovieMaker".


=== GetDefaultDisplayResolutionChangeEvent ===
{| class="wikitable" border="1"
No input, returns an output Event handle with autoclear=true.
|-
! Cmd || Name
|-
| 0 || [[#GetGrcMovieMaker]]
|-
| 1 || [[#GetLayerHandle]]
|}


=== GetHdcpAuthenticationState ===
==== GetGrcMovieMaker ====
No input, returns an output s32.
No input, returns a GRC [[GRC_services|IMovieMaker]].


=== GetHdcpAuthenticationStateChangeEvent ===
==== GetLayerHandle ====
No input, returns an output Event handle with autoclear=true.
No input, returns an output u64.


=== SetTvPowerStateMatchingMode ===
=== IPerformanceFunctions ===
Takes an input s32 [[#TvPowerStateMatchingMode]], no output.
This is "nn::am::service::IPerformanceFunctions".


=== GetApplicationIdByContentActionName ===
This is exclusive to Switch 2.
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).
{| class="wikitable" border="1"
|-
! Cmd || Name
|-
| 0 || IsCpuOverclockEnabled
|-
| 1 || SetCpuOverclockEnabled
|}


=== SetCpuBoostMode ===
=== IGraphicsScalingParametersFunctions ===
Takes an input u32 [[#CpuBoostMode]] and passes it to [[PPC_services#apm:sys|SetCpuBoostMode]].
This is "nn::am::service::IGraphicsScalingParametersFunctions".


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


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


This is not exposed by sdknso.
== ILibraryAppletCreator ==
This is "nn::am::service::ILibraryAppletCreator".


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].
{| class="wikitable" border="1"
|-
! Cmd || Name || Notes
|-
| 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]] ||
|}


=== PerformSystemButtonPressingIfInFocus ===
=== CreateLibraryAppletOld ===
Takes an input [[#SystemButtonType]], no output.
Unofficial name.


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 2 input u32s [[#AppletId]] and [[#LibraryAppletMode]], returns an [[#ILibraryAppletAccessor]].


=== SetPerformanceConfigurationChangedNotification ===
=== TerminateAllLibraryApplets ===
Takes an input u8 bool, no output.
No input/output.


=== GetCurrentPerformanceConfiguration ===
Stubbed with an ILibraryAppletCreator from [[#CreateSelfLibraryAppletCreatorForDevelop]], just returns an error.
No input, returns the result of calling [[PPC_services#apm:sys|GetCurrentPerformanceConfiguration]].


=== OpenMyGpuErrorHandler ===
Terminates all LibraryApplets which were created by the current applet (or by the Application when used from the [[#IApplicationAccessor]] cmd).
No input, returns an [[#IGpuErrorHandler]].


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


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


This returns the output from [[#GetOperationModeSystemInfo_2|omm GetOperationModeSystemInfo]].
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).


=== GetSettingsPlatformRegion ===
=== CreateLibraryApplet ===
No input, returns an output u8.
Unofficial name.


This just returns the output from [[Settings_services#GetPlatformRegion|setsys GetPlatformRegion]].
Takes 2 input u32s [[#AppletId]] and [[#LibraryAppletMode]], an u64 ThreadId, returns an [[#ILibraryAppletAccessor]].


=== ActivateMigrationService ===
The ThreadId is from the current-thread of the user-process which is using the cmd.
No input/output.


=== DeactivateMigrationService ===
=== CreateStorage ===
No input/output.
Takes an input s64 for the storage size, returns an [[#IStorage]].


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


=== SuppressDisablingSleepTemporarily ===
=== CreateTransferMemoryStorage ===
Takes an input u64 "nn::TimeSpanType", no output.
Takes an input TransferMemory copy-handle, an input u8 bool, and an s64 size, returns an [[#IStorage]].


=== SetRequestExitToLibraryAppletAtExecuteNextProgramEnabled ===
The user-process creates the TransferMemory with permissions=0.
No input/output.


=== IGpuErrorHandler ===
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.
This is "nn::am::service::IGpuErrorHandler".


This was added with [11.0.0+].
=== CreateHandleStorage ===
Takes an input copy-handle and an input s64, returns an [[#IStorage]]. In some cases the s64 must not have the negative bit set.


This uses various [[NV_services#nvgem:cd|nvgem:cd]] commands.
The input can be arbitrary, however official sw is only (?) known to use this for TransferMemory (with s64=size).
 
=== ILibraryAppletAccessor ===
This is "nn::am::service::ILibraryAppletAccessor".


{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
|-
! Cmd || Name
! Cmd || Name || Notes
|-
|-
| 100 || [[#GetManualGpuErrorInfoSize]]
| 0 || [[#GetAppletStateChangedEvent]] ||
|-
|-
| 101 || [[#GetManualGpuErrorInfo]]
| 1 || [[#IsCompleted]] ||
|-
|-
| 102 || [[#GetManualGpuErrorDetectionSystemEvent]]
| 10 || [[#Start]] ||
|-
|-
| 103 || [[#FinishManualGpuErrorHandling]]
| 20 || [[#RequestExit]] ||
|}
 
==== 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 ==
This is "nn::am::service::ISelfController".
 
{| class="wikitable" border="1"
|-
|-
! Cmd || Name
| 25 || [[#Terminate]] ||
|-
|-
| 0 || [[#Exit]]
| 30 || [[#GetResult]] ||
|-
|-
| 1 || [[#LockExit]]
| 50 || [[#SetOutOfFocusApplicationSuspendingEnabled]] ||
|-
|-
| 2 || [[#UnlockExit]]
| 60 || [10.0.0+] [[#PresetLibraryAppletGpuTimeSliceZero]] ||
|-
|-
| 3 || [2.0.0+] [[#EnterFatalSection]]
| 70 || [S2] ||
|-
|-
| 4 || [2.0.0+] [[#LeaveFatalSection]]
| 80 || [19.0.0+] RequestForLibraryAppletToGetForeground ||
|-
|-
| 9 || [[#GetLibraryAppletLaunchableEvent]]
| 81 || [19.0.0+] GetCurrentChildLibraryApplet ||
|-
|-
| 10 || [[#SetScreenShotPermission]]
| 90 || [20.0.0+] ||
|-
|-
| 11 || [[#SetOperationModeChangedNotification]]
| 100 || [[#PushInData]] ||
|-
|-
| 12 || [[#SetPerformanceModeChangedNotification]]
| 101 || [[#PopOutData]] ||
|-
|-
| 13 || [[#SetFocusHandlingMode]]
| 102 || [[#PushExtraStorage]] ||
|-
|-
| 14 || [[#SetRestartMessageEnabled]]
| 103 || [[#PushInteractiveInData]] ||
|-
|-
| 15 || [2.0.0+] [[#SetScreenShotAppletIdentityInfo]]
| 104 || [[#PopInteractiveOutData]] ||
|-
|-
| 16 || [2.0.0+] [[#SetOutOfFocusSuspendingEnabled]]
| 105 || [[#GetPopOutDataEvent]] ||
|-
|-
| 17 || [3.0.0+] [[#SetControllerFirmwareUpdateSection]]
| 106 || [[#GetPopInteractiveOutDataEvent]] ||
|-
|-
| 18 || [3.0.0+] [[#SetRequiresCaptureButtonShortPressedMessage]]
| 110 || [[#NeedsToExitProcess]] ||
|-
|-
| 19 || [3.0.0+] [[#SetAlbumImageOrientation]]
| 120 || [[#GetLibraryAppletInfo]] ||
|-
|-
| 20 || [4.0.0+] [[#SetDesirableKeyboardLayout]]
| 150 || [[#RequestForAppletToGetForeground]] ||
|-
|-
| 21 || [13.0.0+] GetScreenShotProgramId
| 160 || [2.0.0+] [[#GetIndirectLayerConsumerHandle]] ||
|-
|-
| 40 || [[#CreateManagedDisplayLayer]]
| 170 || [22.0.0+]
|-
|}
| 41 || [4.0.0+] [[#IsSystemBufferSharingEnabled]]
 
|-
Commands <=30 are inherited from [[#IAppletAccessor]]. GetLibraryAppletInfo is identical to the [[#ILibraryAppletSelfAccessor]] cmd.
| 42 || [4.0.0+] [[#GetSystemSharedLayerHandle]]
 
|-
==== SetOutOfFocusApplicationSuspendingEnabled ====
| 43 || [5.0.0+] [[#GetSystemSharedBufferHandle]]
Takes an input u8 bool, no output.
|-
 
| 44 || [10.0.0+] [[#CreateManagedDisplaySeparableLayer]]
Official sw will assert prior to using this if applet-service was not initialized as *Application.
|-
 
| 45 || [10.0.0+] [[#SetManagedDisplayLayerSeparationMode]]
==== PresetLibraryAppletGpuTimeSliceZero ====
|-
No input/output.
| 46 || [13.0.0+] [[#SetRecordingLayerCompositionEnabled]]
 
|-
sdknso only uses with with [[Software_Keyboard|swkbd-inline]], immediately after creating the LibraryApplet.
| 50 || [[#SetHandlesRequestToDisplay]]
 
|-
==== PushInData ====
| 51 || [[#ApproveToDisplay]]
Takes an input [[#IStorage]], no output.
|-
 
| 60 || [[#OverrideAutoSleepTimeAndDimmingTime]]
==== PopOutData ====
|-
No input, returns an output [[#IStorage]].
| 61 || [[#SetMediaPlaybackState]]
 
|-
==== PushExtraStorage ====
| 62 || [[#SetIdleTimeDetectionExtension]]
Takes an input [[#IStorage]], no output.
|-
 
| 63 || [[#GetIdleTimeDetectionExtension]]
==== PushInteractiveInData ====
|-
Takes an input [[#IStorage]], no output.
| 64 || [[#SetInputDetectionSourceSet]]
 
==== 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"
|-
|-
| 65 || [2.0.0+] [[#ReportUserIsActive]]
! Cmd || Name
|-
|-
| 66 || [3.0.0+] [[#GetCurrentIlluminance]]
| 0 || [[#GetEventHandle]]
|-
|-
| 67 || [3.0.0+] [[#IsIlluminanceAvailable]]
| 1 || [[#ReceiveMessage]]
|-
|-
| 68 || [5.0.0+] [[#SetAutoSleepDisabled]]
| 2 || [[#GetThisAppletKind]]
|-
|-
| 69 || [5.0.0+] [[#IsAutoSleepDisabled]]
| 3 || [[#AllowToEnterSleep]]
|-
|-
| 70 || [4.0.0+] [[#ReportMultimediaError]]
| 4 || [[#DisallowToEnterSleep]]
|-
|-
| 71 || [5.0.0+] [[#GetCurrentIlluminanceEx]]
| 5 || [[#GetOperationMode]]
|-
| 6 || [[#GetPerformanceMode]]
|-
| 7 || [[#GetCradleStatus]]
|-
| 8 || [[#GetBootMode]]
|-
| 9 || [[#GetCurrentFocusState]]
|-
| 10 || [[#RequestToAcquireSleepLock]]
|-
| 11 || [[#ReleaseSleepLock]]
|-
|-
| 72 || [9.0.0+] [[#SetInputDetectionPolicy]]
| 12 || [[#ReleaseSleepLockTransiently]]
|-
|-
| 80 || [4.0.0+] [[#SetWirelessPriorityMode]]
| 13 || [[#GetAcquiredSleepLockEvent]]
|-
|-
| 90 || [6.0.0+] [[#GetAccumulatedSuspendedTickValue]]
| 14 || [11.0.0+] [[#GetWakeupCount]]
|-
|-
| 91 || [6.0.0+] [[#GetAccumulatedSuspendedTickChangedEvent]]
| 15 || [19.0.0+]  
|-
|-
| 100 || [7.0.0+] [[#SetAlbumImageTakenNotificationEnabled]]
| 20 || [[#PushToGeneralChannel]]
|-
|-
| 110 || [8.0.0+] [[#SetApplicationAlbumUserData]]
| 30 || [[#GetHomeButtonReaderLockAccessor]]
|-
|-
| 120 || [11.0.0+] [[#SaveCurrentScreenshot]]
| 31 || [2.0.0+] [[#GetReaderLockAccessorEx]]
|-
|-
| 130 || [13.0.0+] [[#SetRecordVolumeMuted]]
| 32 || [7.0.0+] [[#GetWriterLockAccessorEx]]
|-
|-
| 1000 || [7.0.0+] [[#GetDebugStorageChannel]]
| 40 || [2.0.0+] [[#GetCradleFwVersion]]
|}
|-
 
| 50 || [3.0.0+] [[#IsVrModeEnabled]]
=== Exit ===
|-
No input/output.
| 51 || [3.0.0+] [[#SetVrModeEnabled]]
 
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
| 52 || [4.0.0+] [[#SetLcdBacklighOffEnabled]]
|-
|-
| 0 || Inherit from parent applet
| 53 || [7.0.0+] [[#BeginVrModeEx]]
|-
|-
| 1 || Enable
| 54 || [7.0.0+] [[#EndVrModeEx]]
|-
|-
| 2 || Disable
| 55 || [3.0.0+] [[#IsInControllerFirmwareUpdateSection]]
|-
|-
|}
| 59 || [11.0.0+] [[#SetVrPositionForDebug]]
 
|-
=== SetOperationModeChangedNotification ===
| 60 || [3.0.0+] [[#GetDefaultDisplayResolution]]
Takes an input u8 bool flag. No output.
|-
 
| 61 || [3.0.0+] [[#GetDefaultDisplayResolutionChangeEvent]]
=== SetPerformanceModeChangedNotification ===
|-
Takes an input u8 bool flag. No output.
| 62 || [4.0.0+] [[#GetHdcpAuthenticationState]]
 
|-
=== SetFocusHandlingMode ===
| 63 || [4.0.0+] [[#GetHdcpAuthenticationStateChangeEvent]]
Takes 3 input u8s with each field located immediately after the previous u8, these are bool flags. No output.
|-
 
| 64 || [5.0.0+] [[#SetTvPowerStateMatchingMode]]
=== SetRestartMessageEnabled ===
|-
Takes an input u8 bool flag, no output.
| 65 || [5.1.0+] [[#GetApplicationIdByContentActionName]]
 
|-
See [[#AppletMessage]].
| 66 || [6.0.0+] [[#SetCpuBoostMode]]
 
|-
=== SetScreenShotAppletIdentityInfo ===
| 67 || [10.0.0+] [[#CancelCpuBoostMode]]
Takes an input [[#AppletIdentityInfo]], no output.
|-
 
| 68 || [11.0.0+] [[#GetBuiltInDisplayType]]
=== SetOutOfFocusSuspendingEnabled ===
|-
Takes an input u8 bool flag. No output.
| 80 || [6.0.0+] [[#PerformSystemButtonPressingIfInFocus]]
 
|-
=== SetControllerFirmwareUpdateSection ===
| 90 || [7.0.0+] [[#SetPerformanceConfigurationChangedNotification]]
Takes an input u8 bool flag, no output.
|-
 
| 91 || [7.0.0+] [[#GetCurrentPerformanceConfiguration]]
This throws error 0x40280 when the internal state flag already matches the input value.
|-
 
| 100 || [9.1.0+] [[#SetHandlingHomeButtonShortPressedEnabled]]
=== SetRequiresCaptureButtonShortPressedMessage ===
|-
Takes an input u8 bool flag, no output.
| 110 || [11.0.0+] [[#OpenMyGpuErrorHandler]]
 
|-
See [[#AppletMessage]].
| 120 || [13.0.0+] GetAppletLaunchedHistory
 
|-
When enabled with a non-Overlay applet, Overlay applet will not be notified of capture button short-presses for screenshots.
| 130 || [21.0.0+] EnableStartupLogoDisappearedMessage
 
|-
=== SetAlbumImageOrientation ===
| 200 || [7.0.0+] [[#GetOperationModeSystemInfo]]
Takes an input u32 "nn::album::ImageOrientation". No output.
|-
 
| 300 || [9.0.0+] [[#GetSettingsPlatformRegion]]
The input value must not be >3.
|-
 
| 400 || [10.0.0+] [[#ActivateMigrationService]]
=== SetDesirableKeyboardLayout ===
|-
Takes an input u32, no output.
| 401 || [10.0.0+] [[#DeactivateMigrationService]]
 
|-
The input u32 is "nn::settings::KeyboardLayout".
| 500 || [11.0.0+] [[#DisableSleepTillShutdown]]
 
|-
=== CreateManagedDisplayLayer ===
| 501 || [11.0.0+] [[#SuppressDisablingSleepTemporarily]]
Returns an output u64 LayerId which is then used by the user-process with [[Display_services#OpenLayer]].
|-
| 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
|}


=== IsSystemBufferSharingEnabled ===
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]]).
No input/output.


Not available when the current applet is an Application ([[#AppletId]] == 0x01).
[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.


Checks whether SystemBufferSharing is enabled, throwing an error otherwise.
=== GetEventHandle ===
No input. Returns an output event handle. This is signalled when a message is available with [[#ReceiveMessage]].


=== GetSystemSharedLayerHandle ===
=== ReceiveMessage ===
No input, returns two output u64s "nn::vi::fbshare::SharedBufferHandle" and "nn::vi::fbshare::SharedLayerHandle".
No input. Returns an output [[#AppletMessage]]. Error 0x680 indicates no message is available.


Runs code similar to [[#IsSystemBufferSharingEnabled]] first.
=== GetThisAppletKind ===
No input, returns an output [[#AppletKind]].


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


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


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


=== CreateManagedDisplaySeparableLayer ===
=== DisallowToEnterSleep ===
No input, returns two output u64 LayerIds.
No input/output.


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.
Stubbed, just returns an error.


=== SetManagedDisplayLayerSeparationMode ===
=== GetOperationMode ===
Takes an input u32, no output.
No input. Returns an output u8 for the current [[#OperationMode]].


sdknso exposes this as <code>nn::vi::SetRecordingLayerEnabled(bool)</code>.
=== GetPerformanceMode ===
No input. Returns an output u32 for the current [[#PerformanceMode]].


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


=== SetRecordingLayerCompositionEnabled ===
This uses [[#omm]] GetCradleStatus.
Takes an input bool, no output.


=== SetHandlesRequestToDisplay ===
=== GetBootMode ===
Takes an input u8 bool, no output.
No input, returns an output u8.


Sets an internal state flag. When the input flag is 0, this will in additional run the same code as [[#ApproveToDisplay]].
Returns the value from [[Process_Manager_services|pm:bm]] GetBootMode.


See [[#AppletMessage]].
=== GetCurrentFocusState ===
No input. Returns an output u8 [[#FocusState]].


=== ApproveToDisplay ===
=== RequestToAcquireSleepLock ===
No input/output.
No input/output.


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


=== OverrideAutoSleepTimeAndDimmingTime ===
=== ReleaseSleepLockTransiently ===
Takes 4 input s32s, no output.
No input/output.


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


=== SetIdleTimeDetectionExtension ===
=== GetWakeupCount ===
Takes an input u32, no output.
No input, returns an output u64.


The input value must be 0-2: 0 = disabled, 1 = Extended, and 2 = ExtendedUnsafe.
=== PushToGeneralChannel ===
Takes an input [[#IStorage]], no output.


=== GetIdleTimeDetectionExtension ===
This is not usable under an Application, however it is usable under a LibraryApplet.
No input, returns an output u32.


Returns the value set by [[#SetIdleTimeDetectionExtension]].
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:
* <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.


=== SetInputDetectionSourceSet ===
=== GetHomeButtonReaderLockAccessor ===
Takes an input u32, no output.
No input, returns an output [[#ILockAccessor]].


=== ReportUserIsActive ===
Similar to using [[#GetReaderLockAccessorEx]] with inval=0.
No input/output.


Uses idle:sys ReportUserIsActive.
=== GetReaderLockAccessorEx ===
Takes an input u32, returns an output [[#ILockAccessor]].


Reports that the user is active, for idle detection (screen dimming / auto-sleep). This is equivalent to when the user uses HID input.
The input value must be 0-3. 0 = HomeButton.


=== GetCurrentIlluminance ===
=== GetWriterLockAccessorEx ===
No input, returns an output float.
Takes an input u32, returns an output [[#ILockAccessor]].


Uses [[Backlight_services|lbl]] command GetAmbientLightSensorValue, where only the output float is used.
The input value must be 0-3. 0 = HomeButton.


=== IsIlluminanceAvailable ===
=== GetCradleFwVersion ===
No input, returns an output u8 bool.
No input, returns 4 output u32s.


Uses [[Backlight_services|lbl]] command IsAmbientLightSensorAvailable.
This uses [[#omm]] GetCradleFwVersion.


User-processes can use this to determine whether to continue with using GetCurrentIlluminance(Ex).
=== IsVrModeEnabled ===
 
=== SetAutoSleepDisabled ===
Takes an input u8 bool, no output.
 
=== IsAutoSleepDisabled ===
No input, returns an output u8 bool.
No input, returns an output u8 bool.


=== ReportMultimediaError ===
=== SetVrModeEnabled ===
Takes an input Result and a type-0x5 input buffer, no output.
Takes an input u8 bool flag. No output.


The buffer contains a 0x138-byte "movie::MultimediaTelemetryReport" struct.
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}.


=== GetCurrentIlluminanceEx ===
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.
No input, returns an output u8 bool and float.


Uses [[Backlight_services|lbl]] command GetAmbientLightSensorValue.
=== SetLcdBacklighOffEnabled ===
Takes an input u8 bool, no output.


=== SetInputDetectionPolicy ===
Sets whether the LCD screen blacklight is turned off.
Takes an input [[#InputDetectionPolicy]], no output.


=== SetWirelessPriorityMode ===
=== BeginVrModeEx ===
Takes an input s32 [[#WirelessPriorityMode]], no output.
No input/output.


=== GetAccumulatedSuspendedTickValue ===
Identical to [[#SetVrModeEnabled]] except with hard-coded flag=1.
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.
=== EndVrModeEx ===
No input/output.


=== GetAccumulatedSuspendedTickChangedEvent ===
Identical to [[#SetVrModeEnabled]] except with hard-coded flag=0.
No input, returns an output Event handle with autoclear=true.


This is signaled when the output from [[#GetAccumulatedSuspendedTickValue]] is updated.
=== IsInControllerFirmwareUpdateSection ===
No input, returns an output u8 bool.


=== SetAlbumImageTakenNotificationEnabled ===
=== SetVrPositionForDebug ===
Takes an input u8 bool, no output.
Takes 4 input s32s, no output.
 
The s32s are: x, y, width, height.


See [[#AppletMessage]].
The cached value loaded from [[Settings_services#GetDebugModeFlag]] must be 1, otherwise an error is returned.


=== SetApplicationAlbumUserData ===
width must be 1-1280, height must be 1-720.
Takes a type-0x21 input buffer, no output.


The buffer contains arbitrary UserData.
x and y must not be negative. x+width must be <=1280. y+height must be <=720.


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.
=== GetDefaultDisplayResolution ===
No input, returns two output s32s '''width''' and '''height'''.


=== SaveCurrentScreenshot ===
=== GetDefaultDisplayResolutionChangeEvent ===
Takes an input s32 [[Capture_services#AlbumReportOption|AlbumReportOption]], no output.
No input, returns an output Event handle with autoclear=true.


sdknso exposes this under "nn::album::".
=== GetHdcpAuthenticationState ===
No input, returns an output s32.


=== SetRecordVolumeMuted ===
=== GetHdcpAuthenticationStateChangeEvent ===
Takes an input bool, no output.
No input, returns an output Event handle with autoclear=true.


=== GetDebugStorageChannel ===
=== SetTvPowerStateMatchingMode ===
No input, returns an output [[#IStorageChannel]].
Takes an input s32 [[#TvPowerStateMatchingMode]], 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.
=== GetApplicationIdByContentActionName ===
Takes a type-0x5 input buffer containing a string, returns an output [[NCM_services#ApplicationId|ApplicationId]].


== IStorageChannel ==
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).
This is "nn::am::service::IStorageChannel".


This was added with [7.0.0+].
=== SetCpuBoostMode ===
Takes an input u32 [[#CpuBoostMode]] and passes it to [[PPC_services#apm:sys|SetCpuBoostMode]].


{| class="wikitable" border="1"
=== CancelCpuBoostMode ===
|-
No input/output.
! 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 ==
=== GetBuiltInDisplayType ===
This is "nn::am::service::IWindowController".
No input, returns an output s32.


{| class="wikitable" border="1"
This is not exposed by sdknso.
|-
! 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 ===
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].
Takes an input u32, returns an output [[#IWindow]].


Stubbed, just returns an error.
=== PerformSystemButtonPressingIfInFocus ===
Takes an input [[#SystemButtonType]], no output.


=== GetAppletResourceUserId ===
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.
No input, returns an output u64 [[#AppletResourceUserId]].


=== GetAppletResourceUserIdOfCallerApplet ===
=== SetPerformanceConfigurationChangedNotification ===
No input, returns an output u64 [[#AppletResourceUserId]].
Takes an input u8 bool, no output.


=== AcquireForegroundRights ===
=== GetCurrentPerformanceConfiguration ===
No input/output.
No input, returns the result of calling [[PPC_services#apm:sys|GetCurrentPerformanceConfiguration]].


Just returns 0.
=== OpenMyGpuErrorHandler ===
No input, returns an [[#IGpuErrorHandler]].


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


Just returns 0.
=== GetOperationModeSystemInfo ===
No input, returns an output u32.


=== RejectToChangeIntoBackground ===
This returns the output from [[#GetOperationModeSystemInfo_2|omm GetOperationModeSystemInfo]].
No input/output.


Just returns 0.
=== GetSettingsPlatformRegion ===
No input, returns an output u8.


=== SetAppletWindowVisibility ===
This just returns the output from [[Settings_services#GetPlatformRegion|setsys GetPlatformRegion]].
Takes an input u8 bool, no output.


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


The input s64 must not be negative.
Besides various other functionality, if required this eventually uses [[NS_Services|ns]] LaunchLibraryApplet to launch [[Migration_services|migration]].


== IAudioController ==
=== DeactivateMigrationService ===
This is "nn::am::service::IAudioController".
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"
{| class="wikitable" border="1"
Line 2,381: Line 2,577:
! 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 ==
This is "nn::am::service::IDisplayController".


{| class="wikitable" border="1"
{| class="wikitable" border="1"
Line 2,418: Line 2,609:
! 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]]
|-
| 19 || [3.0.0+] [[#SetAlbumImageOrientation]]
|-
| 20 || [4.0.0+] [[#SetDesirableKeyboardLayout]]
|-
| 21 || [13.0.0+] GetScreenShotProgramId
|-
| 22 || [19.0.0+] GetScreenShotAcdIndex
|-
|-
| 15 || [[#ReleaseCallerAppletCaptureBuffer]]
| 23 || [19.0.0+] GetScreenShotApparentPlatform
|-
|-
| 16 || [[#AcquireLastApplicationCaptureBufferEx]]
| 24 || [19.0.0+] GetScreenShotApplicationProperty
|-
|-
| 17 || [[#AcquireLastForegroundCaptureBufferEx]]
| 40 || [[#CreateManagedDisplayLayer]]
|-
|-
| 18 || [[#AcquireCallerAppletCaptureBufferEx]]
| 41 || [4.0.0+] [[#IsSystemBufferSharingEnabled]]
|-
|-
| 20 || [3.0.0+] [[#ClearCaptureBuffer]]
| 42 || [4.0.0+] [[#GetSystemSharedLayerHandle]]
|-
|-
| 21 || [3.0.0+] [[#ClearAppletTransitionBuffer]]
| 43 || [5.0.0+] [[#GetSystemSharedBufferHandle]]
|-
|-
| 22 || [4.0.0+] [[#AcquireLastApplicationCaptureSharedBuffer]]
| 44 || [10.0.0+] [[#CreateManagedDisplaySeparableLayer]]
|-
|-
| 23 || [4.0.0+] [[#ReleaseLastApplicationCaptureSharedBuffer]]
| 45 || [10.0.0+] [[#SetManagedDisplayLayerSeparationMode]]
|-
|-
| 24 || [4.0.0+] [[#AcquireLastForegroundCaptureSharedBuffer]]
| 46 || [13.0.0+] [[#SetRecordingLayerCompositionEnabled]]
|-
|-
| 25 || [4.0.0+] [[#ReleaseLastForegroundCaptureSharedBuffer]]
| 50 || [[#SetHandlesRequestToDisplay]]
|-
|-
| 26 || [4.0.0+] [[#AcquireCallerAppletCaptureSharedBuffer]]
| 51 || [[#ApproveToDisplay]]
|-
|-
| 27 || [4.0.0+] [[#ReleaseCallerAppletCaptureSharedBuffer]]
| 60 || [[#OverrideAutoSleepTimeAndDimmingTime]]
|-
|-
| 28 || [6.0.0+] [[#TakeScreenShotOfOwnLayerEx]]
| 61 || [[#SetMediaPlaybackState]]
|}
|-
 
| 62 || [[#SetIdleTimeDetectionExtension]]
=== GetLastForegroundCaptureImage ===
|-
Takes a type-0x6 output buffer.
| 63 || [[#GetIdleTimeDetectionExtension]]
 
|-
Stubbed, just returns an error.
| 64 || [[#SetInputDetectionSourceSet]]
 
|-
=== UpdateLastForegroundCaptureImage ===
| 65 || [2.0.0+] [[#ReportUserIsActive]]
No input/output.
|-
 
| 66 || [3.0.0+] [[#GetCurrentIlluminance]]
=== GetLastApplicationCaptureImage ===
|-
Takes a type-0x6 output buffer.
| 67 || [3.0.0+] [[#IsIlluminanceAvailable]]
 
|-
Stubbed, just returns an error.
| 68 || [5.0.0+] [[#SetAutoSleepDisabled]]
 
|-
=== GetCallerAppletCaptureImage ===
| 69 || [5.0.0+] [[#IsAutoSleepDisabled]]
Takes a type-0x6 output buffer.
|-
 
| 70 || [4.0.0+] [[#ReportMultimediaError]]
Stubbed, just returns an error.
|-
 
| 71 || [5.0.0+] [[#GetCurrentIlluminanceEx]]
=== UpdateCallerAppletCaptureImage ===
|-
No input/output.
| 72 || [9.0.0+] [[#SetInputDetectionPolicy]]
 
|-
Calls the same func internally as [[#UpdateLastForegroundCaptureImage]], except this passes param value 2 instead of 1.
| 73 || [21.0.0+]
 
|-
=== GetLastForegroundCaptureImageEx ===
| 80 || [4.0.0+] [[#SetWirelessPriorityMode]]
Takes a type-0x6 output buffer, returns an output u8 bool.
|-
 
| 90 || [6.0.0+] [[#GetAccumulatedSuspendedTickValue]]
The buffer size must match 0x384000.
|-
| 91 || [6.0.0+] [[#GetAccumulatedSuspendedTickChangedEvent]]
|-
| 100 || [7.0.0+] [[#SetAlbumImageTakenNotificationEnabled]]
|-
| 110 || [8.0.0+] [[#SetApplicationAlbumUserData]]
|-
| 120 || [11.0.0+] [[#SaveCurrentScreenshot]]
|-
| 130 || [13.0.0+] [[#SetRecordVolumeMuted]]
|-
| 200 || [20.0.0+]
|-
| 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+]
|}


=== GetLastApplicationCaptureImageEx ===
=== Exit ===
Takes a type-0x6 output buffer, returns an output u8 bool.
No input/output.


The buffer size must match 0x384000.
Exits the current applet. On success, official sw will enter an infinite loop with sleep-thread value 86400000000000.


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


=== GetCallerAppletCaptureImageEx ===
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).
Takes a type-0x6 output buffer, returns an output u8 bool.


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


Calls the same internal func as [[#GetLastForegroundCaptureImageEx]], except that the last param is set to value 2 instead of 1.
Unlocks exit process, if LockExit was previously used.


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


=== CopyBetweenCaptureBuffers ===
=== LeaveFatalSection ===
Takes two input s32s, no output.
 
=== AcquireLastApplicationCaptureBuffer ===
No input, returns an output handle.
 
Stubbed, just returns an error.
 
=== 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"
 
|-
=== AcquireCallerAppletCaptureBuffer ===
! Value || Description
No input, returns an output handle.
|-
| 0 || Inherit from parent applet
|-
| 1 || Enable
|-
| 2 || Disable
|-
|}


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


=== ReleaseCallerAppletCaptureBuffer ===
=== SetPerformanceModeChangedNotification ===
No input/output.
Takes an input u8 bool flag. No output.


Same as [[#ReleaseLastApplicationCaptureBuffer]] except with a different state field + different input param for the called func.
=== SetFocusHandlingMode ===
Takes 3 input u8s with each field located immediately after the previous u8, these are bool flags. No output.


=== AcquireLastApplicationCaptureBufferEx ===
=== SetRestartMessageEnabled ===
No input, returns an output TransferMemory handle and an output u8 bool.
Takes an input u8 bool flag, 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.
See [[#AppletMessage]].


On old sysvers, the output TransferMemory is size 0x384000 with permissions=RW.
=== SetScreenShotAppletIdentityInfo ===
Takes an input [[#AppletIdentityInfo]], no output.


=== AcquireLastForegroundCaptureBufferEx ===
=== SetOutOfFocusSuspendingEnabled ===
No input, returns an output TransferMemory handle and an output u8 bool.
Takes an input u8 bool flag. No output.


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


=== AcquireCallerAppletCaptureBufferEx ===
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 [[#ReleaseCallerAppletCaptureBuffer]] state field, and uses a different input param value for the called func.
=== SetRequiresCaptureButtonShortPressedMessage ===
Takes an input u8 bool flag, no output.


=== ClearCaptureBuffer ===
See [[#AppletMessage]].
Takes an input u8 bool, a s32 CaptureSharedBuffer, and an u32 color, returns no output.
 
When enabled with a non-Overlay applet, Overlay applet will not be notified of capture button short-presses for screenshots.
 
=== SetAlbumImageOrientation ===
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 ===
 
=== ReleaseLastApplicationCaptureSharedBuffer ===
No input/output.
No input/output.


Depending on whether a state field is 0, this just returns an error or returns 0.
Not available when the current applet is an Application ([[#AppletId]] == 0x01).


=== AcquireLastForegroundCaptureSharedBuffer ===
Checks whether SystemBufferSharing is enabled, throwing an error otherwise.
No input, returns an output u8 bool and an s32.


Calls the same func internally as [[#AcquireLastApplicationCaptureSharedBuffer]], except this passes value 1 for the last param instead of 0.
=== GetSystemSharedLayerHandle ===
No input, returns two output u64s "nn::vi::fbshare::SharedBufferHandle" and "nn::vi::fbshare::SharedLayerHandle".


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


Calls the same func internally as [[#ReleaseLastApplicationCaptureSharedBuffer]], except this passes value 1 for the last param instead of 0.
=== GetSystemSharedBufferHandle ===
No input, returns an output u64 "nn::vi::fbshare::SharedBufferHandle".


=== AcquireCallerAppletCaptureSharedBuffer ===
Runs code similar to [[#IsSystemBufferSharingEnabled]] first.
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.
Same as [[#GetSystemSharedLayerHandle]] except this just gets the SharedBufferHandle.


=== ReleaseCallerAppletCaptureSharedBuffer ===
=== CreateManagedDisplaySeparableLayer ===
No input/output.
No input, returns two output u64 LayerIds.


Calls the same func internally as [[#ReleaseLastApplicationCaptureSharedBuffer]], except this passes value 2 for the last param instead of 0.
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.


=== TakeScreenShotOfOwnLayerEx ===
=== SetManagedDisplayLayerSeparationMode ===
Takes two input u8 bools and a s32, no output.
Takes an input u32, 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.
sdknso exposes this as <code>nn::vi::SetRecordingLayerEnabled(bool)</code>.


== ISystemAppletControllerForDebug ==
The input u32 must be 0-1.
This is "nn::am::service::ISystemAppletControllerForDebug".


{| class="wikitable" border="1"
=== SetRecordingLayerCompositionEnabled ===
|-
Takes an input bool, no output.
! Cmd || Name
|-
| 1 || RequestLaunchApplicationForDebug
|-
| 2 || [7.0.0+] [[#GetDebugStorageChannel]]
|-
| 3 || [7.0.0+] [[#CreateStorageForDebug]]
|-
| 4 || [12.0.0+] [[#CreateCradleFirmwareUpdaterForDebug]]
|}


=== GetDebugStorageChannel ===
=== SetHandlesRequestToDisplay ===
No input. Returns an output [[#IStorageChannel]].
Takes an input u8 bool, no output.


=== CreateStorageForDebug ===
Sets an internal state flag. When the input flag is 0, this will in additional run the same code as [[#ApproveToDisplay]].
Takes a total of 8-bytes of input. Returns an [[#IStorage]].


=== CreateCradleFirmwareUpdaterForDebug ===
See [[#AppletMessage]].
No input. Returns an [[#ICradleFirmwareUpdater]].


== IProcessWindingController ==
=== ApproveToDisplay ===
This is "nn::am::service::IProcessWindingController".
No input/output.


{| class="wikitable" border="1"
Used to handle the notification enabled by [[#SetHandlesRequestToDisplay]].
|-
! Cmd || Name || Notes
|-
| 0 || [[#GetLaunchReason]] ||
|-
| 11 || [[#OpenCallingLibraryApplet]] ||
|-
| 21 || [[#PushContext]] ||
|-
| 22 || [[#PopContext]] ||
|-
| 23 || [[#CancelWindingReservation]] ||
|-
| 30 || [[#WindAndDoReserved]] ||
|-
| 40 || [[#ReserveToStartAndWaitAndUnwindThis]] ||
|-
| 41 || [4.0.0+] [[#ReserveToStartAndWait]] ||
|}


=== GetLaunchReason ===
=== OverrideAutoSleepTimeAndDimmingTime ===
No input, returns an output [[#AppletProcessLaunchReason]].
Takes 4 input s32s, no output.


Used by LibraryApplets.
=== SetMediaPlaybackState ===
Takes an input u8 bool, no output.


=== OpenCallingLibraryApplet ===
=== SetIdleTimeDetectionExtension ===
No input, returns an output [[#ILibraryAppletAccessor]].
Takes an input u32, no output.


The objptr from state is cleared during this, an error is thrown if it's already 0.
The input value must be 0-2: 0 = disabled, 1 = Extended, and 2 = ExtendedUnsafe.


=== PushContext ===
=== GetIdleTimeDetectionExtension ===
Takes an input [[#IStorage]], no output.
No input, returns an output u32.


=== PopContext ===
Returns the value set by [[#SetIdleTimeDetectionExtension]].
No input, returns an output [[#IStorage]].
 
=== SetInputDetectionSourceSet ===
Takes an input u32, no output.


=== CancelWindingReservation ===
=== ReportUserIsActive ===
No input/output.
No input/output.


=== WindAndDoReserved ===
Uses idle:sys ReportUserIsActive.
No input/output.
 
Reports that the user is active, for idle detection (screen dimming / auto-sleep). This is equivalent to when the user uses HID input.
 
=== GetCurrentIlluminance ===
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.


=== ReserveToStartAndWaitAndUnwindThis ===
Uses [[Backlight_services|lbl]] command IsAmbientLightSensorAvailable.
Takes an input [[#ILibraryAppletAccessor]], no output.


=== ReserveToStartAndWait ===
User-processes can use this to determine whether to continue with using GetCurrentIlluminance(Ex).
Takes an input [[#ILibraryAppletAccessor]], no output.


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


{| class="wikitable" border="1"
=== IsAutoSleepDisabled ===
|-
No input, returns an output u8 bool.
! 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]]
|-
| 50 || [15.0.0+] AddSystemProgramIdAndAppletIdForDebug
|-
| 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]]
|-
| 140 || [14.0.0+] RestrictPowerOperationForSecureLaunchModeForDebug
|-
| 200 || [15.0.0+] CreateFloatingLibraryAppletAccepterForDebug
|-
| 900 || [12.0.0+] GetGrcProcessLaunchedSystemEvent
|}


=== NotifyMessageToHomeMenuForDebug ===
=== ReportMultimediaError ===
Takes an input [[#AppletMessage]], no output.
Takes an input Result and a type-0x5 input buffer, no output.


Stubbed, just returns an error.
The buffer contains a 0x138-byte "movie::MultimediaTelemetryReport" struct.


=== OpenMainApplication ===
=== GetCurrentIlluminanceEx ===
No input, returns an output [[#IApplicationAccessor]].
No input, returns an output u8 bool and float.


Should not be used when no Application is running (svcBreak).
Uses [[Backlight_services|lbl]] command GetAmbientLightSensorValue.


=== PerformSystemButtonPressing ===
=== SetInputDetectionPolicy ===
Takes an input [[#SystemButtonType]], no output.
Takes an input [[#InputDetectionPolicy]], no output.


=== InvalidateTransitionLayer ===
=== SetWirelessPriorityMode ===
No input/output.
Takes an input s32 [[#WirelessPriorityMode]], no output.


=== RequestLaunchApplicationWithUserAndArgumentForDebug ===
=== GetAccumulatedSuspendedTickValue ===
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.
No input, returns an output u64 tick value.


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]]).
Gets the total time in ticks that the process was suspended, relative to when the applet-service was last initialized.


=== GetAppletResourceUsageInfo ===
=== GetAccumulatedSuspendedTickChangedEvent ===
No input, returns an output [[#AppletResourceUsageInfo]].
No input, returns an output Event handle with autoclear=true.


=== SetCpuBoostModeForApplet ===
This is signaled when the output from [[#GetAccumulatedSuspendedTickValue]] is updated.
Takes an input u32 [[#CpuBoostMode]] and passes it to [[PPC_services#apm:sys|SetCpuBoostMode]].


The cached value loaded from [[Settings_services#GetDebugModeFlag]] must be 1, otherwise an error is returned.
=== SetAlbumImageTakenNotificationEnabled ===
Takes an input u8 bool, no output.


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


=== PushToAppletBoundChannelForDebug ===
=== SetApplicationAlbumUserData ===
Takes an input [[#IStorage]] and a s32, no output.
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.


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.
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.


=== TryPopFromAppletBoundChannelForDebug ===
=== SaveCurrentScreenshot ===
Takes an input s32, returns an output [[#IStorage]].
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 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.
=== SetRecordVolumeMuted ===
Takes an input bool, no output.


=== AlarmSettingNotificationEnableAppEventReserve ===
=== GetDebugStorageChannel ===
Takes an input [[#IStorage]] and an [[NCM_services#ApplicationId|ApplicationId]], no output.
No input, returns an output [[#IStorageChannel]].


Clears a StorageChannel, pushes the input storage there, and writes the ApplicationId into state.
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.


=== AlarmSettingNotificationDisableAppEventReserve ===
=== GetGraphicsSupervisor ===
No input/output.
This is exclusive to S2.


Clears the StorageChannel/saved-ApplicationId used by [[#AlarmSettingNotificationEnableAppEventReserve]].
No input. Returns an output TIPC handle to [[Switch_2:_GSV_services|GraphicsSupervisor]].


=== AlarmSettingNotificationPushAppEventNotify ===
== IStorageChannel ==
Takes an input [[#IStorage]], no output.
This is "nn::am::service::IStorageChannel".


Same as [[#PushToNotificationStorageChannel]] except this uses the MainApplication.
This was added with [7.0.0+].
 
=== 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 ==
This is "nn::am::service::IStorage".


{| class="wikitable" border="1"
{| class="wikitable" border="1"
Line 2,825: Line 2,983:
! 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 ==
This is "nn::am::service::IStorageAccessor".


{| class="wikitable" border="1"
{| class="wikitable" border="1"
Line 2,841: Line 3,001:
! Cmd || Name || Notes
! Cmd || Name || Notes
|-
|-
| 0 || GetSize || No input. Returns an s64.
| 0 || [[#CreateWindow]] ||  
|-
| 1 || [[#GetAppletResourceUserId]] ||
|-
| 2 || [6.0.0+] [[#GetAppletResourceUserIdOfCallerApplet]] ||
|-
|-
| 10 || Write || Takes an input s64 and a type-0x21 input buffer.
| 10 || [[#AcquireForegroundRights]] ||
|-
|-
| 11 || Read || Takes an input s64 and a type-0x22 output buffer.
| 11 || [[#ReleaseForegroundRights]] ||
|}
 
== ITransferStorageAccessor ==
This is "nn::am::service::ITransferStorageAccessor".
 
{| class="wikitable" border="1"
|-
|-
! Cmd || Name || Notes
| 12 || [[#RejectToChangeIntoBackground]] ||
|-
|-
| 0 || GetSize || No input. Returns an output s64.
| 20 || [7.0.0+] [[#SetAppletWindowVisibility]] ||  
|-
|-
| 1 || GetHandle || No input. Returns an output s64 and handle.
| 21 || [7.0.0+] [[#SetAppletGpuTimeSlice]] ||  
|}
|}


These commands return the data originally from [[#CreateHandleStorage]] input, both return the same s64.
=== CreateWindow ===
Takes an input u32, returns an output [[#IWindow]].
 
Stubbed, just returns an error.
 
=== GetAppletResourceUserId ===
No input, returns an output u64 [[#AppletResourceUserId]].
 
=== GetAppletResourceUserIdOfCallerApplet ===
No input, returns an output u64 [[#AppletResourceUserId]].
 
=== AcquireForegroundRights ===
No input/output.
 
Just returns 0.


= appletOE =
=== ReleaseForegroundRights ===
This is "nn::am::service::IApplicationProxyService".
No input/output.


{| class="wikitable" border="1"
Just returns 0.
|-
! Cmd || Name || Notes
|-
| 0 || [[#OpenApplicationProxy]] ||
|}


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.
=== RejectToChangeIntoBackground ===
No input/output.


== OpenApplicationProxy ==
Just returns 0.
Returns an [[#IApplicationProxy]]. See [[#appletAE]].


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).
=== SetAppletWindowVisibility ===
Takes an input u8 bool, no output.


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


= idle:sys =
The input s64 must not be negative.
This is "nn::idle::detail::IPolicyManagerSystem"


This was moved to [[OMM_services|omm]] with [14.0.0+].
== IAudioController ==
This is "nn::am::service::IAudioController".


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


== 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.
 
=== SetExpectedMasterVolume ===
Takes two input floats, no output.
 
Writes the input floats to state: first one is used by [[#GetMainAppletExpectedMasterVolume]], second one is used by [[#GetLibraryAppletExpectedMasterVolume]].
 
=== GetMainAppletExpectedMasterVolume ===
No input, returns an output float.


[13.0.0+] Total input size is now 0x30 instead of 0x38.
=== GetLibraryAppletExpectedMasterVolume ===
No input, returns an output float.


= omm =
=== ChangeMainAppletMasterVolume ===
This is "nn::omm::detail::IOperationModeManager"
Takes an input float and an input u64, no output.


Operation Mode Manager (OMM) is a service responsible for arbitrating the operation changes between docked and handheld modes.
=== SetTransparentVolumeRate ===
Besides [[PTM_services|PTM]], this is the only service that interacts with the [[Dock]] through [[USB_services|usb:pd*]].
Takes an input float, no output.


This was moved to [[OMM_services|omm]] with [14.0.0+].
== IDisplayController ==
This is "nn::am::service::IDisplayController".


{| class="wikitable" border="1"
{| class="wikitable" border="1"
Line 2,920: 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.
 
Stubbed, just returns an error.
 
=== UpdateLastForegroundCaptureImage ===
No input/output.


This is used by [[#GetOperationModeSystemInfo|ICommonStateGetter GetOperationModeSystemInfo]].
=== GetLastApplicationCaptureImage ===
Takes a type-0x6 output buffer.


== CreateCradleFirmwareUpdater ==
Stubbed, just returns an error.
No input. Returns an [[#ICradleFirmwareUpdater]].


== ICradleFirmwareUpdater ==
=== GetCallerAppletCaptureImage ===
This is "nn::am::service::ICradleFirmwareUpdater".
Takes a type-0x6 output buffer.


This was added with [12.0.0+].
Stubbed, just returns an error.


{| class="wikitable" border="1"
=== UpdateCallerAppletCaptureImage ===
|-
No input/output.
! Cmd || Name
 
|-
Calls the same func internally as [[#UpdateLastForegroundCaptureImage]], except this passes param value 2 instead of 1.
| 0 || Start
 
|-
=== GetLastForegroundCaptureImageEx ===
| 1 || Finish
Takes a type-0x6 output buffer, returns an output u8 bool.
|-
 
| 2 || GetUpdateDeviceStatus
The buffer size must match 0x384000.
|-
 
| 3 || GetUpdateProgress
=== GetLastApplicationCaptureImageEx ===
|-
Takes a type-0x6 output buffer, returns an output u8 bool.
| 4 || GetUpdateDeviceStatusChangeEvent
 
|-
The buffer size must match 0x384000.
| 5 || GetUpdateProgress2
|}


= spsm =
Calls the same internal func as [[#GetLastForegroundCaptureImageEx]], except that the last param is set to value 0 instead of 1.
This is "nn::spsm::detail::IPowerStateInterface".


This was moved to [[OMM_services|omm]] with [14.0.0+].
=== GetCallerAppletCaptureImageEx ===
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.
Calls the same internal func as [[#GetLastForegroundCaptureImageEx]], except that the last param is set to value 2 instead of 1.


= tcap =
=== TakeScreenShotOfOwnLayer ===
This is "nn::tcap::server::IManager".
Takes an input u8 bool and a s32, no output.


This was removed with [11.0.0+].
=== CopyBetweenCaptureBuffers ===
Takes two input s32s, no output.


{| class="wikitable" border="1"
=== AcquireLastApplicationCaptureBuffer ===
|-
No input, returns an output handle.
! Cmd || Name
|-
| 0 || GetContinuousHighSkinTemperatureEvent
|-
| 1 || SetOperationMode
|-
| 2 || LoadAndApplySettings
|}


= caps:su =
Stubbed, just returns an error.
This is "nn::capsrv::sf::IScreenShotApplicationService".


This was added with [6.0.0+].
=== ReleaseLastApplicationCaptureBuffer ===
No input/output.


This can be used by applications to save screenshots.
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.


{| class="wikitable" border="1"
=== AcquireLastForegroundCaptureBuffer ===
|-
No input, returns an output handle.
! 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.
Stubbed, just returns an error.


== SaveScreenShot ==
=== ReleaseLastForegroundCaptureBuffer ===
Takes two input u32s, an u64 AppletResourceUserId, a PID, and a type-0x45 input buffer containing image data. Returns an [[Capture_services|ApplicationAlbumEntry]].
No input/output.


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.
Same as [[#ReleaseLastApplicationCaptureBuffer]] except with a different state field + different input param for the called func.


This cmd internally uses an all-zero ScreenShotAttributeEx0, with u32 +0 = input u32 and u32 +0x8 = 0x3.
=== AcquireCallerAppletCaptureBuffer ===
No input, returns an output handle.


== SaveScreenShotEx0 ==
Stubbed, just returns an error.
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 ==
=== ReleaseCallerAppletCaptureBuffer ===
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]].
No input/output.


== SaveScreenShotEx2 ==
Same as [[#ReleaseLastApplicationCaptureBuffer]] except with a different state field + different input param for the called func.
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 =
=== AcquireLastApplicationCaptureBufferEx ===
This is "nn::am::service::IApmManager".
No input, returns an output TransferMemory handle and an output u8 bool.


This was added with [8.0.0+].
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.
|-
! Cmd || Name
|-
| 0 || [[#OpenSession]]
|-
| 1 || GetPerformanceMode
|-
| 6 || [7.0.0+] [[#IsCpuOverclockEnabled]]
|}


== OpenSession ==
=== AcquireLastForegroundCaptureBufferEx ===
Returns an [[#ISession]].
No input, returns an output TransferMemory handle and an output u8 bool.


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


== ISession ==
=== AcquireCallerAppletCaptureBufferEx ===
This is "nn::am::service::IApmSession".
No input, returns an output TransferMemory handle and an output u8 bool.


{| class="wikitable" border="1"
Same as [[#AcquireLastApplicationCaptureBufferEx]] except this uses the [[#ReleaseCallerAppletCaptureBuffer]] state field, and uses a different input param value for the called func.
|-
! Cmd || Name
|-
| 0 || SetPerformanceConfiguration
|-
| 1 || GetPerformanceConfiguration
|-
| 2 || [8.0.0+] SetCpuOverclockEnabled
|}


= Library Applets =
=== ClearCaptureBuffer ===
This section documents library applet launching.
Takes an input u8 bool, a s32 CaptureSharedBuffer, and an u32 color, returns no output.


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.
Clear the input CaptureSharedBuffer with the specified RGBA8 color.


Once the applet finishes running successfully, [[#ILibraryAppletAccessor]] PopOutData can be used to get the applet-specific [[#IStorage]] containing the applet output data.
=== ClearAppletTransitionBuffer ===
Takes an input u32, no output.
 
Clear the AppletTransitionBuffer with the specified RGBA8 color.


== CommonArguments ==
=== AcquireLastApplicationCaptureSharedBuffer ===
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.
No input, returns an output u8 bool and an s32.
 
This loads data from state.


This struct is 0x20-bytes.
=== ReleaseLastApplicationCaptureSharedBuffer ===
No input/output.


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.
Depending on whether a state field is 0, this just returns an error or returns 0.


{| class="wikitable" border="1"
=== AcquireLastForegroundCaptureSharedBuffer ===
|-
No input, returns an output u8 bool and an s32.
! 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 =
Calls the same func internally as [[#AcquireLastApplicationCaptureSharedBuffer]], except this passes value 1 for the last param instead of 0.
This is "nn::applet::AppletId". See also [[:Category:Library Applets]].


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


= LibraryAppletMode =
=== IChatFunctions ===
This is "nn::applet::LibraryAppletMode".
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 ||
|-
|-
| 0x0
| 102 ||  
| AllForeground
|-
|-
| 0x1
| 103 ||
| PartialForeground
|-
| 104 ||
|-
| 110 ||
|-
| 120 ||
|-
| 121 ||
|-
| 130 ||
|-
| 140 || [20.0.0+]
|-
| 141 || [20.0.0+]
|-
| 200 ||
|-
|-
| 0x2
| 201 ||  
| NoUi
|-
|-
| 0x3
| 210 || [20.0.0+]
| PartialForegroundWithIndirectDisplay (see also [[#GetIndirectLayerConsumerHandle]], only used by swkbd [[Software_Keyboard|InlineKeyboard]])
|-
|-
| 0x4
| 220 || [20.0.0+]
| AllForegroundInitiallyHidden (can be used by [7.0.0+] [[Internet_Browser|WebSession]])
|}
|}


= AppletMessage =
== IDebugFunctions ==
This is "nn::am::AppletMessage".
This is "nn::am::service::IDebugFunctions".


{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
|-
! Value
! Cmd || Name
! Description
|-
|-
| 0 || None
| 0 || [[#NotifyMessageToHomeMenuForDebug]]
|-
|-
| 1 || ChangeIntoForeground
| 1 || [1.0.0-9.2.0] [[#OpenMainApplication]]
|-
|-
| 2 || ChangeIntoBackground
| 10 || [[#PerformSystemButtonPressing]]
|-
|-
| 4 || Exit
| 20 || [[#InvalidateTransitionLayer]]
|-
|-
| 6 || ApplicationExited
| 30 || [6.0.0+] [[#RequestLaunchApplicationWithUserAndArgumentForDebug]]
|-
|-
| 15 || [[#FocusState|FocusStateChanged]]
| 31 || [12.0.0+] [[#RequestLaunchApplicationByApplicationLaunchInfoForDebug]]
|-
|-
| 16 || [[#SetRestartMessageEnabled|Resume]]
| 40 || [6.0.0+] [[#GetAppletResourceUsageInfo]]
|-
|-
| 20 || DetectShortPressingHomeButton
| 50 || [15.0.0+] AddSystemProgramIdAndAppletIdForDebug
|-
|-
| 21 || DetectLongPressingHomeButton
| 51 || [16.0.0+] AddOperationConfirmedLibraryAppletIdForDebug
|-
|-
| 22 || DetectShortPressingPowerButton
| 52 || [17.0.0+] GetProgramIdFromAppletIdForDebug
|-
|-
| 23 || DetectMiddlePressingPowerButton
| 53 || [18.0.0+] GetProgramIdFromAppletIdAndLibraryAppletModeForDebug
|-
|-
| 24 || DetectLongPressingPowerButton
| 100 || [7.0.0+] [[#SetCpuBoostModeForApplet]]
|-
| 101 || [10.0.0+] [[#CancelCpuBoostModeForApplet]]
|-
| 110 || [9.0.0+] [[#PushToAppletBoundChannelForDebug]]
|-
|-
| 25 || RequestToPrepareSleep
| 111 || [9.0.0+] [[#TryPopFromAppletBoundChannelForDebug]]
|-
|-
| 26 || FinishedSleepSequence
| 120 || [9.0.0+] [[#AlarmSettingNotificationEnableAppEventReserve]]
|-
|-
| 27 || SleepRequiredByHighTemperature
| 121 || [9.0.0+] [[#AlarmSettingNotificationDisableAppEventReserve]]
|-
|-
| 28 || SleepRequiredByLowBattery
| 122 || [9.0.0+] [[#AlarmSettingNotificationPushAppEventNotify]]
|-
|-
| 29 || AutoPowerDown
| 130 || [9.0.0+] [[#FriendInvitationSetApplicationParameter]]
|-
|-
| 30 || [[#OperationMode|OperationModeChanged]]
| 131 || [9.0.0+] [[#FriendInvitationClearApplicationParameter]]
|-
|-
| 31 || [[#PerformanceMode|PerformanceModeChanged]]
| 132 || [9.0.0+] [[#FriendInvitationPushApplicationParameter]]
|-
|-
| 32 || DetectReceivingCecSystemStandby
| 140 || [14.0.0+] [[#RestrictPowerOperationForSecureLaunchModeForDebug|RestrictPowerOperationForSecureLaunchModeForDebug]]
|-
|-
| 33 || SdCardRemoved
| 150 || [21.0.0+]
|-
|-
| 50 || LaunchApplicationRequested
| 200 || [15.0.0+] [[#CreateFloatingLibraryAppletAccepterForDebug|CreateFloatingLibraryAppletAccepterForDebug]]
|-
|-
| 51 || [[#SetHandlesRequestToDisplay|RequestToDisplay]]
| 300 || [16.0.0+] TerminateAllRunningApplicationsForDebug
|-
|-
| 55 || ShowApplicationLogo
| 400 || [S2] LaunchDebugAppletForDebug
|-
|-
| 56 || HideApplicationLogo
| 401 || [S2] TerminateDebugAppletForDebug
|-
|-
| 57 || ForceHideApplicationLogo
| 402 || [S2] IsDebugAppletLaunchedForDebug
|-
|-
| 60 || FloatingApplicationDetected
| 403 || [S2]
|-
|-
| 90 || [[#SetRequiresCaptureButtonShortPressedMessage|DetectShortPressingCaptureButton]]
| 410 || [18.0.0+] [[#CreateGeneralStorageForDebug|CreateGeneralStorageForDebug]]
|-
|-
| 92 || [[#SetAlbumImageTakenNotificationEnabled|AlbumScreenShotTaken]]
| 411 || [18.0.0+] [[#ReadGeneralStorageForDebug|ReadGeneralStorageForDebug]]
|-
|-
| 93 || AlbumRecordingSaved
| 412 || [18.0.0+] [[#WriteGeneralStorageForDebug|WriteGeneralStorageForDebug]]
|}
 
= OperationMode =
This is "nn::oe::OperationMode".
 
{| class="wikitable" border="1"
|-
|-
! Value
| 430 || [20.0.0+]
! Description
|-
|-
| 0 || Handheld
| 431 || [20.0.0+]
|-
|-
| 1 || Console
| 900 || [12.0.0+] GetGrcProcessLaunchedSystemEvent
|}
 
= PerformanceMode =
This is "nn::oe::PerformanceMode".
 
{| class="wikitable" border="1"
|-
|-
! Value
| 910 || [20.0.0+]
! Description
|-
|-
| -1 || Invalid
| 2000 || [S2] [20.0.0+]
|-
|-
| 0 || Normal
| 10000 || [S2]
|-
| 1 || Boost
|}
|}


= FocusState =
=== NotifyMessageToHomeMenuForDebug ===
This is "nn::oe::FocusState".
Takes an input [[#AppletMessage]], no output.
 
Stubbed, just returns an error.


{| class="wikitable" border="1"
=== OpenMainApplication ===
|-
No input, returns an output [[#IApplicationAccessor]].
! Value
! Description
|-
| 1 || InFocus
|-
| 2 || OutOfFocus
|-
| 3 || Background
|}


= CpuBoostMode =
Should not be used when no Application is running (svcBreak).
This is "nn::oe::CpuBoostMode".


{| class="wikitable" border="1"
=== PerformSystemButtonPressing ===
|-
Takes an input [[#SystemButtonType]], no output.
! Value
 
! Description
=== InvalidateTransitionLayer ===
|-
No input/output.
| 0 || Normal
|-
| 1 || FastLoad
|}


= WindowOriginMode =
=== RequestLaunchApplicationWithUserAndArgumentForDebug ===
This is "nn::oe::WindowOriginMode".
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.


{| class="wikitable" border="1"
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]]).
|-
! Value
! Description
|-
| 0 || LowerLeft
|-
| 1 || UpperLeft
|}


= WirelessPriorityMode =
=== RequestLaunchApplicationByApplicationLaunchInfoForDebug ===
This is "nn::oe::WirelessPriorityMode".
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.


{| class="wikitable" border="1"
[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.
|-
! Value
! Description
|-
| 0 || Default
|-
| 1 || OptimizedForWlan
|}


= TvPowerStateMatchingMode =
=== GetAppletResourceUsageInfo ===
This is "nn::oe::TvPowerStateMatchingMode". This is used with [[#SetTvPowerStateMatchingMode]].
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]].
! Value
 
! Description
The cached value loaded from [[Settings_services#GetDebugModeFlag]] must be 1, otherwise an error is returned.
|-
 
| 0 || Unknown
=== CancelCpuBoostModeForApplet ===
|-
No input/output.
| 1 || Unknown
|}


= SystemButtonType =
=== PushToAppletBoundChannelForDebug ===
This is "nn::am::service::SystemButtonType". This is used with [[#PerformSystemButtonPressingIfInFocus]]/[[#PerformSystemButtonPressing]].
Takes an input [[#IStorage]] and a s32, no output.


{| class="wikitable" border="1"
The cached value loaded from [[Settings_services#GetDebugModeFlag]] must be 1, otherwise an error is returned.
|-
! 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 =
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.
{| class="wikitable" border="1"
|-
! Value
! Description
|-
| 1 || UserChannel. Application-specific LaunchParameter.
|-
| 2 || account PreselectedUser
|-
| 3 || Unknown if used by anything?
|}


= LibraryAppletExitReason =
=== TryPopFromAppletBoundChannelForDebug ===
{| class="wikitable" border="1"
Takes an input s32, returns an output [[#IStorage]].
|-
! Value
! Description
|-
| 0 || Normal
|-
| 1 || Canceled
|-
| 2 || Abnormal
|-
| 10 || Unexpected
|}


= ProgramSpecifyKind =
The cached value loaded from [[Settings_services#GetDebugModeFlag]] must be 1, otherwise an error is returned.
This is "nn::am::service::ProgramSpecifyKind". This controls the type of the u64 passed to [[#ExecuteProgram]].


{| class="wikitable" border="1"
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.
|-
! 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.
=== AlarmSettingNotificationEnableAppEventReserve ===
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.
 
When launching an Application with a matching ApplicationId, this storage is popped, then pushed to [[#PushToNotificationStorageChannel|NotificationStorageChannel]].


= InputDetectionPolicy =
=== AlarmSettingNotificationDisableAppEventReserve ===
This is u32 enum "nn::applet::InputDetectionPolicy".
No input/output.


{| class="wikitable" border="1"
Clears the StorageChannel/saved-ApplicationId used by [[#AlarmSettingNotificationEnableAppEventReserve]].
|-
! Value
! Description
|-
| 0 || Unknown
|-
| 1 || Unknown
|}


= AppletResourceUserId =
=== AlarmSettingNotificationPushAppEventNotify ===
This is "nn::applet::AppletResourceUserId". Used by a number of non-AM services.
Takes an input [[#IStorage]], no output.


= AppletAttribute =
Same as [[#PushToNotificationStorageChannel]] except this uses the MainApplication.
This is "nn::am::AppletAttribute". This struct is 0x8-bytes.


{| class="wikitable" border="1"
=== FriendInvitationSetApplicationParameter ===
|-
Takes an input [[#IStorage]] and an [[NCM_services#ApplicationId|ApplicationId]], 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]].
Clears a StorageChannel, pushes the input storage there, and writes the ApplicationId into state.


= AppletProcessLaunchReason =
When launching an Application with a matching ApplicationId, this storage is popped, then pushed to [[#PushToFriendInvitationStorageChannel|FriendInvitationStorageChannel]].
This is "nn::am::service::AppletProcessLaunchReason". This struct is 0x4-bytes.


{| class="wikitable" border="1"
=== FriendInvitationClearApplicationParameter ===
|-
No input/output.
! Offset || Size || Description
 
|-
Clears the StorageChannel/saved-ApplicationId used by [[#FriendInvitationSetApplicationParameter]].
| 0x0 || 0x1 || Flag. When non-zero, LibraryApplets then use [[#OpenCallingLibraryApplet]].
 
|-
=== FriendInvitationPushApplicationParameter ===
| 0x1 || 0x2 || Always 0.
Takes an input [[#IStorage]], no output.
|-
 
| 0x3 || 0x1 || Always 0.
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.


= LibraryAppletInfo =
== IStorage ==
This is "nn::am::service::LibraryAppletInfo". This struct is 0x8-bytes.
This is "nn::am::service::IStorage".


{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
|-
! Offset || Size || Description
! Cmd || Name || Notes
|-
|-
| 0x0 || 0x4 || [[#AppletId]]
| 0 || Open || No input. Returns an [[#IStorageAccessor]].
|-
|-
| 0x4 || 0x4 || [[#LibraryAppletMode]]
| 1 || [2.0.0+] OpenTransferStorage || No input. Returns an [[#ITransferStorageAccessor]].
|}
|}


= AppletKind =
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]].
This is "nn::am::service::AppletKind". This is 8-bytes.
 
Only 1 *Accessor session can be open for each IStorage at a time.


= AppletIdentityInfo =
== IStorageAccessor ==
This struct is "nn::am::service::AppletIdentityInfo". This struct is 0x10-bytes.
This is "nn::am::service::IStorageAccessor".


{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
|-
! Offset || Size || Description
! Cmd || Name || Notes
|-
|-
| 0x0 || 0x4 || [[#AppletId]]
| 0 || GetSize || No input. Returns an s64.
|-
|-
| 0x4 || 0x4 || Padding
| 10 || Write || Takes an input s64 and a type-0x21 input buffer.
|-
|-
| 0x8 || 0x8 || [[NCM_services#ApplicationId|ApplicationId]]
| 11 || Read || Takes an input s64 and a type-0x22 output buffer.
|}
|}


= ApplicationAttributeForQuest =
== ITransferStorageAccessor ==
This struct is "nn::applet::ApplicationAttributeForQuest".
This is "nn::am::service::ITransferStorageAccessor".


{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
|-
! Offset || Size || Description
! Cmd || Name || Notes
|-
|-
| 0x0 || 0x4 || See [[#ApplicationAttribute]].
| 0 || GetSize || No input. Returns an output s64.
|-
|-
| 0x4 || 0x4 || See [[#ApplicationAttribute]].
| 1 || GetHandle || No input. Returns an output s64 and handle.
|-
| 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).
These commands return the data originally from [[#CreateHandleStorage]] input, both return the same s64.


= ApplicationAttribute =
= appletOE =
This struct is "nn::am::ApplicationAttribute". This struct is 0x20-bytes.
This is "nn::am::service::IApplicationProxyService".


{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
|-
! Offset || Size || Description
! Cmd || Name
|-
|-
| 0x0 || 0x4 || Default is 0 for non-Quest. Only used when non-zero: unknown value in seconds.
| 2000 || [S2] [[#OpenCompatApplicationFunctions|OpenCompatApplicationFunctions]]
|-
|-
| 0x4 || 0x4 || Default is 0 for non-Quest. Only used when non-zero: unknown value in seconds.
| 0 || [[#OpenApplicationProxy]]
|-
|-
| 0x8 || 0x4 || float audio volume. Must be in the range of 0.0f-1.0f. The default is 1.0f.
| 10 || [S2] [[#OpenApplicationProxy2|OpenApplicationProxy2]]
|-
|}
| 0xC || 0x14 || Unused. Default is 0.
 
|}
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]].


Internally AM only uses the first 0xC-bytes from ApplicationAttribute, regardless of the cmd.
= idle:sys =
This is "nn::idle::detail::IPolicyManagerSystem"


= ApplicationLaunchProperty =
This was moved to [[OMM_services|omm]] with [14.0.0+].
This struct is 0x10-bytes.


{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
|-
! Offset || Size || Description
! Cmd || Name
|-
| 0 || GetAutoPowerDownEvent
|-
|-
| 0x0 || 0x8 || [[NCM_services#ApplicationId|ApplicationId]]
| 1 || [7.0.0+] IsAutoPowerDownRequested ([1.0.0-3.0.2] )
|-
|-
| 0x8 || 0x4 || Application title-version.
| 2 || [1.0.0-3.0.2]
|-
|-
| 0xC || 0x1 || [[Filesystem_services#StorageId|StorageId]] for the Application base title.
| 3 || [[#SetHandlingContext]]
|-
|-
| 0xD || 0x1 || [[Filesystem_services#StorageId|StorageId]] for the Application update title.
| 4 || LoadAndApplySettings
|-
|-
| 0xE || 0x1 || Unknown.
| 5 || ReportUserIsActive
|-
|}
| 0xF || 0x1 || Padding.
 
|}
== 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]]