FRDA:DeleteLocalAccount: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
TimmSkiller (talk | contribs)
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..."
 
TimmSkiller (talk | contribs)
No edit summary
 
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 21:27, 17 December 2024

Request

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

Response

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

Description

Deletes the account with the specified local account ID.