NS services: Difference between revisions
TotalJustice (talk | contribs) m Added Type values for Application Record Format. |
Add missing interfaces |
||
Line 369: | Line 369: | ||
Loads cached [[control.nacp]] to buf+0 and the cached icon to buf+0x4000. Returns an error if the buffer is too small. | Loads cached [[control.nacp]] to buf+0 and the cached icon to buf+0x4000. Returns an error if the buffer is too small. | ||
===ApplicationControlSource=== | === ApplicationControlSource === | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
Line 1,124: | Line 1,124: | ||
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. | ||
=== IGameCardStopper === | |||
This is "nn::ns::detail::IGameCardStopper". | |||
This interface has no commands. | |||
=== IRequestServerStopper === | |||
This is "nn::ns::detail::IRequestServerStopper". | |||
This interface has no commands. | |||
=== IProgressMonitorForDeleteUserSaveDataAll === | |||
This is "nn::ns::detail::IProgressMonitorForDeleteUserSaveDataAll". | |||
{| class="wikitable" border="1" | |||
|- | |||
! Cmd || Name | |||
|- | |||
| 0 || GetSystemEvent | |||
|- | |||
| 1 || IsFinished | |||
|- | |||
| 2 || GetResult | |||
|- | |||
| 10 || GetProgress | |||
|} | |||
=== IProgressAsyncResult === | |||
This is "nn::ns::detail::IProgressAsyncResult". | |||
{| class="wikitable" border="1" | |||
|- | |||
! Cmd || Name | |||
|- | |||
| 0 || Get | |||
|- | |||
| 1 || Cancel | |||
|- | |||
| 2 || GetProgress | |||
|- | |||
| 3 || GetDetailResult | |||
|- | |||
| 4 || GetErrorContext | |||
|} | |||
=== IApplicationVersionInterface === | === IApplicationVersionInterface === |