NS services: Difference between revisions
Line 599: | Line 599: | ||
| 84 || [4.0.0+] GetDynamicCommitEvent | | 84 || [4.0.0+] GetDynamicCommitEvent | ||
|- | |- | ||
| 85 || [4.0.0+] RequestUpdateApplication2 | | 85 || [4.0.0+] [[#RequestUpdateApplication2]] | ||
|- | |- | ||
| 86 || [4.0.0+] EnableApplicationCrashReport | | 86 || [4.0.0+] EnableApplicationCrashReport | ||
Line 667: | Line 667: | ||
| 401 || InvalidateAllApplicationControlCache | | 401 || InvalidateAllApplicationControlCache | ||
|- | |- | ||
| 402 || RequestDownloadApplicationControlData | | 402 || [[#RequestDownloadApplicationControlData]] | ||
|- | |- | ||
| 403 || GetMaxApplicationControlCacheCount | | 403 || GetMaxApplicationControlCacheCount | ||
Line 681: | Line 681: | ||
| 408 || [8.0.0+] [[#ListApplicationIcon]] | | 408 || [8.0.0+] [[#ListApplicationIcon]] | ||
|- | |- | ||
| 502 || RequestCheckGameCardRegistration | | 502 || [[#RequestCheckGameCardRegistration]] | ||
|- | |- | ||
| 503 || [[#RequestGameCardRegistrationGoldPoint]] | | 503 || [[#RequestGameCardRegistrationGoldPoint]] | ||
Line 829: | Line 829: | ||
| 1900 || [3.0.0+] IsActiveAccount | | 1900 || [3.0.0+] IsActiveAccount | ||
|- | |- | ||
| 1901 || [4.0.0+] RequestDownloadApplicationPrepurchasedRights | | 1901 || [4.0.0+] [[#RequestDownloadApplicationPrepurchasedRights]] | ||
|- | |- | ||
| 1902 || [5.0.0+] GetApplicationTicketInfo | | 1902 || [5.0.0+] GetApplicationTicketInfo | ||
Line 1,028: | Line 1,028: | ||
This temporarily mounts the [[Filesystem_services#OpenContentStorageFileSystem|ContentStorage]] specified by the StorageId (must be BuiltInUser or SdCard). The two output s64s are the output from [[Filesystem_services#GetTotalSpaceSize|GetTotalSpaceSize]] and [[Filesystem_services#GetFreeSpaceSize|GetFreeSpaceSize]] with this ContentStorage, with it this being unmounted afterwards. | This temporarily mounts the [[Filesystem_services#OpenContentStorageFileSystem|ContentStorage]] specified by the StorageId (must be BuiltInUser or SdCard). The two output s64s are the output from [[Filesystem_services#GetTotalSpaceSize|GetTotalSpaceSize]] and [[Filesystem_services#GetFreeSpaceSize|GetFreeSpaceSize]] with this ContentStorage, with it this being unmounted afterwards. | ||
==== RequestUpdateApplication2 ==== | |||
Takes an input [[NCM_services#ApplicationId|ApplicationId]], returns an output Event handle and an [[#IAsyncResult]]. | |||
==== LaunchDevMenu ==== | ==== LaunchDevMenu ==== | ||
Line 1,051: | Line 1,054: | ||
==== UnregisterNetworkServiceAccountWithUserSaveDataDeletion ==== | ==== UnregisterNetworkServiceAccountWithUserSaveDataDeletion ==== | ||
Takes an input [[Account_services#Uid|Uid]], no output. | Takes an input [[Account_services#Uid|Uid]], no output. | ||
==== RequestDownloadApplicationControlData ==== | |||
Takes an input [[NCM_services#ApplicationId|ApplicationId]], returns an output Event handle and an [[#IAsyncResult]]. | |||
==== ListApplicationTitle ==== | ==== ListApplicationTitle ==== | ||
Line 1,057: | Line 1,063: | ||
==== ListApplicationIcon ==== | ==== ListApplicationIcon ==== | ||
Takes a total of 0x10-bytes of input, a type-0x5 input buffer, an input handle, returns an output Event handle and an [[#IAsyncValue]]. | Takes a total of 0x10-bytes of input, a type-0x5 input buffer, an input handle, returns an output Event handle and an [[#IAsyncValue]]. | ||
==== RequestCheckGameCardRegistration ==== | |||
Takes an input [[NCM_services#ApplicationId|ApplicationId]], returns an output Event handle and an [[#IAsyncResult]]. | |||
==== RequestGameCardRegistrationGoldPoint ==== | ==== RequestGameCardRegistrationGoldPoint ==== | ||
Line 1,125: | Line 1,134: | ||
==== GetLastSdCardFormatUnexpectedResult ==== | ==== GetLastSdCardFormatUnexpectedResult ==== | ||
No input/output. | No input/output. | ||
==== RequestDownloadApplicationPrepurchasedRights ==== | |||
Takes an input [[NCM_services#ApplicationId|ApplicationId]], returns an output Event handle and an [[#IAsyncResult]]. | |||
==== GetSystemDeliveryInfo ==== | ==== GetSystemDeliveryInfo ==== |