NS services: Difference between revisions
Add missing interfaces |
|||
| Line 978: | Line 978: | ||
==== RequestDownloadTaskListData ==== | ==== RequestDownloadTaskListData ==== | ||
No input, returns an output Event handle and an [[#IAsyncValue]]. | No input, returns an output Event handle and an [[#IAsyncValue]]. | ||
==== GetSystemDeliveryInfo ==== | ==== GetSystemDeliveryInfo ==== | ||
| Line 1,124: | Line 1,103: | ||
This extracts data from the input array for hashing with SHA256, with validation being done when handling each entry. | This extracts data from the input array for hashing with SHA256, with validation being done when handling each entry. | ||
==== GetRightsEnvironmentHandleForApplication ==== | |||
No input, returns a total of 8-bytes of output. | |||
[9.0.0+] Now takes a total of 8-bytes of input, returns a total of 8-bytes of output. | |||
==== RequestNoDownloadRightsErrorResolution ==== | |||
Takes an input [[NCM_services#ApplicationId|ApplicationId]], returns an output Event handle and an [[#IAsyncValue]]. | |||
The data that can be read from the [[#IAsyncValue]] is [[#NoDownloadRightsErrorResolution]]. | |||
==== RequestResolveNoDownloadRightsError ==== | |||
Takes an input [[NCM_services#ApplicationId|ApplicationId]], returns an output Event handle and an [[#IAsyncValue]]. | |||
The data that can be read from the [[#IAsyncValue]] is [[#NoDownloadRightsErrorResolution]]. | |||
==== CreateApplicationResource ==== | |||
Returns an [[#IApplicationResource]]. | |||
==== GetApplicationResource ==== | |||
Returns an [[#IApplicationResource]]. | |||
=== IGameCardStopper === | === IGameCardStopper === | ||