Difference between revisions of "ACTU:AcquireEulaLanguageList"
Jump to navigation
Jump to search
TimmSkiller (talk | contribs) (Created page with "=Request= {{IPC/Request}} {{IPC/RequestHeader|0x001F|1|2}} {{IPC/RequestEntry|u8, Country code}} {{IPC/CopyHandle|1}} {{IPC/CopyHandleEntry|Com...") |
TimmSkiller (talk | contribs) |
||
Line 16: | Line 16: | ||
=Description= | =Description= | ||
Requests a list of languages the Nintendo Network EULA is available in for the specified country. | Requests a list of languages the Nintendo Network EULA is available in for the specified country. | ||
+ | |||
+ | The resulting data will be in the format of a [[ACT_Services#EulaHeader|EulaList]] structure, with each entry header having all offsets zeroed out except for the LanguageName offset. |
Latest revision as of 15:14, 7 March 2025
Request[edit]
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | u8, Country code | ||||||||
2 | Descriptor for copying 1 handle | ||||||||
3 | Completion event handle |
Response[edit]
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | Result code |
Description[edit]
Requests a list of languages the Nintendo Network EULA is available in for the specified country.
The resulting data will be in the format of a EulaList structure, with each entry header having all offsets zeroed out except for the LanguageName offset.