ACTA:UpdateAccountPassword: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
TimmSkiller (talk | contribs)
Created page with "=Request= {{IPC/Request}} {{IPC/RequestHeader|0x041E|6|2}} {{IPC/RequestEntry|u8, Account slot}} {{IPC/RequestEntryRange|5|ASCII NULL-terminated new account password (maximum..."
 
TimmSkiller (talk | contribs)
No edit summary
 
Line 16: Line 16:


=Description=
=Description=
Requests a password change for the account. The account slot must be 0xFE. Therefore, this command can only be used with the currently load account.
Requests a password change for the account. The account slot must be 0xFE. Therefore, this command can only be used with the currently loaded account.

Latest revision as of 20:47, 23 January 2025

Request

Index Word Description
0
Header 0x041E0182 Cmd 0x041E Param 6 Xlat 2
1 u8, Account slot
2-6 ASCII NULL-terminated new account password (maximum 17 characters + NULL termination)
7 Descriptor for copying 1 handle
8 Completion event handle

Response

Index Word Description
0
Header 0x041E0040 Cmd 0x041E Param 1 Xlat 0
1 Result code

Description

Requests a password change for the account. The account slot must be 0xFE. Therefore, this command can only be used with the currently loaded account.