Difference between revisions of "ACTA:UpdateAccountPassword"

From 3dbrew
Jump to navigation Jump to search
(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...")
 
 
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 19:47, 23 January 2025

Request[edit]

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[edit]

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

Description[edit]

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.