Difference between revisions of "FRDA:DeleteLocalAccount"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {{IPC/Request}} {{IPC/RequestHeader|0x0402|1|0}} {{IPC/RequestEntry|u8, local account ID of account to delete}} {{IPC/RequestEnd}} =Response= {{IPC/Request}} {{#var...")
 
 
Line 14: Line 14:
 
=Description=
 
=Description=
 
Deletes the account with the specified local account ID.
 
Deletes the account with the specified local account ID.
 
This command will only run if no local account is loaded. If an account is currently loaded and this command is used, error 0xC960C4F6 is returned.
 

Latest revision as of 20:27, 17 December 2024

Request[edit]

Index Word Description
0
Header 0x04020040 Cmd 0x0402 Param 1 Xlat 0
1 u8, local account ID of account to delete

Response[edit]

Index Word Description
0
Header 0x04020040 Cmd 0x0402 Param 1 Xlat 0
1 Result code

Description[edit]

Deletes the account with the specified local account ID.