Changes

Jump to navigation Jump to search
28,384 bytes added ,  19:45, 2 October 2021
Line 25: Line 25:  
|-
 
|-
 
| 9 || [10.0.0+] GetAddOnContentLostErrorCode
 
| 9 || [10.0.0+] GetAddOnContentLostErrorCode
 +
|-
 +
| 10 || [11.0.0+] GetAddOnContentListChangedEventWithProcessId
 +
|-
 +
| 11 || [13.0.0+] NotifyMountAddOnContent
 +
|-
 +
| 12 || [13.0.0+] NotifyUnmountAddOnContent
 +
|-
 +
| 13 || [13.0.0+] IsAddOnContentMountedForDebug
 +
|-
 +
| 50 || [13.0.0+] CheckAddOnContentMountStatus
 
|-
 
|-
 
| 100 || [7.0.0+] [[#IPurchaseEventManager|CreateEcPurchasedEventManager]]
 
| 100 || [7.0.0+] [[#IPurchaseEventManager|CreateEcPurchasedEventManager]]
 
|-
 
|-
 
| 101 || [9.0.0+] [[#IPurchaseEventManager|CreatePermanentEcPurchasedEventManager]]
 
| 101 || [9.0.0+] [[#IPurchaseEventManager|CreatePermanentEcPurchasedEventManager]]
 +
|-
 +
| 110 || [12.0.0+] [[#IContentsServiceManager|CreateContentsServiceManager]]
 
|}
 
|}
   Line 47: Line 59:  
|-
 
|-
 
| 4 || [9.0.0+] PopPurchasedProductInfoWithUid
 
| 4 || [9.0.0+] PopPurchasedProductInfoWithUid
 +
|}
 +
 +
== IContentsServiceManager ==
 +
This is "nn::ec::IContentsServiceManager".
 +
 +
This was added with [12.0.0+].
 +
 +
{| class="wikitable" border="1"
 +
|-
 +
! Cmd || Name
 +
|-
 +
| 0 || [[#RequestContentsAuthorizationToken]]
 +
|}
 +
 +
=== RequestContentsAuthorizationToken ===
 +
Takes a total of 0x50-bytes of input, a PID, a type-0x5 input buffer. Returns an [[#IAsyncData|IAsyncData]] and an output handle.
 +
 +
== IAsyncData ==
 +
This is "nn::ec::detail::IAsyncData".
 +
 +
This was added with [12.0.0+].
 +
 +
{| class="wikitable" border="1"
 +
|-
 +
! Cmd || Name
 +
|-
 +
| 0 || GetSize
 +
|-
 +
| 1 || Get
 +
|-
 +
| 2 || Cancel
 
|}
 
|}
   Line 84: Line 127:  
| 17 || ListApplicationRecordContentMeta
 
| 17 || ListApplicationRecordContentMeta
 
|-
 
|-
| 18 ||  
+
| 18 || CheckLaunchRights
 
|-
 
|-
 
| 19 || [[#LaunchApplication]]
 
| 19 || [[#LaunchApplication]]
Line 106: Line 149:  
| 33 || ResumeApplicationDownload
 
| 33 || ResumeApplicationDownload
 
|-
 
|-
| 34 ||  
+
| 34 || ClearTaskStatusList
 
|-
 
|-
 
| 35 || UpdateVersionList
 
| 35 || UpdateVersionList
Line 428: Line 471:  
|}
 
|}
   −
= ns:am2, ns:ec, ns:rid, ns:rt, ns:web =
+
= ns:am2, ns:ec, ns:rid, ns:rt, ns:web, ns:ro =
 
These services are all, at the top level, "nn::ns::detail::IServiceGetterInterface". These commands check a state field for a command-specific bit and returns an error if not set, this is likely a permissions check for service+command.
 
These services are all, at the top level, "nn::ns::detail::IServiceGetterInterface". These commands check a state field for a command-specific bit and returns an error if not set, this is likely a permissions check for service+command.
 +
 +
[11.0.0+] ns:ro was added.
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Line 435: Line 480:  
! Cmd || Name
 
! Cmd || Name
 
|-
 
|-
| 7988 || [6.0.0+] [[#IDynamicRightsInterface|GetDynamicRightsInterface]].
+
| 7988 || [6.0.0+] [[#IDynamicRightsInterface|GetDynamicRightsInterface]]
 
|-
 
|-
| 7989 || [5.1.0+] [[#IReadOnlyApplicationControlDataInterface|GetReadOnlyApplicationControlDataInterface]].
+
| 7989 || [5.1.0+] [[#IReadOnlyApplicationControlDataInterface|GetReadOnlyApplicationControlDataInterface]]
 
|-
 
|-
| 7991 || [5.0.0+] [[#IReadOnlyApplicationRecordInterface|GetReadOnlyApplicationRecordInterface]].
+
| 7991 || [5.0.0+] [[#IReadOnlyApplicationRecordInterface|GetReadOnlyApplicationRecordInterface]]
 
|-
 
|-
 
| 7992 || [4.0.0+] [[#IECommerceInterface|GetECommerceInterface]]
 
| 7992 || [4.0.0+] [[#IECommerceInterface|GetECommerceInterface]]
Line 515: Line 560:  
| 30 || [[#RequestApplicationUpdateInfo]]
 
| 30 || [[#RequestApplicationUpdateInfo]]
 
|-
 
|-
| 31 || [1.0.0-3.0.2]  
+
| 31 || [1.0.0-3.0.2] RequestUpdateApplication
 
|-
 
|-
 
| 32 || [[#CancelApplicationDownload]]
 
| 32 || [[#CancelApplicationDownload]]
Line 615: Line 660:  
| 93 || [5.0.0+] GetMainApplicationProgramIndex
 
| 93 || [5.0.0+] GetMainApplicationProgramIndex
 
|-
 
|-
| 94 || [6.0.0+] LaunchApplication
+
| 94 || [6.0.0+] [[#LaunchApplication_2|LaunchApplication]]
 
|-
 
|-
 
| 95 || [6.0.0+] [[#GetApplicationLaunchInfo]]
 
| 95 || [6.0.0+] [[#GetApplicationLaunchInfo]]
Line 657: Line 702:  
| 301 || PopApplicationShellEventInfo
 
| 301 || PopApplicationShellEventInfo
 
|-
 
|-
| 302 || LaunchLibraryApplet
+
| 302 || [[#LaunchLibraryApplet]]
 
|-
 
|-
 
| 303 || TerminateLibraryApplet
 
| 303 || TerminateLibraryApplet
 
|-
 
|-
| 304 || LaunchSystemApplet
+
| 304 || [[#LaunchSystemApplet]]
 
|-
 
|-
 
| 305 || TerminateSystemApplet
 
| 305 || TerminateSystemApplet
 
|-
 
|-
| 306 || LaunchOverlayApplet
+
| 306 || [[#LaunchOverlayApplet]]
 
|-
 
|-
 
| 307 || TerminateOverlayApplet
 
| 307 || TerminateOverlayApplet
Line 720: Line 765:  
|-
 
|-
 
| 607 || [6.0.0+] [[#ListAvailableAddOnContent]]
 
| 607 || [6.0.0+] [[#ListAvailableAddOnContent]]
 +
|-
 +
| 609 || [13.0.0+] ListAvailabilityAssuredAddOnContent
 
|-
 
|-
 
| 700 || PushDownloadTaskList
 
| 700 || PushDownloadTaskList
Line 770: Line 817:  
|-
 
|-
 
| 915 || [9.0.0+] ShowApplicationRecord
 
| 915 || [9.0.0+] ShowApplicationRecord
 +
|-
 +
| 916 || [11.0.0+] IsApplicationAutoDeleteDisabled
 
|-
 
|-
 
| 1000 || [[#RequestVerifyApplicationDeprecated]]
 
| 1000 || [[#RequestVerifyApplicationDeprecated]]
Line 803: Line 852:  
| 1312 || [10.0.0+] HasMovableEntity
 
| 1312 || [10.0.0+] HasMovableEntity
 
|-
 
|-
| 1400 || PrepareShutdown
+
| 1313 || [11.0.0+] CleanupOrphanContents
 +
|-
 +
| 1314 || [11.0.0+] CheckPreconditionSatisfiedToMove
 +
|-
 +
| 1400 || PrepareShutdown
 
|-
 
|-
 
| 1500 || [[#FormatSdCard]]
 
| 1500 || [[#FormatSdCard]]
Line 830: Line 883:  
|-
 
|-
 
| 1704 || [8.0.0+] [[#GetApplicationViewWithPromotionInfo]]
 
| 1704 || [8.0.0+] [[#GetApplicationViewWithPromotionInfo]]
 +
|-
 +
| 1705 || [11.0.0+] [[#IsPatchAutoDeletableApplication]]
 
|-
 
|-
 
| 1800 || IsNotificationSetupCompleted
 
| 1800 || IsNotificationSetupCompleted
Line 839: Line 894:  
| 1803 || [3.0.0+] ListNotificationTask
 
| 1803 || [3.0.0+] ListNotificationTask
 
|-
 
|-
| 1900 || [3.0.0+] IsActiveAccount
+
| 1900 || [3.0.0-12.1.0] IsActiveAccount
 
|-
 
|-
 
| 1901 || [4.0.0+] [[#RequestDownloadApplicationPrepurchasedRights]]
 
| 1901 || [4.0.0+] [[#RequestDownloadApplicationPrepurchasedRights]]
Line 903: Line 958:  
| 2155 || [7.0.0+] UpdateRightsEnvironmentStatus
 
| 2155 || [7.0.0+] UpdateRightsEnvironmentStatus
 
|-
 
|-
| 2156 || [10.0.0+] CreateRightsEnvironmentForMicroApplication ([9.0.0-9.2.0] CreateRightsEnvironmentForPreomia)
+
| 2156 || [10.0.0-12.1.0] CreateRightsEnvironmentForMicroApplication ([9.0.0-9.2.0] CreateRightsEnvironmentForPreomia)
 
|-
 
|-
 
| 2160 || [6.0.0+] AddTargetApplicationToRightsEnvironment
 
| 2160 || [6.0.0+] AddTargetApplicationToRightsEnvironment
Line 938: Line 993:  
|-
 
|-
 
| 2353 || [10.0.0+] GetApplicationDownloadTaskInfo
 
| 2353 || [10.0.0+] GetApplicationDownloadTaskInfo
 +
|-
 +
| 2354 || [11.0.0+] PrioritizeApplicationBackgroundTask
 +
|-
 +
| 2355 || [12.0.0+] PreferStorageEfficientUpdate
 +
|-
 +
| 2356 || [12.0.0+] RequestStorageEfficientUpdatePreferable
 
|-
 
|-
 
| 2400 || [8.0.0+] [[#GetPromotionInfo]]
 
| 2400 || [8.0.0+] [[#GetPromotionInfo]]
Line 962: Line 1,023:  
|-
 
|-
 
| 2516 || [10.0.0+] EnsureApplicationCertificate
 
| 2516 || [10.0.0+] EnsureApplicationCertificate
 +
|-
 +
| 2517 || [13.0.0+] CreateApplicationInstance
 +
|-
 +
| 2518 || [13.0.0+] UpdateQualificationForDebug
 +
|-
 +
| 2519 || [13.0.0+] IsQualificationTransitionSupported
 +
|-
 +
| 2520 || [13.0.0+] IsQualificationTransitionSupportedByProcessId
 +
|-
 +
| 2521 || [13.0.0+] GetRightsUserChangedEvent
 
|-
 
|-
 
| 2800 || [9.0.0+] GetApplicationIdOfPreomia
 
| 2800 || [9.0.0+] GetApplicationIdOfPreomia
 
|-
 
|-
| 9999 || [10.0.0+] GetApplicationCertificate
+
| 3000 || [11.0.0+] [[#RegisterDeviceLockKey]]
 +
|-
 +
| 3001 || [11.0.0+] [[#UnregisterDeviceLockKey]]
 +
|-
 +
| 3002 || [11.0.0+] [[#VerifyDeviceLockKey]]
 +
|-
 +
| 3003 || [11.0.0+] [[#HideApplicationIcon]]
 +
|-
 +
| 3004 || [11.0.0+] [[#ShowApplicationIcon]]
 +
|-
 +
| 3005 || [11.0.0+] [[#HideApplicationTitle]]
 +
|-
 +
| 3006 || [11.0.0+] [[#ShowApplicationTitle]]
 +
|-
 +
| 3007 || [11.0.0+] [[#EnableGameCard]]
 +
|-
 +
| 3008 || [11.0.0+] [[#DisableGameCard]]
 +
|-
 +
| 3009 || [11.0.0+] [[#EnableLocalContentShare]]
 +
|-
 +
| 3010 || [11.0.0+] [[#DisableLocalContentShare]]
 +
|-
 +
| 3011 || [11.0.0+] [[#IsApplicationIconHidden]]
 +
|-
 +
| 3012 || [11.0.0+] [[#IsApplicationTitleHidden]]
 +
|-
 +
| 3013 || [11.0.0+] [[#IsGameCardEnabled]]
 +
|-
 +
| 3014 || [11.0.0+] [[#IsLocalContentShareEnabled]]
 +
|-
 +
| 9999 || [10.0.0-10.2.0] GetApplicationCertificate
 
|}
 
|}
   Line 1,060: Line 1,161:     
See [[#RequestApplicationUpdateInfo]] regarding nifm.
 
See [[#RequestApplicationUpdateInfo]] regarding nifm.
 +
 +
==== LaunchApplication ====
 +
Takes an input u8 ProgramIndex, an input [[#ApplicationLaunchInfo]], returns an output u64.
    
==== GetApplicationLaunchInfo ====
 
==== GetApplicationLaunchInfo ====
Line 1,078: Line 1,182:  
[[NCM_services#ncm|OpenContentMetaDatabase]] is used with StorageId = NandSystem, then IContentMetaDatabase GetLatestContentMetaKey is used with both of the above ProgramIds to verify that the cmd is successful.
 
[[NCM_services#ncm|OpenContentMetaDatabase]] is used with StorageId = NandSystem, then IContentMetaDatabase GetLatestContentMetaKey is used with both of the above ProgramIds to verify that the cmd is successful.
   −
Then if the above succeeds, the above titles are launched with the above StorageId via [[Process_Manager_services|pmshell]] LaunchProgram, with a 0.5s sleep-thread afterwards on success.
+
Then if the above succeeds, the above titles are launched with the above StorageId via [[Process_Manager_services|pmshell]] LaunchProgram ([10.0.0+] [[PGL_services#LaunchProgram|pgl]] with pgl_launch_flags=0), with a 0.5s sleep-thread afterwards on success. [[Process_Manager_services#LaunchFlags|LaunchFlags]] value 0xB is used here.
    
==== DeleteUserSaveDataAll ====
 
==== DeleteUserSaveDataAll ====
Line 1,097: Line 1,201:  
Takes an input [[Account_services#Uid|Uid]], no output.
 
Takes an input [[Account_services#Uid|Uid]], no output.
   −
==== RequestDownloadApplicationControlData ====
+
==== LaunchLibraryApplet ====
Takes an input [[NCM_services#ApplicationId|ApplicationId]], returns an output Event handle and an [[#IAsyncResult]].
+
Takes an input u64 [[NCM_services#ProgramId|ProgramId]], returns an output u64.
   −
See [[#RequestApplicationUpdateInfo]] regarding nifm.
+
The specified program is launched with StorageId=BuiltInSystem via [[Process_Manager_services|pmshell]] LaunchProgram ([10.0.0+] [[PGL_services#LaunchProgram|pgl]] with pgl_launch_flags=0). [[Process_Manager_services#LaunchFlags|LaunchFlags]] value 0x9 is used here. The output u64 from here is written to the output for this cmd, on success.
   −
==== ListApplicationTitle ====
+
This is used by [[Applet_Manager_services|AM]].
Takes an input TransferMemory handle, a type-0x5 input buffer containing an array of u64 [[NCM_services#ApplicationId|ApplicationIds]], an u8 [[#ApplicationControlSource]], an u64 size, returns an output Event handle and an [[#IAsyncValue]].
     −
[[qlaunch]] uses value 0x1 for the u8.
+
==== LaunchSystemApplet ====
 +
No input, returns an output u64.
   −
The user-process creates the TransferMemory with permissions=R--.
+
A state flag must be zero, otherwise an error is thrown. When a state field is value 1, a hard-coded ProgramId for MaintenanceMenu is used. Otherwise, the ProgramId is loaded from [[System_Settings|system-setting]] <code>ns.applet!system_applet_id</code>.
 +
 
 +
The SystemApplet is launched with StorageId=BuiltInSystem via [[Process_Manager_services|pmshell]] LaunchProgram ([10.0.0+] [[PGL_services#LaunchProgram|pgl]] with pgl_launch_flags=0). [[Process_Manager_services#LaunchFlags|LaunchFlags]] value 0x9 is used here. The output u64 from here is written to the output for this cmd, on success.
 +
 
 +
This is used by [[Applet_Manager_services|AM]].
 +
 
 +
==== LaunchOverlayApplet ====
 +
No input, returns an output u64.
 +
 
 +
A state flag must be zero, otherwise an error is thrown. The ProgramId is loaded from [[System_Settings|system-setting]] <code>ns.applet!overlay_applet_id</code>.
 +
 
 +
The OverlayApplet is launched with StorageId=BuiltInSystem via [[Process_Manager_services|pmshell]] LaunchProgram ([10.0.0+] [[PGL_services#LaunchProgram|pgl]] with pgl_launch_flags=0). [[Process_Manager_services#LaunchFlags|LaunchFlags]] value 0x9 is used here. The output u64 from here is written to the output for this cmd, on success.
 +
 
 +
This is used by [[Applet_Manager_services|AM]].
 +
 
 +
==== RequestDownloadApplicationControlData ====
 +
Takes an input [[NCM_services#ApplicationId|ApplicationId]], returns an output Event handle and an [[#IAsyncResult]].
 +
 
 +
See [[#RequestApplicationUpdateInfo]] regarding nifm.
 +
 
 +
==== ListApplicationTitle ====
 +
Takes an input TransferMemory handle, a type-0x5 input buffer containing an array of u64 [[NCM_services#ApplicationId|ApplicationIds]], an u8 [[#ApplicationControlSource]], an u64 size, returns an output Event handle and an [[#IAsyncValue]].
 +
 
 +
[[qlaunch]] uses value 0x1 for the u8.
 +
 
 +
The user-process creates the TransferMemory with permissions=R--.
    
The data available with [[#IAsyncValue]] Get is a s32 for the offset within the TransferMemory where the output data is located, GetSize returns the total byte-size of the data located here. The data located here is the [[NACP_Format|NACP]] title-entry for each specified ApplicationId.
 
The data available with [[#IAsyncValue]] Get is a s32 for the offset within the TransferMemory where the output data is located, GetSize returns the total byte-size of the data located here. The data located here is the [[NACP_Format|NACP]] title-entry for each specified ApplicationId.
Line 1,218: Line 1,347:  
==== GetApplicationViewWithPromotionInfo ====
 
==== GetApplicationViewWithPromotionInfo ====
 
Takes a type-0x6 output buffer containing an array of [[#ApplicationViewWithPromotionInfo]], a type-0x5 input buffer containing an array of u64 [[NCM_services#ApplicationId|ApplicationIds]], no output.
 
Takes a type-0x6 output buffer containing an array of [[#ApplicationViewWithPromotionInfo]], a type-0x5 input buffer containing an array of u64 [[NCM_services#ApplicationId|ApplicationIds]], no output.
 +
 +
==== IsPatchAutoDeletableApplication ====
 +
Takes an input [[NCM_services#ApplicationId|ApplicationId]], returns an output bool.
 +
 +
Compares the input ApplicationId with the value of [[System_Settings|system-setting]] <code>ns.application!auto_deletable_application_id_on_not_enough_space</code>, with the bool being set to the comparsion result.
    
==== RequestDownloadApplicationPrepurchasedRights ====
 
==== RequestDownloadApplicationPrepurchasedRights ====
Line 1,296: Line 1,430:  
** Uses [[NIM_services|nim]] cmd56, returning the Result on failure. Waits for the IAsyncResult operation from this to finish, then uses the Get cmd to get the output Result.
 
** Uses [[NIM_services|nim]] cmd56, returning the Result on failure. Waits for the IAsyncResult operation from this to finish, then uses the Get cmd to get the output Result.
 
** Handles cleanup and returns.
 
** Handles cleanup and returns.
* On success, this loads various data which is then used for saving a SystemPlayReport when a state flag is set.
+
* On success, this loads various data which is then used for saving a SystemPlayReport when the cached [[System_Settings|system-setting]] "systemreport!enabled" is set.
 
** The EventId is "receive_app_contents" with ApplicationId <NS ProgramId>.
 
** The EventId is "receive_app_contents" with ApplicationId <NS ProgramId>.
   Line 1,325: Line 1,459:  
** Uses [[NIM_services|nim]] cmd61, returning the Result on failure. Waits for the IAsyncResult operation from this to finish, then uses the Get cmd to get the output Result.
 
** Uses [[NIM_services|nim]] cmd61, returning the Result on failure. Waits for the IAsyncResult operation from this to finish, then uses the Get cmd to get the output Result.
 
** Handles cleanup and returns.
 
** Handles cleanup and returns.
* On success, this loads various data which is then used for saving a SystemPlayReport when a state flag is set.
+
* On success, this loads various data which is then used for saving a SystemPlayReport when the cached [[System_Settings|system-setting]] "systemreport!enabled" is set.
 
** The EventId is "send_app_contents" with ApplicationId <NS ProgramId>.
 
** The EventId is "send_app_contents" with ApplicationId <NS ProgramId>.
   Line 1,401: Line 1,535:  
Returns an [[#IApplicationResource]].
 
Returns an [[#IApplicationResource]].
   −
=== IGameCardStopper ===
+
==== RegisterDeviceLockKey ====
This is "nn::ns::detail::IGameCardStopper".
+
Takes a type-0x5 input buffer containing an InArray of u8, no output.
 +
 
 +
User-processes expose this with two funcs: one which uses an user-specified u8 array directly, while the other uses [[HID_services#NpadButtonSet|NpadButton]].
 +
 
 +
This does SHA256 hashing, etc.
 +
 
 +
==== UnregisterDeviceLockKey ====
 +
No input/output.
   −
This interface has no commands.
+
Runs code identical to [[#RegisterDeviceLockKey]], except the passed buffer/size are 0.
   −
=== IRequestServerStopper ===
+
==== VerifyDeviceLockKey ====
This is "nn::ns::detail::IRequestServerStopper".
+
Takes a type-0x5 input buffer containing an InArray of u8, no output.
   −
This interface has no commands.
+
User-processes expose this with two funcs: one which uses an user-specified u8 array directly, while the other uses [[HID_services#NpadButtonSet|NpadButton]].
   −
=== IProgressMonitorForDeleteUserSaveDataAll ===
+
This runs hashing similar to [[#RegisterDeviceLockKey]], with the calculated hash being verified with the one from state.
This is "nn::ns::detail::IProgressMonitorForDeleteUserSaveDataAll".
     −
{| class="wikitable" border="1"
+
==== HideApplicationIcon ====
|-
+
No input/output.
! Cmd || Name
+
 
|-
+
==== ShowApplicationIcon ====
| 0 || GetSystemEvent
+
No input/output.
|-
+
 
| 1 || IsFinished
+
==== HideApplicationTitle ====
|-
+
No input/output.
| 2 || GetResult
+
 
|-
+
==== ShowApplicationTitle ====
| 10 || GetProgress
+
No input/output.
|}
+
 
 +
==== EnableGameCard ====
 +
No input/output.
 +
 
 +
==== DisableGameCard ====
 +
No input/output.
   −
When closing the object, official sw uses IsFinished first, asserting when the output bool is false.
+
==== EnableLocalContentShare ====
 +
No input/output.
   −
* GetSystemEvent: No input, returns an output Event handle. [[qlaunch]] doesn't use this.
+
==== DisableLocalContentShare ====
 +
No input/output.
   −
* IsFinished: No input, returns an output u8 bool.
+
==== IsApplicationIconHidden ====
 +
No input, returns an output bool.
   −
* GetResult: No input/output.
+
==== IsApplicationTitleHidden ====
 +
No input, returns an output bool.
   −
* GetProgress: No input, returns an output [[#ProgressForDeleteUserSaveDataAll]]. Official sw writes this struct directly to object state.
+
==== IsGameCardEnabled ====
 +
No input, returns an output bool.
   −
=== IProgressAsyncResult ===
+
==== IsLocalContentShareEnabled ====
This is "nn::ns::detail::IProgressAsyncResult".
+
No input, returns an output bool.
   −
{| class="wikitable" border="1"
+
Various Deliver cmds now load the same flag used by this cmd (IsLocalContentShareEnabled), with an error being returned when it's not enabled.
|-
+
 
! Cmd || Name
+
=== IGameCardStopper ===
|-
+
This is "nn::ns::detail::IGameCardStopper".
| 0 || Get
+
 
|-
+
This interface has no commands.
| 1 || Cancel
+
 
|-
+
=== IRequestServerStopper ===
| 2 || GetProgress
+
This is "nn::ns::detail::IRequestServerStopper".
|-
  −
| 3 || GetDetailResult
  −
|-
  −
| 4 || [4.0.0+] GetErrorContext
  −
|}
     −
=== IApplicationVersionInterface ===
+
This interface has no commands.
This is "nn::ns::detail::IApplicationVersionInterface".
     −
This was added with [4.0.0+].
+
=== IProgressMonitorForDeleteUserSaveDataAll ===
 +
This is "nn::ns::detail::IProgressMonitorForDeleteUserSaveDataAll".
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Line 1,464: Line 1,609:  
! Cmd || Name
 
! Cmd || Name
 
|-
 
|-
| 0 || GetLaunchRequiredVersion
+
| 0 || GetSystemEvent
 
|-
 
|-
| 1 || UpgradeLaunchRequiredVersion
+
| 1 || IsFinished
 
|-
 
|-
| 35 || UpdateVersionList
+
| 2 || GetResult
 
|-
 
|-
| 36 || PushLaunchVersion
+
| 10 || GetProgress
|-
+
|}
| 37 || ListRequiredVersion
+
 
|-
+
When closing the object, official sw uses IsFinished first, asserting when the output bool is false.
| 800 || RequestVersionList
+
 
|-
+
* GetSystemEvent: No input, returns an output Event handle. [[qlaunch]] doesn't use this.
| 801 || ListVersionList
+
 
|-
+
* IsFinished: No input, returns an output u8 bool.
| 802 || [[#RequestVersionListData]]
  −
|-
  −
| 1000 || PerformAutoUpdate
  −
|}
     −
==== RequestVersionListData ====
+
* GetResult: No input/output.
No input, returns an output Event handle and an [[#IAsyncValue]].
     −
The data that can be read from the [[#IAsyncValue]] is [[#VersionListData]].
+
* GetProgress: No input, returns an output [[#ProgressForDeleteUserSaveDataAll]]. Official sw writes this struct directly to object state.
   −
=== IContentManagementInterface ===
+
=== IProgressAsyncResult ===
This is "nn::ns::detail::IContentManagementInterface".
+
This is "nn::ns::detail::IProgressAsyncResult".
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Line 1,495: Line 1,635:  
! Cmd || Name
 
! Cmd || Name
 
|-
 
|-
| 11 || [[#CalculateApplicationOccupiedSize]]
+
| 0 || Get
 
|-
 
|-
| 43 || [[#CheckSdCardMountStatus]]
+
| 1 || Cancel
 
|-
 
|-
| 47 || [[#GetTotalSpaceSize]]
+
| 2 || GetProgress
 
|-
 
|-
| 48 || [[#GetFreeSpaceSize]]
+
| 3 || GetDetailResult
 
|-
 
|-
| 600 || [[#CountApplicationContentMeta]]
+
| 4 || [4.0.0+] GetErrorContext
|-
+
|}
| 601 || [[#ListApplicationContentMetaStatus]]
+
 
|-
+
=== IApplicationVersionInterface ===
| 605 || [[#ListApplicationContentMetaStatusWithRightsCheck]]
+
This is "nn::ns::detail::IApplicationVersionInterface".
|-
  −
| 607 || [[#IsAnyApplicationRunning]]
  −
|}
     −
==== CalculateApplicationOccupiedSize ====
+
This was added with [4.0.0+].
Takes an input [[NCM_services#ApplicationId|ApplicationId]], returns an output [[#ApplicationOccupiedSize]].
  −
 
  −
==== CheckSdCardMountStatus ====
  −
No input/output.
  −
 
  −
==== CountApplicationContentMeta ====
  −
Takes an input [[NCM_services#ApplicationId|ApplicationId]], returns an output s32.
  −
 
  −
==== ListApplicationContentMetaStatusWithRightsCheck ====
  −
Same input/output as [[#ListApplicationContentMetaStatus]].
  −
 
  −
==== IsAnyApplicationRunning ====
  −
No input, returns an output u8 bool.
  −
 
  −
=== IDocumentInterface ===
  −
This is "nn::ns::detail::IDocumentInterface".
      
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Line 1,534: Line 1,655:  
! Cmd || Name
 
! Cmd || Name
 
|-
 
|-
| 21 || GetApplicationContentPath
+
| 0 || GetLaunchRequiredVersion
 +
|-
 +
| 1 || UpgradeLaunchRequiredVersion
 
|-
 
|-
| 23 || ResolveApplicationContentPath
+
| 35 || UpdateVersionList
 
|-
 
|-
| 92 || [5.0.0+] GetRunningApplicationProgramId
+
| 36 || PushLaunchVersion
|}
  −
 
  −
=== IDownloadTaskInterface ===
  −
This is "nn::ns::detail::IDownloadTaskInterface".
  −
 
  −
{| class="wikitable" border="1"
   
|-
 
|-
! Cmd || Name
+
| 37 || ListRequiredVersion
 
|-
 
|-
| 701 || [[#ClearTaskStatusList]]
+
| 800 || RequestVersionList
 
|-
 
|-
| 702 || [[#RequestDownloadTaskList]]
+
| 801 || ListVersionList
 
|-
 
|-
| 703 || [[#RequestEnsureDownloadTask]]
+
| 802 || [[#RequestVersionListData]]
 
|-
 
|-
| 704 || [[#ListDownloadTaskStatus]]
+
| 900 || [12.0.0+] ImportAutoUpdatePolicyJsonForDebug
 
|-
 
|-
| 705 || [[#RequestDownloadTaskListData]]
+
| 901 || [12.0.0+] ListDefaultAutoUpdatePolicy
 
|-
 
|-
| 706 || [4.0.0+] [[#TryCommitCurrentApplicationDownloadTask]]
+
| 902 || [12.0.0+] ListAutoUpdatePolicyForSpecificApplication
 
|-
 
|-
| 707 || [4.0.0+] [[#EnableAutoCommit]]
+
| 1000 || PerformAutoUpdate
 
|-
 
|-
| 708 || [4.0.0+] [[#DisableAutoCommit]]
+
| 1001 || [11.0.0+] ListAutoUpdateSchedule
|-
  −
| 709 || [4.0.0+] [[#TriggerDynamicCommitEvent]]
   
|}
 
|}
   −
==== ClearTaskStatusList ====
+
==== RequestVersionListData ====
No input/output.
+
No input, returns an output Event handle and an [[#IAsyncValue]].
   −
==== RequestDownloadTaskList ====
+
The data that can be read from the [[#IAsyncValue]] is [[#VersionListData]].
No input/output.
     −
==== RequestEnsureDownloadTask ====
+
=== IContentManagementInterface ===
No input, returns an output Event handle and an [[#IAsyncResult]].
+
This is "nn::ns::detail::IContentManagementInterface".
   −
==== ListDownloadTaskStatus ====
+
{| class="wikitable" border="1"
Takes a type-0x6 output buffer containing an array of [[#DownloadTaskStatus]], returns an output s32 total_out.
+
|-
 +
! Cmd || Name
 +
|-
 +
| 11 || [[#CalculateApplicationOccupiedSize]]
 +
|-
 +
| 43 || [[#CheckSdCardMountStatus]]
 +
|-
 +
| 47 || [[#GetTotalSpaceSize]]
 +
|-
 +
| 48 || [[#GetFreeSpaceSize]]
 +
|-
 +
| 600 || [[#CountApplicationContentMeta]]
 +
|-
 +
| 601 || [[#ListApplicationContentMetaStatus]]
 +
|-
 +
| 605 || [[#ListApplicationContentMetaStatusWithRightsCheck]]
 +
|-
 +
| 607 || [[#IsAnyApplicationRunning]]
 +
|}
   −
A maximum of 0x100 tasks can be stored in state.
+
==== CalculateApplicationOccupiedSize ====
 +
Takes an input [[NCM_services#ApplicationId|ApplicationId]], returns an output [[#ApplicationOccupiedSize]].
   −
==== TryCommitCurrentApplicationDownloadTask ====
+
==== CheckSdCardMountStatus ====
 
No input/output.
 
No input/output.
   −
==== EnableAutoCommit ====
+
==== CountApplicationContentMeta ====
No input/output.
+
Takes an input [[NCM_services#ApplicationId|ApplicationId]], returns an output s32.
   −
==== DisableAutoCommit ====
+
==== ListApplicationContentMetaStatusWithRightsCheck ====
No input/output.
+
Same input/output as [[#ListApplicationContentMetaStatus]].
   −
==== TriggerDynamicCommitEvent ====
+
==== IsAnyApplicationRunning ====
No input/output.
+
No input, returns an output u8 bool.
   −
=== IReadOnlyApplicationRecordInterface ===
+
=== IDocumentInterface ===
This is "nn::ns::detail::IReadOnlyApplicationRecordInterface".
+
This is "nn::ns::detail::IDocumentInterface".
 
  −
This was added with [5.0.0+].
      
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
! Cmd || Name || Notes
+
! Cmd || Name
 
|-
 
|-
| 0 || HasApplicationRecord || Same as [[#IApplicationManagerInterface]] cmd 910
+
| 21 || GetApplicationContentPath
 
|-
 
|-
| 1 || [10.0.0+] NotifyApplicationFailure ||
+
| 23 || ResolveApplicationContentPath
 
|-
 
|-
| 2 || [10.0.0+] IsDataCorruptedResult ||
+
| 92 || [5.0.0+] GetRunningApplicationProgramId
 
|}
 
|}
   −
=== IReadOnlyApplicationControlDataInterface ===
+
=== IDownloadTaskInterface ===
This is "nn::ns::detail::IReadOnlyApplicationControlDataInterface".
+
This is "nn::ns::detail::IDownloadTaskInterface".
 
  −
This was added with [5.1.0+].
      
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
! Cmd || Name || Notes
+
! Cmd || Name
 +
|-
 +
| 701 || [[#ClearTaskStatusList]]
 
|-
 
|-
| 0 || [[#GetApplicationControlData]] || Same as [[#IApplicationManagerInterface]] cmd 400
+
| 702 || [[#RequestDownloadTaskList]]
 
|-
 
|-
| 1 || [[#GetApplicationDesiredLanguage]] || Same as [[#IApplicationManagerInterface]] cmd 55
+
| 703 || [[#RequestEnsureDownloadTask]]
 
|-
 
|-
| 2 || ConvertApplicationLanguageToLanguageCode || Same as [[#IApplicationManagerInterface]] cmd 59
+
| 704 || [[#ListDownloadTaskStatus]]
 
|-
 
|-
| 3 || [[#ConvertLanguageCodeToApplicationLanguage]] || Same as [[#IApplicationManagerInterface]] cmd 60
+
| 705 || [[#RequestDownloadTaskListData]]
 
|-
 
|-
| 4 || [9.0.0+] SelectApplicationDesiredLanguage ||
+
| 706 || [4.0.0+] [[#TryCommitCurrentApplicationDownloadTask]]
|}
+
|-
 +
| 707 || [4.0.0+] [[#EnableAutoCommit]]
 +
|-
 +
| 708 || [4.0.0+] [[#DisableAutoCommit]]
 +
|-
 +
| 709 || [4.0.0+] [[#TriggerDynamicCommitEvent]]
 +
|}
 +
 
 +
==== ClearTaskStatusList ====
 +
No input/output.
   −
=== IDynamicRightsInterface ===
+
==== RequestDownloadTaskList ====
This is "nn::ns::detail::IDynamicRightsInterface".
+
No input/output.
 +
 
 +
==== RequestEnsureDownloadTask ====
 +
No input, returns an output Event handle and an [[#IAsyncResult]].
   −
This was added with [6.0.0+].
+
==== ListDownloadTaskStatus ====
 +
Takes a type-0x6 output buffer containing an array of [[#DownloadTaskStatus]], returns an output s32 total_out.
   −
{| class="wikitable" border="1"
+
A maximum of 0x100 tasks can be stored in state.
|-
+
 
! Cmd || Name
+
==== TryCommitCurrentApplicationDownloadTask ====
|-
+
No input/output.
| 0 || [[#RequestApplicationRightsOnServer]]
+
 
|-
+
==== EnableAutoCommit ====
| 1 || [[#RequestAssignRights]]
+
No input/output.
|-
+
 
| 4 || [[#DeprecatedRequestAssignRightsToResume]]
+
==== DisableAutoCommit ====
|-
+
No input/output.
| 5 || [[#VerifyActivatedRightsOwners]]
+
 
|-
+
==== TriggerDynamicCommitEvent ====
| 6 || [[#DeprecatedGetApplicationRightsStatus]]
+
No input/output.
|-
+
 
| 7 || [[#RequestPrefetchForDynamicRights]]
+
=== IReadOnlyApplicationRecordInterface ===
 +
This is "nn::ns::detail::IReadOnlyApplicationRecordInterface".
 +
 
 +
This was added with [5.0.0+].
 +
 
 +
{| class="wikitable" border="1"
 
|-
 
|-
| 8 || [[#GetDynamicRightsState]]
+
! Cmd || Name || Notes
 
|-
 
|-
| 9 || [7.0.0+] [[#RequestApplicationRightsOnServerToResume]]
+
| 0 || HasApplicationRecord || Same as [[#IApplicationManagerInterface]] cmd 910
 
|-
 
|-
| 10 || [7.0.0+] [[#RequestAssignRightsToResume]]
+
| 1 || [10.0.0+] NotifyApplicationFailure ||
 
|-
 
|-
| 11 || [7.0.0+] [[#GetActivatedRightsUsers]]
+
| 2 || [10.0.0+] IsDataCorruptedResult ||
|-
  −
| 12 || [8.0.0+] [[#GetApplicationRightsStatus]]
  −
|-
  −
| 13 || [8.0.0+] [[#GetRunningApplicationStatus]]
  −
|-
  −
| 14 || [10.0.0+] SelectApplicationLicense
   
|}
 
|}
   −
==== RequestApplicationRightsOnServer ====
+
=== IReadOnlyApplicationControlDataInterface ===
Takes an input [[NCM_services#ApplicationId|ApplicationId]], an [[Account_services#Uid|Uid]] and an u32. Returns an output Event handle and an [[#IAsyncValue]].
+
This is "nn::ns::detail::IReadOnlyApplicationControlDataInterface".
   −
==== RequestAssignRights ====
+
This was added with [5.1.0+].
Takes a type-0x5 input buffer containing an array of "nn::ns::ApplicationRightsOnServer". Returns an output Event handle and an [[#IAsyncResult]].
     −
==== DeprecatedRequestAssignRightsToResume ====
+
{| class="wikitable" border="1"
Takes an input u64 "nn::ns::RightsEnvironmentHandle" and an [[Account_services#Uid|Uid]]. Returns an output Event handle and an [[#IAsyncResult]].
+
|-
 +
! Cmd || Name || Notes
 +
|-
 +
| 0 || [[#GetApplicationControlData]] || Same as [[#IApplicationManagerInterface]] cmd 400
 +
|-
 +
| 1 || [[#GetApplicationDesiredLanguage]] || Same as [[#IApplicationManagerInterface]] cmd 55
 +
|-
 +
| 2 || ConvertApplicationLanguageToLanguageCode || Same as [[#IApplicationManagerInterface]] cmd 59
 +
|-
 +
| 3 || [[#ConvertLanguageCodeToApplicationLanguage]] || Same as [[#IApplicationManagerInterface]] cmd 60
 +
|-
 +
| 4 || [9.0.0+] SelectApplicationDesiredLanguage ||
 +
|}
   −
==== VerifyActivatedRightsOwners ====
+
=== IDynamicRightsInterface ===
Takes an input u64 "nn::ns::RightsEnvironmentHandle". No output.
+
This is "nn::ns::detail::IDynamicRightsInterface".
   −
==== DeprecatedGetApplicationRightsStatus ====
+
This was added with [6.0.0+].
Takes an input u64 "nn::ns::RightsEnvironmentHandle". Returns a bool "nn::ns::ApplicationRightsStatus".
     −
==== RequestPrefetchForDynamicRights ====
+
{| class="wikitable" border="1"
Takes an input [[Account_services#Uid|Uid]]. Returns an output Event handle and an [[#IAsyncResult]].
+
|-
 
+
! Cmd || Name
==== GetDynamicRightsState ====
  −
No input. Returns a bool "nn::ns::DynamicRightsState".
  −
 
  −
==== RequestApplicationRightsOnServerToResume ====
  −
Takes an input u64 "nn::ns::RightsEnvironmentHandle". Returns an output Event handle and an [[#IAsyncValue]].
  −
 
  −
==== RequestAssignRightsToResume ====
  −
Takes an input u64 "nn::ns::RightsEnvironmentHandle". Returns an output Event handle and an [[#IAsyncResult]].
  −
 
  −
==== GetActivatedRightsUsers ====
  −
Takes an input u64 "nn::ns::RightsEnvironmentHandle". Returns a bool, an u32 and a type-0x6 output buffer containing an array of [[Account_services#Uid|Uid]].
  −
 
  −
==== GetApplicationRightsStatus ====
  −
Takes an input "nn::ns::RightsEnvironmentHandle". Returns 2 bools "nn::ns::ApplicationRightsStatus" and "nn::ns::ApplicationLicenseType".
  −
 
  −
==== GetRunningApplicationStatus ====
  −
Takes an input u64 "nn::ns::RightsEnvironmentHandle". Returns an u32 "nn::ns::RunningApplicationStatus".
  −
 
  −
=== IECommerceInterface===
  −
This is "nn::ns::detail::IECommerceInterface".
  −
 
  −
This was added with [4.0.0+].
  −
 
  −
{| class="wikitable" border="1"
   
|-
 
|-
! Cmd || Name
+
| 0 || [[#RequestApplicationRightsOnServer]]
 
|-
 
|-
| 0 || [[#RequestLinkDevice]]
+
| 1 || [[#RequestAssignRights]]
 
|-
 
|-
| 1 || [6.0.0+] [[#RequestCleanupAllPreInstalledApplications]]
+
| 4 || [[#DeprecatedRequestAssignRightsToResume]]
 
|-
 
|-
| 2 || [6.0.0+] [[#RequestCleanupPreInstalledApplication]]
+
| 5 || [[#VerifyActivatedRightsOwners]]
 
|-
 
|-
| 3 || [6.0.0+] [[#RequestSyncRights]]
+
| 6 || [[#DeprecatedGetApplicationRightsStatus]]
 
|-
 
|-
| 4 || [6.0.0+] [[#RequestUnlinkDevice]]
+
| 7 || [[#RequestPrefetchForDynamicRights]]
 +
|-
 +
| 8 || [[#GetDynamicRightsState]]
 +
|-
 +
| 9 || [7.0.0+] [[#RequestApplicationRightsOnServerToResume]]
 +
|-
 +
| 10 || [7.0.0+] [[#RequestAssignRightsToResume]]
 +
|-
 +
| 11 || [7.0.0+] [[#GetActivatedRightsUsers]]
 +
|-
 +
| 12 || [8.0.0+] [[#GetApplicationRightsStatus]]
 +
|-
 +
| 13 || [8.0.0+] [[#GetRunningApplicationStatus]]
 +
|-
 +
| 14 || [10.0.0+] SelectApplicationLicense
 +
|-
 +
| 15 || [12.0.0+] [[#RequestContentsAuthorizationToken]]
 +
|-
 +
| 16 || [13.0.0+] QualifyUser
 +
|-
 +
| 17 || [13.0.0+] QualifyUserWithProcessId
 +
|-
 +
| 18 || [13.0.0+] NotifyApplicationRightsCheckStart
 
|-
 
|-
| 5 || [6.1.0+] [[#RequestRevokeAllELicense]]
+
| 19 || [13.0.0+] UpdateUserList
 
|-
 
|-
| 6 || [9.0.0+] [[#RequestSyncRightsBasedOnAssignedELicenses]]
+
| 20 || [13.0.0+] IsRightsLostUser
 
|}
 
|}
   −
==== RequestLinkDevice ====
+
==== RequestApplicationRightsOnServer ====
Takes an input [[Account_services#Uid|Uid]], returns an output Event handle and an [[#IAsyncResult]].
+
Takes an input [[NCM_services#ApplicationId|ApplicationId]], an [[Account_services#Uid|Uid]] and an u32. Returns an output Event handle and an [[#IAsyncValue]].
   −
See [[#RequestApplicationUpdateInfo]] regarding nifm.
+
==== RequestAssignRights ====
 +
Takes a type-0x5 input buffer containing an array of "nn::ns::ApplicationRightsOnServer". Returns an output Event handle and an [[#IAsyncResult]].
   −
==== RequestCleanupAllPreInstalledApplications ====
+
==== DeprecatedRequestAssignRightsToResume ====
No input, returns an output Event handle and an [[#IAsyncResult]].
+
Takes an input u64 "nn::ns::RightsEnvironmentHandle" and an [[Account_services#Uid|Uid]]. Returns an output Event handle and an [[#IAsyncResult]].
   −
==== RequestCleanupPreInstalledApplication ====
+
==== VerifyActivatedRightsOwners ====
Takes an input [[NCM_services#ApplicationId|ApplicationId]], returns an output Event handle and an [[#IAsyncResult]].
+
Takes an input u64 "nn::ns::RightsEnvironmentHandle". No output.
 +
 
 +
==== DeprecatedGetApplicationRightsStatus ====
 +
Takes an input u64 "nn::ns::RightsEnvironmentHandle". Returns a bool "nn::ns::ApplicationRightsStatus".
 +
 
 +
==== RequestPrefetchForDynamicRights ====
 +
Takes an input [[Account_services#Uid|Uid]]. Returns an output Event handle and an [[#IAsyncResult]].
 +
 
 +
==== GetDynamicRightsState ====
 +
No input. Returns a bool "nn::ns::DynamicRightsState".
 +
 
 +
==== RequestApplicationRightsOnServerToResume ====
 +
Takes an input u64 "nn::ns::RightsEnvironmentHandle". Returns an output Event handle and an [[#IAsyncValue]].
 +
 
 +
==== RequestAssignRightsToResume ====
 +
Takes an input u64 "nn::ns::RightsEnvironmentHandle". Returns an output Event handle and an [[#IAsyncResult]].
   −
==== RequestSyncRights ====
+
==== GetActivatedRightsUsers ====
No input, returns an output Event handle and an [[#IAsyncResult]].
+
Takes an input u64 "nn::ns::RightsEnvironmentHandle". Returns a bool, an u32 and a type-0x6 output buffer containing an array of [[Account_services#Uid|Uid]].
   −
==== RequestUnlinkDevice ====
+
==== GetApplicationRightsStatus ====
Takes an input [[Account_services#Uid|Uid]], returns an output Event handle and an [[#IAsyncResult]].
+
Takes an input "nn::ns::RightsEnvironmentHandle". Returns 2 bools "nn::ns::ApplicationRightsStatus" and "nn::ns::ApplicationLicenseType".
   −
See [[#RequestApplicationUpdateInfo]] regarding nifm.
+
==== GetRunningApplicationStatus ====
 +
Takes an input u64 "nn::ns::RightsEnvironmentHandle". Returns an u32 "nn::ns::RunningApplicationStatus".
   −
==== RequestRevokeAllELicense ====
+
==== RequestContentsAuthorizationToken ====
Takes an input [[Account_services#Uid|Uid]], returns an output Event handle and an [[#IAsyncResult]].
+
Takes a total of 0x50-bytes of input, a type-0x5 input buffer. Returns an [[#IAsyncData_2|IAsyncData]] and an output handle.
   −
==== RequestSyncRightsBasedOnAssignedELicenses ====
+
==== IAsyncData ====
No input, returns an output Event handle and an [[#IAsyncResult]].
+
This is "nn::ns::detail::IAsyncData".
   −
=== IFactoryResetInterface ===
+
This was added with [12.0.0+].
This is "nn::ns::detail::IFactoryResetInterface".
      
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Line 1,757: Line 1,924:  
! Cmd || Name
 
! Cmd || Name
 
|-
 
|-
| 100 || [[#ResetToFactorySettings]]
+
| 0 || GetSize
 +
|-
 +
| 1 || Get
 +
|-
 +
| 2 || Cancel
 +
|-
 +
| 3 || GetErrorContext
 +
|}
 +
 
 +
=== IECommerceInterface===
 +
This is "nn::ns::detail::IECommerceInterface".
 +
 
 +
This was added with [4.0.0+].
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Cmd || Name
 +
|-
 +
| 0 || [[#RequestLinkDevice]]
 
|-
 
|-
| 101 || [[#ResetToFactorySettingsWithoutUserSaveData]]
+
| 1 || [6.0.0+] [[#RequestCleanupAllPreInstalledApplications]]
 
|-
 
|-
| 102 || [[#ResetToFactorySettingsForRefurbishment]]
+
| 2 || [6.0.0+] [[#RequestCleanupPreInstalledApplication]]
 
|-
 
|-
| 103 || [9.1.0+] [[#ResetToFactorySettingsWithPlatformRegion]]
+
| 3 || [6.0.0+] [[#RequestSyncRights]]
 
|-
 
|-
| 104 || [9.1.0+] [[#ResetToFactorySettingsWithPlatformRegionAuthentication]]
+
| 4 || [6.0.0+] [[#RequestUnlinkDevice]]
 
|-
 
|-
| 105 || [10.0.0+] [[#RequestResetToFactorySettingsSecurely]]
+
| 5 || [6.1.0+] [[#RequestRevokeAllELicense]]
 
|-
 
|-
| 106 || [10.0.0+] [[#RequestResetToFactorySettingsWithPlatformRegionAuthenticationSecurely]]
+
| 6 || [9.0.0+] [[#RequestSyncRightsBasedOnAssignedELicenses]]
 
|}
 
|}
   −
==== ResetToFactorySettings ====
+
==== RequestLinkDevice ====
No input/output.
+
Takes an input [[Account_services#Uid|Uid]], returns an output Event handle and an [[#IAsyncResult]].
   −
As of [9.1.0] this is the only [[#IFactoryResetInterface]] cmd used by [[qlaunch]].
+
See [[#RequestApplicationUpdateInfo]] regarding nifm.
   −
==== ResetToFactorySettingsWithoutUserSaveData ====
+
==== RequestCleanupAllPreInstalledApplications ====
No input/output.
+
No input, returns an output Event handle and an [[#IAsyncResult]].
   −
==== ResetToFactorySettingsForRefurbishment ====
+
==== RequestCleanupPreInstalledApplication ====
No input/output.
+
Takes an input [[NCM_services#ApplicationId|ApplicationId]], returns an output Event handle and an [[#IAsyncResult]].
   −
==== ResetToFactorySettingsWithPlatformRegion ====
+
==== RequestSyncRights ====
No input/output.
+
No input, returns an output Event handle and an [[#IAsyncResult]].
   −
==== ResetToFactorySettingsWithPlatformRegionAuthentication ====
+
==== RequestUnlinkDevice ====
No input/output.
+
Takes an input [[Account_services#Uid|Uid]], returns an output Event handle and an [[#IAsyncResult]].
   −
==== RequestResetToFactorySettingsSecurely ====
+
See [[#RequestApplicationUpdateInfo]] regarding nifm.
Takes a total of 8-bytes of input, a handle, returns an output [[#IAsyncValueAndProgress]] and a handle.
     −
==== RequestResetToFactorySettingsWithPlatformRegionAuthenticationSecurely ====
+
==== RequestRevokeAllELicense ====
Takes a total of 0x10-bytes of input, a handle, returns an output [[#IAsyncValueAndProgress]] and a handle.
+
Takes an input [[Account_services#Uid|Uid]], returns an output Event handle and an [[#IAsyncResult]].
   −
===== IAsyncValueAndProgress =====
+
==== RequestSyncRightsBasedOnAssignedELicenses ====
This is "nn::ns::detail::IAsyncValueAndProgress".
+
No input, returns an output Event handle and an [[#IAsyncResult]].
   −
This was added with [10.0.0+].
+
=== IFactoryResetInterface ===
 +
This is "nn::ns::detail::IFactoryResetInterface".
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Line 1,804: Line 1,989:  
! Cmd || Name
 
! Cmd || Name
 
|-
 
|-
| 0 || GetSize
+
| 100 || [[#ResetToFactorySettings]]
 
|-
 
|-
| 1 || Get
+
| 101 || [[#ResetToFactorySettingsWithoutUserSaveData]]
 +
|-
 +
| 102 || [[#ResetToFactorySettingsForRefurbishment]]
 +
|-
 +
| 103 || [9.1.0+] [[#ResetToFactorySettingsWithPlatformRegion]]
 
|-
 
|-
| 2 || Cancel
+
| 104 || [9.1.0+] [[#ResetToFactorySettingsWithPlatformRegionAuthentication]]
 
|-
 
|-
| 3 || GetErrorContext
+
| 105 || [10.0.0+] [[#RequestResetToFactorySettingsSecurely]]
 
|-
 
|-
| 4 || GetProgress
+
| 106 || [10.0.0+] [[#RequestResetToFactorySettingsWithPlatformRegionAuthenticationSecurely]]
 
|}
 
|}
   −
=== IApplicationResource ===
+
==== ResetToFactorySettings ====
This is "nn::ns::detail::IApplicationResource".
+
No input/output.
   −
This was added with [9.0.0+].
+
As of [9.1.0] this is the only [[#IFactoryResetInterface]] cmd used by [[qlaunch]].
   −
{| class="wikitable" border="1"
+
==== ResetToFactorySettingsWithoutUserSaveData ====
|-
+
No input/output.
! Cmd || Name
  −
|-
  −
| 0 || Attach
  −
|-
  −
| 1 || BoostSystemMemoryResourceLimit
  −
|}
     −
= ns:vm =
+
==== ResetToFactorySettingsForRefurbishment ====
This is "nn::ns::detail::IVulnerabilityManagerInterface".
+
No input/output.
   −
{| class="wikitable" border="1"
+
==== ResetToFactorySettingsWithPlatformRegion ====
|-
+
No input/output.
! Cmd || Name
  −
|-
  −
| 1200 || [3.0.0+] [[#NeedsUpdateVulnerability]]
  −
|-
  −
| 1201 || [4.0.0+] [[#UpdateSafeSystemVersionForDebug]]
  −
|-
  −
| 1202 || [4.0.0+] [[#GetSafeSystemVersion]]
  −
|}
     −
== NeedsUpdateVulnerability ==
+
==== ResetToFactorySettingsWithPlatformRegionAuthentication ====
No input, returns an output u8 bool flag.
+
No input/output.
   −
Web-applets use this command to check if the system needs an update.
+
==== RequestResetToFactorySettingsSecurely ====
 +
Takes a total of 8-bytes of input, a handle, returns an output [[#IAsyncValueAndProgress]] and a handle.
   −
== UpdateSafeSystemVersionForDebug ==
+
==== RequestResetToFactorySettingsWithPlatformRegionAuthenticationSecurely ====
Takes an input [[NCM_services#ApplicationId|ApplicationId]] and an u32 '''version'''.
+
Takes a total of 0x10-bytes of input, a handle, returns an output [[#IAsyncValueAndProgress]] and a handle.
   −
This command is not available for retail units. On a debug unit, if the [[System_Settings|system setting]] <code>vulnerability!enable_debug</code> is set, this mounts the system savegame [[Flash_Filesystem#System_Savegames|0x8000000000000049]] as "ns_ssversion:/", opens the file "ns_ssversion:/entry" and writes the supplied [[NCM_services#ApplicationId|ApplicationId]] and '''version''' in it.
+
===== IAsyncValueAndProgress =====
 +
This is "nn::ns::detail::IAsyncValueAndProgress".
   −
Finally, it calls [[NCM_services#ncm|OpenContentMetaDatabase]] with [[NCM_services#StorageId|StorageId]] 3, then calls [[NCM_services#IContentMetaDatabase|GetLatestContentMetaKey]] with the supplied [[NCM_services#ApplicationId|ApplicationId]] and compares the version field from the returned [[CNMT#Content_Meta_Records|Content Meta Record]] with the supplied '''version'''.
+
This was added with [10.0.0+].
 
  −
If the supplied '''version''' is higher than the one in NCM's database, the value returned by [[NS_Services#NeedsUpdateVulnerability|NeedsUpdateVulnerability]] is set to "true".
  −
 
  −
== GetSafeSystemVersion ==
  −
No input, returns an output [[NCM_services#ContentMetaKey|ContentMetaKey]] with the cached contents of "ns_ssversion:/entry" ([[NCM_services#ApplicationId|ApplicationId]], u32 '''version''' and u32 '''policy''' from <code>vulnerability!needs_update_vulnerability_policy</code>).
  −
 
  −
= ns:su =
  −
This is "nn::ns::detail::ISystemUpdateInterface".
      
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Line 1,867: Line 2,036:  
! Cmd || Name
 
! Cmd || Name
 
|-
 
|-
| 0 || [[#GetBackgroundNetworkUpdateState]]
+
| 0 || GetSize
 
|-
 
|-
| 1 || [[#OpenSystemUpdateControl]]
+
| 1 || Get
 
|-
 
|-
| 2 || [[#NotifyExFatDriverRequired]]
+
| 2 || Cancel
 
|-
 
|-
| 3 || [[#ClearExFatDriverStatusForDebug]]
+
| 3 || GetErrorContext
 
|-
 
|-
| 4 || [[#RequestBackgroundNetworkUpdate]]
+
| 4 || GetProgress
 +
|}
 +
 
 +
=== IApplicationResource ===
 +
This is "nn::ns::detail::IApplicationResource".
 +
 
 +
This was added with [9.0.0+].
 +
 
 +
{| class="wikitable" border="1"
 
|-
 
|-
| 5 || [[#NotifyBackgroundNetworkUpdate]]
+
! Cmd || Name
 
|-
 
|-
| 6 || [[#NotifyExFatDriverDownloadedForDebug]]
+
| 0 || Attach
 
|-
 
|-
| 9 || [[#GetSystemUpdateNotificationEventForContentDelivery]]
+
| 1 || BoostSystemMemoryResourceLimit
 +
|}
 +
 
 +
= ns:vm =
 +
This is "nn::ns::detail::IVulnerabilityManagerInterface".
 +
 
 +
{| class="wikitable" border="1"
 
|-
 
|-
| 10 || [[#NotifySystemUpdateForContentDelivery]]
+
! Cmd || Name
 
|-
 
|-
| 11 || [3.0.0+] [[#PrepareShutdown]]
+
| 1200 || [3.0.0+] [[#NeedsUpdateVulnerability]]
 
|-
 
|-
| 12 || [3.0.0-3.0.2]
+
| 1201 || [4.0.0+] [[#UpdateSafeSystemVersionForDebug]]
 
|-
 
|-
| 13 || [3.0.0-3.0.2]
+
| 1202 || [4.0.0+] [[#GetSafeSystemVersion]]
|-
  −
| 14 || [3.0.0-3.0.2]
  −
|-
  −
| 15 || [3.0.0-3.0.2]
  −
|-
  −
| 16 || [4.0.0+] [[#DestroySystemUpdateTask]]
  −
|-
  −
| 17 || [4.0.0+] [[#RequestSendSystemUpdate]]
  −
|-
  −
| 18 || [4.0.0+] [[#GetSendSystemUpdateProgress]]
   
|}
 
|}
   −
== GetBackgroundNetworkUpdateState ==
+
== NeedsUpdateVulnerability ==
No input, returns an output [[#BackgroundNetworkUpdateState]].
+
No input, returns an output u8 bool flag.
   −
This is similar to [[#HasDownloaded]], see [[#BackgroundNetworkUpdateState]].
+
Web-applets use this command to check if the system needs an update.
   −
== OpenSystemUpdateControl ==
+
== UpdateSafeSystemVersionForDebug ==
No input, returns an [[#ISystemUpdateControl]].
+
Takes an input [[NCM_services#ApplicationId|ApplicationId]] and an u32 '''version'''.
   −
== NotifyExFatDriverRequired ==
+
This command is not available for retail units. On a debug unit, if the [[System_Settings|system setting]] <code>vulnerability!enable_debug</code> is set, this mounts the system savegame [[Flash_Filesystem#System_Savegames|0x8000000000000049]] as "ns_ssversion:/", opens the file "ns_ssversion:/entry" and writes the supplied [[NCM_services#ApplicationId|ApplicationId]] and '''version''' in it.
No input/output.
     −
Only usable when an [[#ISystemUpdateControl]] isn't open.
+
Finally, it calls [[NCM_services#ncm|OpenContentMetaDatabase]] with [[NCM_services#StorageId|StorageId]] 3, then calls [[NCM_services#IContentMetaDatabase|GetLatestContentMetaKey]] with the supplied [[NCM_services#ApplicationId|ApplicationId]] and compares the version field from the returned [[CNMT#Content_Meta_Records|Content Meta Record]] with the supplied '''version'''.
   −
This uses [[NIM_services|nim]] ListSystemUpdateTask, then when a task is returned uses it with DestroySystemUpdateTask.
+
If the supplied '''version''' is higher than the one in NCM's database, the value returned by [[NS_Services#NeedsUpdateVulnerability|NeedsUpdateVulnerability]] is set to "true".
   −
Then this runs ExFat handling, updates state, and sets the same state flag as [[#RequestBackgroundNetworkUpdate]].
+
== GetSafeSystemVersion ==
 +
No input, returns an output [[NCM_services#ContentMetaKey|ContentMetaKey]] with the cached contents of "ns_ssversion:/entry" ([[NCM_services#ApplicationId|ApplicationId]], u32 '''version''' and u32 '''policy''' from <code>vulnerability!needs_update_vulnerability_policy</code>).
   −
== ClearExFatDriverStatusForDebug ==
+
= ns:su =
No input/output.
+
This is "nn::ns::detail::ISystemUpdateInterface".
   −
== RequestBackgroundNetworkUpdate ==
+
{| class="wikitable" border="1"
No input/output.
+
|-
 
+
! Cmd || Name
Only usable when an [[#ISystemUpdateControl]] isn't open.
+
|-
 
+
| 0 || [[#GetBackgroundNetworkUpdateState]]
This sets a state flag to value 1.
+
|-
 
+
| 1 || [[#OpenSystemUpdateControl]]
== NotifyBackgroundNetworkUpdate ==
+
|-
Takes an input [[NCM_services#ContentMetaKey|ContentMetaKey]], no output.
+
| 2 || [[#NotifyExFatDriverRequired]]
 
+
|-
This checks whether a sysupdate is needed with the input ContentMetaKey using [[NCM_services|NCM]] commands, if not this will just return 0. Otherwise, this will then run code which is identical to [[#RequestBackgroundNetworkUpdate]].
+
| 3 || [[#ClearExFatDriverStatusForDebug]]
 
+
|-
== NotifyExFatDriverDownloadedForDebug ==
+
| 4 || [[#RequestBackgroundNetworkUpdate]]
No input/output.
+
|-
 
+
| 5 || [[#NotifyBackgroundNetworkUpdate]]
== GetSystemUpdateNotificationEventForContentDelivery ==
+
|-
No input, returns an output Event handle with EventClearMode=0.
+
| 6 || [[#NotifyExFatDriverDownloadedForDebug]]
 +
|-
 +
| 9 || [[#GetSystemUpdateNotificationEventForContentDelivery]]
 +
|-
 +
| 10 || [[#NotifySystemUpdateForContentDelivery]]
 +
|-
 +
| 11 || [3.0.0+] [[#PrepareShutdown]]
 +
|-
 +
| 12 || [3.0.0-3.0.2]
 +
|-
 +
| 13 || [3.0.0-3.0.2]
 +
|-
 +
| 14 || [3.0.0-3.0.2]
 +
|-
 +
| 15 || [3.0.0-3.0.2]
 +
|-
 +
| 16 || [4.0.0+] [[#DestroySystemUpdateTask]]
 +
|-
 +
| 17 || [4.0.0+] [[#RequestSendSystemUpdate]]
 +
|-
 +
| 18 || [4.0.0+] [[#GetSendSystemUpdateProgress]]
 +
|}
   −
== NotifySystemUpdateForContentDelivery ==
+
== GetBackgroundNetworkUpdateState ==
No input/output.
+
No input, returns an output [[#BackgroundNetworkUpdateState]].
 +
 
 +
This is similar to [[#HasDownloaded]], see [[#BackgroundNetworkUpdateState]].
   −
Signals the Event returned by [[#GetSystemUpdateNotificationEventForContentDelivery]].
+
== OpenSystemUpdateControl ==
 +
No input, returns an [[#ISystemUpdateControl]].
   −
== PrepareShutdown ==
+
== NotifyExFatDriverRequired ==
 
No input/output.
 
No input/output.
   −
This is used by [[AM_services|AM]].
+
Only usable when an [[#ISystemUpdateControl]] isn't open.
   −
Just returns 0 when an [[#ISystemUpdateControl]] is open.  
+
This uses [[NIM_services|nim]] ListSystemUpdateTask, then when a task is returned uses it with DestroySystemUpdateTask.
 +
 
 +
Then this runs ExFat handling, updates state, and sets the same state flag as [[#RequestBackgroundNetworkUpdate]].
 +
 
 +
== ClearExFatDriverStatusForDebug ==
 +
No input/output.
 +
 
 +
== RequestBackgroundNetworkUpdate ==
 +
No input/output.
 +
 
 +
Only usable when an [[#ISystemUpdateControl]] isn't open.
 +
 
 +
This sets a state flag to value 1.
 +
 
 +
== NotifyBackgroundNetworkUpdate ==
 +
Takes an input [[NCM_services#ContentMetaKey|ContentMetaKey]], no output.
 +
 
 +
This checks whether a sysupdate is needed with the input ContentMetaKey using [[NCM_services|NCM]] commands, if not this will just return 0. Otherwise, this will then run code which is identical to [[#RequestBackgroundNetworkUpdate]].
 +
 
 +
== NotifyExFatDriverDownloadedForDebug ==
 +
No input/output.
 +
 
 +
== GetSystemUpdateNotificationEventForContentDelivery ==
 +
No input, returns an output Event handle with EventClearMode=0.
 +
 
 +
== NotifySystemUpdateForContentDelivery ==
 +
No input/output.
 +
 
 +
Signals the Event returned by [[#GetSystemUpdateNotificationEventForContentDelivery]].
 +
 
 +
== PrepareShutdown ==
 +
No input/output.
 +
 
 +
This is used by [[AM_services|AM]].
 +
 
 +
Just returns 0 when an [[#ISystemUpdateControl]] is open.  
    
This does various cleanup / uses various service-cmds etc for shutdown preparation.
 
This does various cleanup / uses various service-cmds etc for shutdown preparation.
Line 2,064: Line 2,296:     
* Uses ListSystemUpdateTask again, then [[NIM_services|nim]] IsExFatDriverIncluded. Runs ExFat handling when the output flag is set.
 
* Uses ListSystemUpdateTask again, then [[NIM_services|nim]] IsExFatDriverIncluded. Runs ExFat handling when the output flag is set.
* On newer system-versions, this uses [[NIM_services|nim]] GetSystemUpdateTaskInfo then on success uses data from there to save a SystemPlayReport when a state flag is set (by default it's not set).
+
* On newer system-versions, this uses [[NIM_services|nim]] GetSystemUpdateTaskInfo then on success uses data from there to save a SystemPlayReport when the cached [[System_Settings|system-setting]] "systemreport!enabled" is set.
 
** The EventId is "systemupdate_dl_throughput" with ApplicationId 0100000000001018.
 
** The EventId is "systemupdate_dl_throughput" with ApplicationId 0100000000001018.
** The following fields are added to the report, see [[NIM_services#SystemUpdateTaskInfo|nim SystemUpdateTaskInfo]]: "ContentMetaId", "Version", "DownloadSize", and "ThroughputKBps",
+
** The following fields are added to the report, see [[NIM_services#SystemUpdateTaskInfo|nim SystemUpdateTaskInfo]]: "ContentMetaId", "Version", "DownloadSize", and "ThroughputKBps".
 
* On newer system-versions, this saves another SystemPlayReport when a state flag is set (same flag mentioned above).
 
* On newer system-versions, this saves another SystemPlayReport when a state flag is set (same flag mentioned above).
 
** The EventId is "systemupdate_pass" with ApplicationId 0100000000001021.
 
** The EventId is "systemupdate_pass" with ApplicationId 0100000000001021.
Line 2,153: Line 2,385:  
** Uses [[NIM_services|nim]] cmd72, returning the Result on failure. Waits for the IAsyncResult operation from this to finish, then uses the Get cmd to get the output Result.
 
** Uses [[NIM_services|nim]] cmd72, returning the Result on failure. Waits for the IAsyncResult operation from this to finish, then uses the Get cmd to get the output Result.
 
** Handles cleanup and returns.
 
** Handles cleanup and returns.
* On success, this loads various data which is then used for saving a SystemPlayReport when a state flag is set.
+
* On success, this loads various data which is then used for saving a SystemPlayReport when the cached [[System_Settings|system-setting]] "systemreport!enabled" is set.
 
** The EventId is "receive_system_update" with ApplicationId <NS ProgramId>.
 
** The EventId is "receive_system_update" with ApplicationId <NS ProgramId>.
 
** This report has the following fields:  
 
** This report has the following fields:  
Line 2,278: Line 2,510:  
|-
 
|-
 
| 15 || [10.0.0+] [[#GetApplicationProgramIdFromHost]]
 
| 15 || [10.0.0+] [[#GetApplicationProgramIdFromHost]]
 +
|-
 +
| 16 || [12.0.0+] RefreshCachedDebugValues
 +
|-
 +
| 17 || [12.0.0+] PrepareLaunchApplicationFromHost
 +
|-
 +
| 18 || [12.0.0+] GetLaunchEvent
 +
|-
 +
| 19 || [12.0.0+] GetLaunchResult
 
|}
 
|}
   Line 2,334: Line 2,574:  
Takes a type-0x5 input buffer containing the [[Filesystem_services|ContentPath]]. Returns an u64 [[NCM_services#ProgramId|ProgramId]].
 
Takes a type-0x5 input buffer containing the [[Filesystem_services|ContentPath]]. Returns an u64 [[NCM_services#ProgramId|ProgramId]].
   −
= VersionListData =
+
= acc:su =
This is "nn::ns::VersionListData".
+
This is "nn::account::IAccountServiceForAdministrator".
 
  −
= ApplicationUpdateInfo =
  −
This is "nn::ns::ApplicationUpdateInfo".
  −
 
  −
This is an u8. [[qlaunch]] just checks whether this is 0.
     −
= ApplicationOccupiedSize =
+
[13.0.0+] This was moved from [[Account_services|account]].
This is "nn::ns::ApplicationOccupiedSize". This is a 0x80-byte struct.
  −
 
  −
= ProgressForDeleteUserSaveDataAll =
  −
This is "nn::ns::detail::ProgressForDeleteUserSaveDataAll". This is a 0x28-byte struct.
  −
 
  −
= ApplicationViewDeprecated =
  −
This is "nn::ns::ApplicationViewDeprecated". This is a 0x40-byte struct.
  −
 
  −
This is converted from [[#ApplicationView]] by [[#GetApplicationViewDeprecated]] on newer system-versions as follows:
      
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
! Offset
+
! Cmd || Name || Notes
! Size
+
|-
! Description
+
| 0 || GetUserCount ||
 +
|-
 +
| 1 || GetUserExistence ||
 
|-
 
|-
| 0x0 || 0x20 || Same as [[#ApplicationView]] +0x0.
+
| 2 || ListAllUsers ||
 
|-
 
|-
| 0x20 || 0x4 || Same as [[#ApplicationView]] +0x20.
+
| 3 || ListOpenUsers ||
 
|-
 
|-
| 0x24 || 0x2 || Same as [[#ApplicationView]] +0x24.
+
| 4 || GetLastOpenedUser ||
 
|-
 
|-
| 0x26 || 0x2 || Cleared to 0.
+
| 5 || GetProfile || Returns an [[#IProfile]].
 
|-
 
|-
| 0x28 || 0x10 || Same as [[#ApplicationView]] +0x30.
+
| 6 || [3.0.0+] GetProfileDigest ||
 
|-
 
|-
| 0x38 || 0x4 || Same as [[#ApplicationView]] +0x40.
+
| 50 || [[#IsUserRegistrationRequestPermitted]] ||
 
|-
 
|-
| 0x3C || 0x1 || Same as [[#ApplicationView]] +0x44.
+
| 51 || [[#TrySelectUserWithoutInteraction]] ||
 
|-
 
|-
| 0x3D || 0x2 || Cleared to 0.
+
| 60 || [5.0.0-5.1.0] ListOpenContextStoredUsers ||
 
|-
 
|-
| 0x3F || 0x1 || Cleared to 0.
+
| 99 || [6.0.0+] DebugActivateOpenContextRetention || No input, returns an [[#ISessionObject]].
|}
  −
 
  −
= ApplicationView =
  −
This is "nn::ns::ApplicationView". This is a 0x50-byte struct.
  −
 
  −
{| class="wikitable" border="1"
   
|-
 
|-
! Offset
+
| 100 || GetUserRegistrationNotifier || Returns an [[#INotifier]].
! Size
  −
! Description
   
|-
 
|-
| 0x0 || 0x8 || [[NCM_services#ApplicationId|ApplicationId]]
+
| 101 || GetUserStateChangeNotifier || Returns an [[#INotifier]].
 
|-
 
|-
| 0x8 || 0x4 || ?
+
| 102 || GetBaasAccountManagerForSystemService || Returns an [[#IManagerForSystemService]].
 
|-
 
|-
| 0xC || 0x4 || Flags
+
| 103 || GetBaasUserAvailabilityChangeNotifier || Returns an [[#INotifier]].
 
|-
 
|-
| 0x10 || 0x40 || ?
+
| 104 || GetProfileUpdateNotifier || Returns an [[#INotifier]].
|}
  −
 
  −
= ApplicationViewWithPromotionInfo =
  −
This is a 0x70-byte struct.
  −
 
  −
{| class="wikitable" border="1"
   
|-
 
|-
! Offset
+
| 105 || [4.0.0+] CheckNetworkServiceAvailabilityAsync || Returns an [[#IAsyncContext]].
! Size
  −
! Description
   
|-
 
|-
| 0x0 || 0x50 || [[#ApplicationView]]
+
| 106 || [9.0.0+] GetProfileSyncNotifier ||
 
|-
 
|-
| 0x50 || 0x20 || [[#PromotionInfo]]
+
| 110 || StoreSaveDataThumbnail ||
|}
  −
 
  −
= PromotionInfo =
  −
This is a 0x20-byte struct.
  −
 
  −
{| class="wikitable" border="1"
   
|-
 
|-
! Offset
+
| 111 || ClearSaveDataThumbnail ||
! Size
  −
! Description
   
|-
 
|-
| 0x0 || 0x8 || PosixTime start_timestamp.
+
| 112 || LoadSaveDataThumbnail ||
 
|-
 
|-
| 0x8 || 0x8 || PosixTime end_timestamp.
+
| 113 || [5.0.0+] GetSaveDataThumbnailExistence ||
 
|-
 
|-
| 0x10 || 0x8 || Remaining time until the promotion ends, in nanoseconds ({end_timestamp - current_time} converted to nanoseconds).
+
| 120 || [10.0.0+] ListOpenUsersInApplication ||
 +
|-
 +
| 130 || [6.0.0+] ActivateOpenContextRetention || Takes a total of 0x8-bytes of input, returns an [[#ISessionObject]].
 +
|-
 +
| 140 || [6.0.0+] ListQualifiedUsers ||
 +
|-
 +
| 150 || [10.0.0-10.2.0] AuthenticateApplicationAsync ||
 
|-
 
|-
| 0x18 || 0x4 || Not set, left at zero.
+
| 151 || [12.0.0+] EnsureSignedDeviceIdentifierCacheForNintendoAccountAsync ||  
 
|-
 
|-
| 0x1C || 0x1 || Flags. Bit0: whether the PromotionInfo is valid (including bit1). Bit1 clear: u64 +0x10 is set.
+
| 152 || [12.0.0+] LoadSignedDeviceIdentifierCacheForNintendoAccount ||
 
|-
 
|-
| 0x1D || 0x3 || Padding
+
| 170 || [13.0.0+] GetNasOp2MembershipStateChangeNotifier ||
|}
  −
 
  −
= NoDownloadRightsErrorResolution =
  −
This is "nn::ns::NoDownloadRightsErrorResolution".
  −
 
  −
= BackgroundNetworkUpdateState =
  −
{| class="wikitable" border="1"
   
|-
 
|-
!  Value
+
| 190 || [1.0.0-9.2.0] GetUserLastOpenedApplication ||
!  Description
   
|-
 
|-
| 0 || No sysupdate task exists.
+
| 191 || [7.0.0+] UpdateNotificationReceiverInfo ([5.0.0-5.1.0] ActivateOpenContextHolder) ||
 
|-
 
|-
| 1 || Sysupdate download in progress.
+
| 200 || BeginUserRegistration ||
 
|-
 
|-
| 2 || Sysupdate ready, pending install.
+
| 201 || CompleteUserRegistration ||
|}
  −
 
  −
This is "nn::ns::BackgroundNetworkUpdateState". This is an u8.
  −
 
  −
Similar to [[#HasDownloaded]], [[#GetBackgroundNetworkUpdateState]] uses [[NIM_services|nim]] ListSystemUpdateTask and [[NIM_services|nim]] GetSystemUpdateTaskInfo. When ListSystemUpdateTask successfully returns a task and GetSystemUpdateTaskInfo is successful, the output value is set to: <code>1 + *((u8*)(taskinfo+0) == 0x3</code>. Otherwise, value=0.
  −
 
  −
[[#GetBackgroundNetworkUpdateState]] always returns Result 0, however this will assert if GetSystemUpdateTaskInfo fails with ret!=0x3C89.
  −
 
  −
= SystemUpdateProgress =
  −
{| class="wikitable" border="1"
   
|-
 
|-
! Offset
+
| 202 || CancelUserRegistration ||
! Size
  −
! Description
   
|-
 
|-
| 0x0 || 0x8 || s64 Current size. This value can be larger than total_size when the async operation is finishing. When total_size is <=0, this current_size field may contain a progress value for when the total_size is not yet determined.
+
| 203 || DeleteUser ||
 
|-
 
|-
| 0x8 || 0x8 || s64 Total size, this field is only valid when >0.
+
| 204 || SetUserPosition ||
|}
+
|-
 +
| 205 || GetProfileEditor || Takes an input userID and returns an [[#IProfileEditor]].
 +
|-
 +
| 206 || CompleteUserRegistrationForcibly ||
 +
|-
 +
| 210 || [3.0.0+] CreateFloatingRegistrationRequest || Returns an [[#IFloatingRegistrationRequest]].
 +
|-
 +
| 211 || [8.0.0+] CreateProcedureToRegisterUserWithNintendoAccount || Takes a total of 0x4-bytes of input and a handle, returns an [[#IOAuthProcedureForUserRegistration]].
 +
|-
 +
| 212 || [8.0.0+] ResumeProcedureToRegisterUserWithNintendoAccount || Takes a total of 0x14-bytes of input and a handle, returns an [[#IOAuthProcedureForUserRegistration]].
 +
|-
 +
| 230 || AuthenticateServiceAsync || Returns an [[#IAsyncContext]].
 +
|-
 +
| 250 || GetBaasAccountAdministrator || Returns an [[#IAdministrator]].
 +
|-
 +
| 290 || ProxyProcedureForGuestLoginWithNintendoAccount || Returns an [[#IOAuthProcedureForExternalNsa]] (formerly [[#IOAuthProcedureForGuestLogin]] with [1.0.0-2.3.0]).
 +
|-
 +
| 291 || [3.0.0+] ProxyProcedureForFloatingRegistrationWithNintendoAccount || Returns an [[#IOAuthProcedureForExternalNsa]].
 +
|-
 +
| 299 || SuspendBackgroundDaemon || Returns an [[#ISessionObject]].
 +
|-
 +
| 900 || [13.0.0+] SetUserUnqualifiedForDebug ||
 +
|-
 +
| 901 || [13.0.0+] UnsetUserUnqualifiedForDebug ||
 +
|-
 +
| 902 || [13.0.0+] ListUsersUnqualifiedForDebug ||
 +
|-
 +
| 997 || [3.0.0+] DebugInvalidateTokenCacheForUser ||
 +
|-
 +
| 998 || DebugSetUserStateClose ||
 +
|-
 +
| 999 || DebugSetUserStateOpen ||
 +
|}
   −
This is "nn::ns::SystemUpdateProgress". This is a 0x10-byte struct.
+
[10.0.0+] DebugSetUserStateClose/DebugSetUserStateOpen now takes an additional 8-bytes of input.
 +
 
 +
== IsUserRegistrationRequestPermitted ==
 +
Takes a PID, an input u64 pid_reserved, and returns an output u8 bool.
   −
Commands which have this as output will return 0 with the output cleared, when no task is available.
+
== TrySelectUserWithoutInteraction ==
 +
Takes an input u8 bool isNetworkServiceAccountRequired, returns an output Uid.
   −
= EulaDataPath =
+
== IManagerForSystemService ==
This is "nn::ns::detail::EulaDataPath". This is a 0x100-byte struct.
+
This is "nn::account::baas::IManagerForSystemService".
   −
This contains a file path.
+
{| class="wikitable" border="1"
 
+
|-
= SystemDeliveryInfo =
+
! Cmd || Name || Notes
{| class="wikitable" border="1"
+
|-
|-
+
| 0 || CheckAvailability ||
! Offset
+
|-
! Size
+
| 1 || GetAccountId ||
! Description
+
|-
|-
+
| 2 || EnsureIdTokenCacheAsync || Returns an [[#IAsyncContext]].
| 0x0 || 0x4 || SystemDeliveryProtocolVersion. Must be <= to and match [[System_Settings|system-setting]] <code>contents_delivery!system_delivery_protocol_version</code>.
+
|-
|-
+
| 3 || LoadIdTokenCache ||
| 0x4 || 0x4 || ApplicationDeliveryProtocolVersion. Loaded from [[System_Settings|system-setting]] <code>contents_delivery!application_delivery_protocol_version</code>. Unused by [[#RequestSendSystemUpdate]]/[[#RequestReceiveSystemUpdate]], besides HMAC validation.
+
|-
|-
+
| 100 || SetSystemProgramIdentification ||
| 0x8 || 0x1 || HasExFat. Unused by [[#RequestSendSystemUpdate]]/[[#RequestReceiveSystemUpdate]], besides HMAC validation.
+
|-
|-
+
| 101 || [7.0.0+] RefreshNotificationTokenAsync ||
| 0x9 || 0x3 || Reserved.
+
|-
|-
+
| 110 || [4.0.0+] GetServiceEntryRequirementCache ||
| 0xC || 0x4 || SystemUpdateMetaVersion.
+
|-
|-
+
| 111 || [4.0.0+] InvalidateServiceEntryRequirementCache ||
| 0x10 || 0x8 || SystemUpdateMetaId.
+
|-
|-
+
| 112 || [4.0.0-6.2.0] InvalidateTokenCache ||
| 0x18 || 0x1 || FirmwareVariationId. Used by [[#RequestSendSystemUpdate]].
+
|-
|-
+
| 113 || [6.1.0+] GetServiceEntryRequirementCacheForOnlinePlay || Takes a total of 0x8-bytes of input, returns a total of 0x4-bytes of output.
| 0x19 || 0x1 || UpdatableFirmwareGroupId. Unused by [[#RequestSendSystemUpdate]]/[[#RequestReceiveSystemUpdate]], besides HMAC validation.
+
|-
|-
+
| 120 || GetNintendoAccountId ||
| 0x1A || 0x1 || PlatformRegion (0x00 = Unknown, 0x01 = Global, 0x02 = China).
+
|-
|-
+
| 121 || [9.0.0+] CalculateNintendoAccountAuthenticationFingerprint ||
| 0x1B || 0xC5 || Unused by [[#RequestSendSystemUpdate]]/[[#RequestReceiveSystemUpdate]], besides HMAC validation.
+
|-
|-
+
| 130 || GetNintendoAccountUserResourceCache ||
| 0xE0 || 0x20 || HMAC-SHA256 over the previous 0xE0-bytes.
+
|-
 +
| 131 || RefreshNintendoAccountUserResourceCacheAsync || Returns an [[#IAsyncContext]].
 +
|-
 +
| 132 || RefreshNintendoAccountUserResourceCacheAsyncIfSecondsElapsed || Returns an [[#IAsyncContext]].
 +
|-
 +
| 133 || [9.0.0+] GetNintendoAccountVerificationUrlCache ||
 +
|-
 +
| 134 || [9.0.0+] RefreshNintendoAccountVerificationUrlCacheAsync ||
 +
|-
 +
| 135 || [9.0.0+] RefreshNintendoAccountVerificationUrlCacheAsyncIfSecondsElapsed ||
 +
|-
 +
| 140 || [5.0.0+] GetNetworkServiceLicenseCache ||
 +
|-
 +
| 141 || [5.0.0+] RefreshNetworkServiceLicenseCacheAsync || Returns an [[#IAsyncContext]].
 +
|-
 +
| 142 || [5.0.0+] RefreshNetworkServiceLicenseCacheAsyncIfSecondsElapsed || Returns an [[#IAsyncContext]].
 +
|-
 +
| 150 || CreateAuthorizationRequest || Returns an [[#IAuthorizationRequest]].
 +
|}
 +
 
 +
== IFloatingRegistrationRequest ==
 +
This is "nn::account::baas::IFloatingRegistrationRequest".
 +
 
 +
Added with [3.0.0+].
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Cmd || Name || Notes
 +
|-
 +
| 0 || GetSessionId ||
 +
|-
 +
| 12 || GetAccountId ||
 +
|-
 +
| 13 || GetLinkedNintendoAccountId ||
 +
|-
 +
| 14 || GetNickname ||
 +
|-
 +
| 15 || GetProfileImage ||
 +
|-
 +
| 21 || LoadIdTokenCache ||
 +
|-
 +
| 100 || RegisterUser ([1.0.0-3.0.2] RegisterAsync) || [1.0.0-3.0.2] Used to return an [[#IAsyncContext]].
 +
|-
 +
| 101 || RegisterUserWithUid ([1.0.0-3.0.2] RegisterWithUidAsync) || [1.0.0-3.0.2] Used to return an [[#IAsyncContext]].
 +
|-
 +
| 102 || [4.0.0+] RegisterNetworkServiceAccountAsync || Returns an [[#IAsyncContext]].
 +
|-
 +
| 103 || [4.0.0+] RegisterNetworkServiceAccountWithUidAsync || Returns an [[#IAsyncContext]].
 +
|-
 +
| 110 || SetSystemProgramIdentification ||
 +
|-
 +
| 111 || EnsureIdTokenCacheAsync || Returns an [[#IAsyncContext]].
 +
|}
 +
 
 +
== IAdministrator ==
 +
This is "nn::account::baas::IAdministrator".
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Cmd || Name || Notes
 +
|-
 +
| 0 || CheckAvailability ||
 +
|-
 +
| 1 || GetAccountId ||
 +
|-
 +
| 2 || EnsureIdTokenCacheAsync || Returns an [[#IAsyncContext]].
 +
|-
 +
| 3 || LoadIdTokenCache ||
 +
|-
 +
| 100 || SetSystemProgramIdentification ||
 +
|-
 +
| 101 || [7.0.0+] RefreshNotificationTokenAsync
 +
|-
 +
| 110 || [4.0.0+] GetServiceEntryRequirementCache ||
 +
|-
 +
| 111 || [4.0.0+] InvalidateServiceEntryRequirementCache ||
 +
|-
 +
| 112 || [4.0.0-6.2.0] InvalidateTokenCache ||
 +
|-
 +
| 113 || [6.1.0+] GetServiceEntryRequirementCacheForOnlinePlay || Takes a total of 0x8-bytes of input, returns a total of 0x4-bytes of output.
 +
|-
 +
| 120 || GetNintendoAccountId ||
 +
|-
 +
| 121 || [9.0.0+] CalculateNintendoAccountAuthenticationFingerprint ||
 +
|-
 +
| 130 || GetNintendoAccountUserResourceCache ||
 +
|-
 +
| 131 || RefreshNintendoAccountUserResourceCacheAsync || Returns an [[#IAsyncContext]].
 +
|-
 +
| 132 || RefreshNintendoAccountUserResourceCacheAsyncIfSecondsElapsed || Returns an [[#IAsyncContext]].
 +
|-
 +
| 133 || [9.0.0+] GetNintendoAccountVerificationUrlCache ||
 +
|-
 +
| 134 || [9.0.0+] RefreshNintendoAccountVerificationUrlCacheAsync ||
 +
|-
 +
| 135 || [9.0.0+] RefreshNintendoAccountVerificationUrlCacheAsyncIfSecondsElapsed ||
 +
|-
 +
| 140 || [5.0.0+] GetNetworkServiceLicenseCache ||
 +
|-
 +
| 141 || [5.0.0+] RefreshNetworkServiceLicenseCacheAsync ||
 +
|-
 +
| 142 || [5.0.0+] RefreshNetworkServiceLicenseCacheAsyncIfSecondsElapsed ||
 +
|-
 +
| 150 || CreateAuthorizationRequest || Returns an [[#IAuthorizationRequest]].
 +
|-
 +
| 200 || IsRegistered ||
 +
|-
 +
| 201 || RegisterAsync || Returns an [[#IAsyncContext]].
 +
|-
 +
| 202 || UnregisterAsync || Returns an [[#IAsyncContext]].
 +
|-
 +
| 203 || DeleteRegistrationInfoLocally ||
 +
|-
 +
| 220 || SynchronizeProfileAsync || Returns an [[#IAsyncContext]].
 +
|-
 +
| 221 || UploadProfileAsync || Returns an [[#IAsyncContext]].
 +
|-
 +
| 222 || SynchronizeProfileAsyncIfSecondsElapsed || Returns an [[#IAsyncContext]].
 +
|-
 +
| 250 || IsLinkedWithNintendoAccount ||
 +
|-
 +
| 251 || CreateProcedureToLinkWithNintendoAccount || Returns an [[#IOAuthProcedureForNintendoAccountLinkage]].
 +
|-
 +
| 252 || ResumeProcedureToLinkWithNintendoAccount || Returns an [[#IOAuthProcedureForNintendoAccountLinkage]].
 +
|-
 +
| 255 || CreateProcedureToUpdateLinkageStateOfNintendoAccount || Returns an [[#IOAuthProcedure]].
 +
|-
 +
| 256 || ResumeProcedureToUpdateLinkageStateOfNintendoAccount || Returns an [[#IOAuthProcedure]].
 +
|-
 +
| 260 || [3.0.0+] CreateProcedureToLinkNnidWithNintendoAccount || Returns an [[#IOAuthProcedure]].
 +
|-
 +
| 261 || [3.0.0+] ResumeProcedureToLinkNnidWithNintendoAccount || Returns an [[#IOAuthProcedure]].
 +
|-
 +
| 280 || ProxyProcedureToAcquireApplicationAuthorizationForNintendoAccount || Returns an [[#IOAuthProcedure]].
 +
|-
 +
| 290 || [8.0.0+] GetRequestForNintendoAccountUserResourceView ||
 +
|-
 +
| 300 || [6.0.0+] TryRecoverNintendoAccountUserStateAsync || Returns an [[#IAsyncContext]].
 +
|-
 +
| 400 || [6.1.0+] IsServiceEntryRequirementCacheRefreshRequiredForOnlinePlay || Takes a total of 0x8-bytes of input, returns an output u8.
 +
|-
 +
| 401 || [6.1.0+] RefreshServiceEntryRequirementCacheForOnlinePlayAsync || Takes a total of 0x8-bytes of input, returns an [[#IAsyncContext]].
 +
|-
 +
| 900 || [9.0.0+] GetAuthenticationInfoForWin ||
 +
|-
 +
| 901 || [9.0.0+] ImportAsyncForWin ||
 +
|-
 +
| 997 || DebugUnlinkNintendoAccountAsync || Returns an [[#IAsyncContext]].
 +
|-
 +
| 998 || DebugSetAvailabilityErrorDetail ||
 +
|}
 +
 
 +
== IAuthorizationRequest ==
 +
This is "nn::account::nas::IAuthorizationRequest".
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Cmd || Name || Notes
 +
|-
 +
| 0 || GetSessionId ||
 +
|-
 +
| 10 || InvokeWithoutInteractionAsync || Returns an [[#IAsyncContext]].
 +
|-
 +
| 19 || IsAuthorized ||
 +
|-
 +
| 20 || GetAuthorizationCode ||
 +
|-
 +
| 21 || GetIdToken ||
 +
|-
 +
| 22 || GetState ||
 +
|}
 +
 
 +
== IOAuthProcedure ==
 +
This is "nn::account::http::IOAuthProcedure".
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Cmd || Name || Notes
 +
|-
 +
| 0 || PrepareAsync || Returns an [[#IAsyncContext]].
 +
|-
 +
| 1 || GetRequest ||
 +
|-
 +
| 2 || ApplyResponse ||
 +
|-
 +
| 3 || ApplyResponseAsync || Returns an [[#IAsyncContext]].
 +
|-
 +
| 10 || Suspend ||
 +
|}
 +
 
 +
== IOAuthProcedureForExternalNsa ==
 +
This is "nn::account::nas::IOAuthProcedureForExternalNsa".
 +
 
 +
Added with [3.0.0+].
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Cmd || Name || Notes
 +
|-
 +
| 0 || PrepareAsync || Returns an [[#IAsyncContext]].
 +
|-
 +
| 1 || GetRequest ||
 +
|-
 +
| 2 || ApplyResponse ||
 +
|-
 +
| 3 || ApplyResponseAsync || Returns an [[#IAsyncContext]].
 +
|-
 +
| 10 || Suspend ||
 +
|-
 +
| 100 || GetAccountId ||
 +
|-
 +
| 101 || GetLinkedNintendoAccountId ||
 +
|-
 +
| 102 || GetNickname ||
 +
|-
 +
| 103 || GetProfileImage ||
 +
|}
 +
 
 +
== IOAuthProcedureForNintendoAccountLinkage ==
 +
This is "nn::account::nas::IOAuthProcedureForNintendoAccountLinkage".
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Cmd || Name || Notes
 +
|-
 +
| 0 || PrepareAsync || Returns an [[#IAsyncContext]].
 +
|-
 +
| 1 || GetRequest ||
 +
|-
 +
| 2 || ApplyResponse ||
 +
|-
 +
| 3 || ApplyResponseAsync || Returns an [[#IAsyncContext]].
 +
|-
 +
| 10 || Suspend ||
 +
|-
 +
| 100 || GetRequestWithTheme ||
 +
|-
 +
| 101 || IsNetworkServiceAccountReplaced ||
 +
|-
 +
| 199 || [2.0.0-5.1.0] GetUrlForIntroductionOfExtraMembership ||
 +
|}
 +
 
 +
== INotifier ==
 +
This is "nn::account::detail::INotifier".
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Cmd || Name
 +
|-
 +
| 0 || GetSystemEvent
 +
|}
 +
 
 +
== IProfile ==
 +
This is "nn::account::profile::IProfile".
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Cmd || Name
 +
|-
 +
| 0 || [[#Get]]
 +
|-
 +
| 1 || [[#GetBase]]
 +
|-
 +
| 10 || [[#GetImageSize]]
 +
|-
 +
| 11 || [[#LoadImage]]
 +
|}
 +
 
 +
=== Get ===
 +
Takes an output type-0x1A buffer for [[#UserData]], returns an output [[#ProfileBase]].
 +
 
 +
=== GetBase ===
 +
No input, returns an output [[#ProfileBase]].
 +
 
 +
=== GetImageSize ===
 +
No input, returns an output u32 for the size of the image buffer.
 +
 
 +
=== LoadImage ===
 +
Takes an output type-0x6 buffer, returns the same output u32 as [[#GetImageSize]].
 +
 
 +
The output buffer contains the JPEG profile image icon. This is valid for both Miis and character icons.
 +
 
 +
== IProfileEditor ==
 +
This is "nn::account::profile::IProfileEditor".
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Cmd || Name
 +
|-
 +
| 0 || [[#Get]]
 +
|-
 +
| 1 || [[#GetBase]]
 +
|-
 +
| 10 || [[#GetImageSize]]
 +
|-
 +
| 11 || [[#LoadImage]]
 +
|-
 +
| 100 || [[#Store]]
 +
|-
 +
| 101 || [[#StoreWithImage]]
 +
|}
 +
 
 +
=== Store ===
 +
Takes a [[#ProfileBase]] and an input type-0x19 buffer for [[#UserData]].
 +
 
 +
=== StoreWithImage ===
 +
Takes a [[#ProfileBase]], an input type-0x19 buffer for [[#UserData]], and an input type-0x5 buffer.
 +
 
 +
== IAsyncContext ==
 +
This is "nn::account::detail::IAsyncContext".
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Cmd || Name
 +
|-
 +
| 0 || GetSystemEvent
 +
|-
 +
| 1 || Cancel
 +
|-
 +
| 2 || HasDone
 +
|-
 +
| 3 || GetResult
 +
|}
 +
 
 +
== ISessionObject ==
 +
This is "nn::account::detail::ISessionObject".
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Cmd || Name
 +
|-
 +
| 999 || Dummy
 +
|}
 +
 
 +
= acc:u0 =
 +
This is "nn::account::IAccountServiceForApplication".
 +
 
 +
[13.0.0+] This was moved from [[Account_services|account]].
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Cmd || Name || Notes
 +
|-
 +
| 0 || GetUserCount ||
 +
|-
 +
| 1 || GetUserExistence ||
 +
|-
 +
| 2 || ListAllUsers ||
 +
|-
 +
| 3 || ListOpenUsers ||
 +
|-
 +
| 4 || GetLastOpenedUser ||
 +
|-
 +
| 5 || GetProfile || Takes an input userID, returns an [[#IProfile]].
 +
|-
 +
| 6 || [3.0.0+] GetProfileDigest ||
 +
|-
 +
| 50 || [[#IsUserRegistrationRequestPermitted]] ||
 +
|-
 +
| 51 || [[#TrySelectUserWithoutInteraction]] ||
 +
|-
 +
| 60 || [5.0.0-5.1.0] ListOpenContextStoredUsers ||
 +
|-
 +
| 99 || [6.0.0+] DebugActivateOpenContextRetention || No input, returns an [[#ISessionObject]].
 +
|-
 +
| 100 || [[#InitializeApplicationInfoV0]] ||
 +
|-
 +
| 101 || GetBaasAccountManagerForApplication || Takes an input userID, returns an [[#IManagerForApplication]].
 +
|-
 +
| 102 || AuthenticateApplicationAsync || Returns an [[#IAsyncContext]].
 +
|-
 +
| 103 || [4.0.0+] CheckNetworkServiceAvailabilityAsync || Returns an [[#IAsyncContext]].
 +
|-
 +
| 110 || StoreSaveDataThumbnail ||
 +
|-
 +
| 111 || ClearSaveDataThumbnail ||
 +
|-
 +
| 120 || CreateGuestLoginRequest || Returns an [[#IGuestLoginRequest]].
 +
|-
 +
| 130 || [5.0.0+] LoadOpenContext ||
 +
|-
 +
| 131 || [6.0.0+] ListOpenContextStoredUsers ||
 +
|-
 +
| 140 || [6.0.0+] [[#InitializeApplicationInfoV1]] ||
 +
|-
 +
| 141 || [6.0.0+] ListQualifiedUsers ||
 +
|-
 +
| 150 || [6.0.0+] IsUserAccountSwitchLocked ||
 +
|-
 +
| 160 || [13.0.0+] InitializeApplicationInfoV2 ||
 +
|}
 +
 
 +
InitializeApplicationInfo* is used by the user-process during service init.
 +
 
 +
== InitializeApplicationInfoV0 ==
 +
Takes a PID and an input u64 pid_placeholder, no output.
 +
 
 +
== InitializeApplicationInfoV1 ==
 +
Takes a PID and an input u64 pid_placeholder, no output.
 +
 
 +
== IGuestLoginRequest ==
 +
This is "nn::account::baas::IGuestLoginRequest".
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Cmd || Name
 +
|-
 +
| 0 || GetSessionId
 +
|-
 +
| 11 || [1.0.0-2.3.0]
 +
|-
 +
| 12 || GetAccountId
 +
|-
 +
| 13 || GetLinkedNintendoAccountId
 +
|-
 +
| 14 || GetNickname
 +
|-
 +
| 15 || GetProfileImage
 +
|-
 +
| 21 || [3.0.0+] LoadIdTokenCache
 +
|}
 +
 
 +
== IManagerForApplication ==
 +
This is "nn::account::baas::IManagerForApplication".
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Cmd || Name || Notes
 +
|-
 +
| 0 || CheckAvailability ||
 +
|-
 +
| 1 || GetAccountId ||
 +
|-
 +
| 2 || EnsureIdTokenCacheAsync || Returns an [[#IAsyncContext]].
 +
|-
 +
| 3 || LoadIdTokenCache ||
 +
|-
 +
| 130 || GetNintendoAccountUserResourceCacheForApplication ||
 +
|-
 +
| 150 || CreateAuthorizationRequest || Returns an [[#IAuthorizationRequest]].
 +
|-
 +
| 160 || [5.0.0+] StoreOpenContext ||
 +
|-
 +
| 170 || [13.0.0+] EnsureIdTokenCacheForOnlinePlayAsync ([6.0.0-12.1.0] LoadNetworkServiceLicenseKindAsync) || No input, returns an [[#IAsyncContextForLoginForOnlinePlay]] ([6.0.0-12.1.0] [[#IAsyncNetworkServiceLicenseKindContext]]).
 +
|}
 +
 
 +
== IAsyncNetworkServiceLicenseKindContext ==
 +
This is "nn::account::detail::IAsyncNetworkServiceLicenseKindContext".
 +
 
 +
This was added with [6.0.0+].
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Cmd || Name || Notes
 +
|-
 +
| 0 || GetSystemEvent ||
 +
|-
 +
| 1 || Cancel ||
 +
|-
 +
| 2 || HasDone ||
 +
|-
 +
| 3 || GetResult ||
 +
|-
 +
| 100 || GetNetworkServiceLicenseKind ||
 +
|}
 +
 
 +
== IAsyncContextForLoginForOnlinePlay ==
 +
This is "nn::account::baas::IAsyncContextForLoginForOnlinePlay".
 +
 
 +
This was added with [13.0.0+].
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Cmd || Name || Notes
 +
|-
 +
| 0 || GetSystemEvent ||
 +
|-
 +
| 1 || Cancel ||
 +
|-
 +
| 2 || HasDone ||
 +
|-
 +
| 3 || GetResult ||
 +
|-
 +
| 100 || GetNetworkServiceLicenseInfoForOnlinePlay ||
 +
|}
 +
 
 +
= acc:u1 =
 +
This is "nn::account::IAccountServiceForSystemService".
 +
 
 +
[13.0.0+] This was moved from [[Account_services|account]].
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Cmd || Name || Notes
 +
|-
 +
| 0 || GetUserCount ||
 +
|-
 +
| 1 || GetUserExistence ||
 +
|-
 +
| 2 || ListAllUsers ||
 +
|-
 +
| 3 || ListOpenUsers ||
 +
|-
 +
| 4 || GetLastOpenedUser ||
 +
|-
 +
| 5 || GetProfile || Returns an [[#IProfile]].
 +
|-
 +
| 6 || [3.0.0+] GetProfileDigest ||
 +
|-
 +
| 50 || [[#IsUserRegistrationRequestPermitted]] ||
 +
|-
 +
| 51 || [[#TrySelectUserWithoutInteraction]] ||
 +
|-
 +
| 60 || [5.0.0-5.1.0] ListOpenContextStoredUsers ||
 +
|-
 +
| 99 || [6.0.0+] DebugActivateOpenContextRetention || No input, returns an [[#ISessionObject]].
 +
|-
 +
| 100 || GetUserRegistrationNotifier || Returns an [[#INotifier]].
 +
|-
 +
| 101 || GetUserStateChangeNotifier || Returns an [[#INotifier]].
 +
|-
 +
| 102 || GetBaasAccountManagerForSystemService || Returns an [[#IManagerForSystemService]].
 +
|-
 +
| 103 || GetBaasUserAvailabilityChangeNotifier || Returns an [[#INotifier]].
 +
|-
 +
| 104 || GetProfileUpdateNotifier || Returns an [[#INotifier]].
 +
|-
 +
| 105 || [4.0.0+] CheckNetworkServiceAvailabilityAsync || Returns an [[#IAsyncContext]].
 +
|-
 +
| 106 || [9.0.0+] GetProfileSyncNotifier ||
 +
|-
 +
| 110 || StoreSaveDataThumbnail ||
 +
|-
 +
| 111 || ClearSaveDataThumbnail ||
 +
|-
 +
| 112 || LoadSaveDataThumbnail ||
 +
|-
 +
| 113 || [5.0.0+] GetSaveDataThumbnailExistence ||
 +
|-
 +
| 120 || [10.0.0+] ListOpenUsersInApplication ||
 +
|-
 +
| 130 || [6.0.0+] ActivateOpenContextRetention || Takes a total of 0x8-bytes of input, returns an [[#ISessionObject]].
 +
|-
 +
| 140 || [6.0.0+] ListQualifiedUsers ||
 +
|-
 +
| 150 || [10.0.0-10.2.0] AuthenticateApplicationAsync ||
 +
|-
 +
| 151 || [12.0.0+] EnsureSignedDeviceIdentifierCacheForNintendoAccountAsync ||
 +
|-
 +
| 152 || [12.0.0+] LoadSignedDeviceIdentifierCacheForNintendoAccount ||
 +
|-
 +
| 170 || [13.0.0+] GetNasOp2MembershipStateChangeNotifier ||
 +
|-
 +
| 190 || [1.0.0-9.2.0] GetUserLastOpenedApplication ||
 +
|-
 +
| 191 || [7.0.0+] UpdateNotificationReceiverInfo ([5.0.0-5.1.0] ActivateOpenContextHolder) ||
 +
|-
 +
| 997 || [3.0.0+] DebugInvalidateTokenCacheForUser ||
 +
|-
 +
| 998 || DebugSetUserStateClose ||
 +
|-
 +
| 999 || DebugSetUserStateOpen ||
 +
|}
 +
 
 +
[10.0.0+] DebugSetUserStateClose/DebugSetUserStateOpen now takes an additional 8-bytes of input.
 +
 
 +
== IOAuthProcedureForUserRegistration ==
 +
This is "nn::account::nas::IOAuthProcedureForUserRegistration".
 +
 
 +
This was added with [8.0.0+].
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Cmd || Name || Notes
 +
|-
 +
| 0 || PrepareAsync || No input, returns an [[#IAsyncContext]].
 +
|-
 +
| 1 || GetRequest ||
 +
|-
 +
| 2 || ApplyResponse ||
 +
|-
 +
| 3 || ApplyResponseAsync || Takes a type-0x9 input buffer, returns an [[#IAsyncContext]].
 +
|-
 +
| 10 || Suspend ||
 +
|-
 +
| 100 || GetAccountId ||
 +
|-
 +
| 101 || GetLinkedNintendoAccountId ||
 +
|-
 +
| 102 || GetNickname ||
 +
|-
 +
| 103 || GetProfileImage ||
 +
|-
 +
| 110 || RegisterUserAsync || No input, returns an [[#IAsyncContext]].
 +
|-
 +
| 111 || GetUid ||
 +
|}
 +
 
 +
= VersionListData =
 +
This is "nn::ns::VersionListData".
 +
 
 +
= ApplicationUpdateInfo =
 +
This is "nn::ns::ApplicationUpdateInfo".
 +
 
 +
This is an u8. [[qlaunch]] just checks whether this is 0.
 +
 
 +
= ApplicationOccupiedSize =
 +
This is "nn::ns::ApplicationOccupiedSize". This is a 0x80-byte struct.
 +
 
 +
= ProgressForDeleteUserSaveDataAll =
 +
This is "nn::ns::detail::ProgressForDeleteUserSaveDataAll". This is a 0x28-byte struct.
 +
 
 +
= ApplicationViewDeprecated =
 +
This is "nn::ns::ApplicationViewDeprecated". This is a 0x40-byte struct.
 +
 
 +
This is converted from [[#ApplicationView]] by [[#GetApplicationViewDeprecated]] on newer system-versions as follows:
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Offset
 +
! Size
 +
! Description
 +
|-
 +
| 0x0 || 0x20 || Same as [[#ApplicationView]] +0x0.
 +
|-
 +
| 0x20 || 0x4 || Same as [[#ApplicationView]] +0x20.
 +
|-
 +
| 0x24 || 0x2 || Same as [[#ApplicationView]] +0x24.
 +
|-
 +
| 0x26 || 0x2 || Cleared to 0.
 +
|-
 +
| 0x28 || 0x10 || Same as [[#ApplicationView]] +0x30.
 +
|-
 +
| 0x38 || 0x4 || Same as [[#ApplicationView]] +0x40.
 +
|-
 +
| 0x3C || 0x1 || Same as [[#ApplicationView]] +0x44.
 +
|-
 +
| 0x3D || 0x2 || Cleared to 0.
 +
|-
 +
| 0x3F || 0x1 || Cleared to 0.
 +
|}
 +
 
 +
= ApplicationView =
 +
This is "nn::ns::ApplicationView". This is a 0x50-byte struct.
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Offset
 +
! Size
 +
! Description
 +
|-
 +
| 0x0 || 0x8 || [[NCM_services#ApplicationId|ApplicationId]]
 +
|-
 +
| 0x8 || 0x4 || ?
 +
|-
 +
| 0xC || 0x4 || Flags
 +
|-
 +
| 0x10 || 0x40 || ?
 +
|}
 +
 
 +
= ApplicationViewWithPromotionInfo =
 +
This is a 0x70-byte struct.
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Offset
 +
! Size
 +
! Description
 +
|-
 +
| 0x0 || 0x50 || [[#ApplicationView]]
 +
|-
 +
| 0x50 || 0x20 || [[#PromotionInfo]]
 +
|}
 +
 
 +
= PromotionInfo =
 +
This is a 0x20-byte struct.
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Offset
 +
! Size
 +
! Description
 +
|-
 +
| 0x0 || 0x8 || PosixTime start_timestamp.
 +
|-
 +
| 0x8 || 0x8 || PosixTime end_timestamp.
 +
|-
 +
| 0x10 || 0x8 || Remaining time until the promotion ends, in nanoseconds ({end_timestamp - current_time} converted to nanoseconds).
 +
|-
 +
| 0x18 || 0x4 || Not set, left at zero.
 +
|-
 +
| 0x1C || 0x1 || Flags. Bit0: whether the PromotionInfo is valid (including bit1). Bit1 clear: u64 +0x10 is set.
 +
|-
 +
| 0x1D || 0x3 || Padding
 +
|}
 +
 
 +
= NoDownloadRightsErrorResolution =
 +
This is "nn::ns::NoDownloadRightsErrorResolution".
 +
 
 +
= BackgroundNetworkUpdateState =
 +
{| class="wikitable" border="1"
 +
|-
 +
!  Value
 +
!  Description
 +
|-
 +
| 0 || No sysupdate task exists.
 +
|-
 +
| 1 || Sysupdate download in progress.
 +
|-
 +
| 2 || Sysupdate ready, pending install.
 +
|}
 +
 
 +
This is "nn::ns::BackgroundNetworkUpdateState". This is an u8.
 +
 
 +
Similar to [[#HasDownloaded]], [[#GetBackgroundNetworkUpdateState]] uses [[NIM_services|nim]] ListSystemUpdateTask and [[NIM_services|nim]] GetSystemUpdateTaskInfo. When ListSystemUpdateTask successfully returns a task and GetSystemUpdateTaskInfo is successful, the output value is set to: <code>1 + *((u8*)(taskinfo+0) == 0x3</code>. Otherwise, value=0.
 +
 
 +
[[#GetBackgroundNetworkUpdateState]] always returns Result 0, however this will assert if GetSystemUpdateTaskInfo fails with ret!=0x3C89.
 +
 
 +
= SystemUpdateProgress =
 +
{| class="wikitable" border="1"
 +
|-
 +
! Offset
 +
! Size
 +
! Description
 +
|-
 +
| 0x0 || 0x8 || s64 Current size. This value can be larger than total_size when the async operation is finishing. When total_size is <=0, this current_size field may contain a progress value for when the total_size is not yet determined.
 +
|-
 +
| 0x8 || 0x8 || s64 Total size, this field is only valid when >0.
 +
|}
 +
 
 +
This is "nn::ns::SystemUpdateProgress". This is a 0x10-byte struct.
 +
 
 +
Commands which have this as output will return 0 with the output cleared, when no task is available.
 +
 
 +
= EulaDataPath =
 +
This is "nn::ns::detail::EulaDataPath". This is a 0x100-byte struct.
 +
 
 +
This contains a file path.
 +
 
 +
= SystemDeliveryInfo =
 +
{| class="wikitable" border="1"
 +
|-
 +
! Offset
 +
! Size
 +
! Description
 +
|-
 +
| 0x0 || 0x4 || SystemDeliveryProtocolVersion. Must be <= to and match [[System_Settings|system-setting]] <code>contents_delivery!system_delivery_protocol_version</code>.
 +
|-
 +
| 0x4 || 0x4 || ApplicationDeliveryProtocolVersion. Loaded from [[System_Settings|system-setting]] <code>contents_delivery!application_delivery_protocol_version</code>. Unused by [[#RequestSendSystemUpdate]]/[[#RequestReceiveSystemUpdate]], besides HMAC validation.
 +
|-
 +
| 0x8 || 0x1 || HasExFat. Unused by [[#RequestSendSystemUpdate]]/[[#RequestReceiveSystemUpdate]], besides HMAC validation.
 +
|-
 +
| 0x9 || 0x3 || Reserved.
 +
|-
 +
| 0xC || 0x4 || SystemUpdateMetaVersion.
 +
|-
 +
| 0x10 || 0x8 || SystemUpdateMetaId.
 +
|-
 +
| 0x18 || 0x1 || FirmwareVariationId. Used by [[#RequestSendSystemUpdate]].
 +
|-
 +
| 0x19 || 0x1 || UpdatableFirmwareGroupId. Unused by [[#RequestSendSystemUpdate]]/[[#RequestReceiveSystemUpdate]], besides HMAC validation.
 +
|-
 +
| 0x1A || 0x1 || PlatformRegion (0x00 = Unknown, 0x01 = Global, 0x02 = China).
 +
|-
 +
| 0x1B || 0xC5 || Unused by [[#RequestSendSystemUpdate]]/[[#RequestReceiveSystemUpdate]], besides HMAC validation.
 +
|-
 +
| 0xE0 || 0x20 || HMAC-SHA256 over the previous 0xE0-bytes.
 +
|}
 +
 
 +
This is "nn::ns::SystemDeliveryInfo". This is a 0x100-byte struct.
 +
 
 +
= ApplicationDeliveryInfo =
 +
{| class="wikitable" border="1"
 +
|-
 +
! Offset
 +
! Size
 +
! Description
 +
|-
 +
| 0x0 || 0x8 || ?
 +
|-
 +
| 0x8 || 0x8 || ApplicationId.
 +
|-
 +
| 0x10 || 0x4 || ApplicationVersion.
 +
|-
 +
| 0x14 || 0x4 || ?
 +
|-
 +
| 0x18 || 0x4 || RequiredSystemVersion.
 +
|-
 +
| 0x1C || 0x4 || ?
 +
|-
 +
| 0x20 || 0xC0 || ?
 +
|-
 +
| 0xE0 || 0x20 || HMAC-SHA256 over the previous 0xE0-bytes. Uses a different key than [[#SystemDeliveryInfo]].
 +
|}
 +
 
 +
This is "nn::ns::ApplicationDeliveryInfo". This is a 0x100-byte struct.
 +
 
 +
= LatestSystemUpdate =
 +
{| class="wikitable" border="1"
 +
|-
 +
!  Value
 +
!  Description
 +
|-
 +
| 1 || Unknown.
 +
|-
 +
| 2 || Unknown.
 +
|-
 +
| Other values || Unknown.
 +
|}
 +
 
 +
This is "nn::ns::LatestSystemUpdate". This is an u8.
 +
 
 +
= ReceiveApplicationProgress =
 +
This is "nn::ns::ReceiveApplicationProgress". This is a 0x10-byte struct.
 +
 
 +
= SendApplicationProgress =
 +
This is "nn::ns::SendApplicationProgress". This is a 0x10-byte struct.
 +
 
 +
= ApplicationRightsOnClient =
 +
This is a 0x20-byte struct.
 +
 
 +
[[qlaunch]] only uses +0x18/+0x19 in this struct.
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Offset
 +
! Size
 +
! Description
 +
|-
 +
| 0x0 || 0x8 || [[NCM_services#ApplicationId|ApplicationId]]
 +
|-
 +
| 0x8 || 0x10 || [[Account_services#Uid|Uid]]
 +
|-
 +
| 0x18 || 0x1 || Flags, [[qlaunch]] only uses bit0-bit4 and bit7.
 +
|-
 +
| 0x19 || 0x1 || Flags, [[qlaunch]] only uses bit0.
 +
|-
 +
| 0x1A || 0x6 || Unknown
 +
|}
 +
 
 +
= DownloadTaskStatus =
 +
This is "nn::ns::DownloadTaskStatus". This is a 0x20-byte struct.
 +
 
 +
= ApplicationLaunchInfo =
 +
This is a 0x40-byte struct.
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Offset
 +
! Size
 +
! Description
 +
|-
 +
| 0x0 || 0x8 || [[NCM_services#ApplicationId|ApplicationId]]
 +
|-
 +
| 0x8 || 0x4 || Application version
 +
|-
 +
| 0xC || 0x4 || [[Process_Manager_services#LaunchFlags|LaunchFlags]], set to hard-coded value 0xB by [[#GetApplicationLaunchInfo]].
 +
|-
 +
| 0x10 || 0x1 || Application [[NCM_services#StorageId|StorageId]]
 +
|-
 +
| 0x11 || 0x1 || Update [[NCM_services#StorageId|StorageId]]
 +
|-
 +
| 0x12 || 0x2E ||
 
|}
 
|}
   −
This is "nn::ns::SystemDeliveryInfo". This is a 0x100-byte struct.
+
= UserData =
 
  −
= ApplicationDeliveryInfo =
   
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
! Offset
+
! Offset || Size || Description
! Size
  −
! Description
  −
|-
  −
| 0x0 || 0x8 || ?
   
|-
 
|-
| 0x8 || 0x8 || ApplicationId.
+
| 0x0 || 0x4? || ?
 
|-
 
|-
| 0x10 || 0x4 || ApplicationVersion.
+
| 0x4 || 0x4? || Icon ID. 0 = Mii, the rest are character icon IDs.
 
|-
 
|-
| 0x14 || 0x4 || ?
+
| 0x8 || 0x1? || Profile icon background color ID
|-
  −
| 0x18 || 0x4 || RequiredSystemVersion.
   
|-
 
|-
| 0x1C || 0x4 || ?
+
| 0x9 || 0x7 || ?
 
|-
 
|-
| 0x20 || 0xC0 || ?
+
| 0x10 || 0x10 || Some ID related to the Mii? All zeros when a character icon is used.
 
|-
 
|-
| 0xE0 || 0x20 || HMAC-SHA256 over the previous 0xE0-bytes. Uses a different key than [[#SystemDeliveryInfo]].
+
| 0x20 || 0x60 || Usually zeros?
 
|}
 
|}
   −
This is "nn::ns::ApplicationDeliveryInfo". This is a 0x100-byte struct.
+
This is a 0x80-byte struct.
 
  −
= LatestSystemUpdate =
  −
{| class="wikitable" border="1"
  −
|-
  −
!  Value
  −
!  Description
  −
|-
  −
| 1 || Unknown.
  −
|-
  −
| 2 || Unknown.
  −
|-
  −
| Other values || Unknown.
  −
|}
  −
 
  −
This is "nn::ns::LatestSystemUpdate". This is an u8.
  −
 
  −
= ReceiveApplicationProgress =
  −
This is "nn::ns::ReceiveApplicationProgress". This is a 0x10-byte struct.
  −
 
  −
= SendApplicationProgress =
  −
This is "nn::ns::SendApplicationProgress". This is a 0x10-byte struct.
  −
 
  −
= ApplicationRightsOnClient =
  −
This is a 0x20-byte struct.
  −
 
  −
[[qlaunch]] only uses +0x18/+0x19 in this struct.
      +
= ProfileBase =
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
! Offset
+
! Offset || Size || Description
! Size
  −
! Description
  −
|-
  −
| 0x0 || 0x8 || [[NCM_services#ApplicationId|ApplicationId]]
   
|-
 
|-
| 0x8 || 0x10 || [[Account_services#Uid|Uid]]
+
| 0x0 || 0x10 || userID
 
|-
 
|-
| 0x18 || 0x1 || Flags, [[qlaunch]] only uses bit0-bit4 and bit7.
+
| 0x10 || 0x8 || POSIX UTC timestamp, for last account edit.
 
|-
 
|-
| 0x19 || 0x1 || Flags, [[qlaunch]] only uses bit0.
+
| 0x18 || 0x20 || UTF-8 Nickname. Official sw uses strncpy to copy this into another struct (<code>nn::account::Nickname</code>), with a NUL-byte written after the copied data.
 
|-
 
|-
| 0x1A || 0x6 || Unknown
   
|}
 
|}
   −
= DownloadTaskStatus =
+
This is a 0x38-byte struct.
This is "nn::ns::DownloadTaskStatus". This is a 0x20-byte struct.
     −
= ApplicationLaunchInfo =
+
= Uid =
This is a 0x40-byte struct.
+
This is "nn::account::Uid". This is a 0x10-byte struct. This contains 2 u64s for the UserId.
 
  −
{| class="wikitable" border="1"
  −
|-
  −
! Offset
  −
! Size
  −
! Description
  −
|-
  −
| 0x0 || 0x8 || [[NCM_services#ApplicationId|ApplicationId]]
  −
|-
  −
| 0x8 || 0x4 || Application version
  −
|-
  −
| 0xC || 0x4 || [[Process_Manager_services#LaunchFlags|LaunchFlags]], set to hard-coded value 0xB by [[#GetApplicationLaunchInfo]].
  −
|-
  −
| 0x10 || 0x1 || Application [[NCM_services#StorageId|StorageId]]
  −
|-
  −
| 0x11 || 0x1 || Update [[NCM_services#StorageId|StorageId]]
  −
|-
  −
| 0x12 || 0x2E ||
  −
|}
      
[[Category:Services]]
 
[[Category:Services]]

Navigation menu