ACTA:UnbindServerAccount: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
TimmSkiller (talk | contribs)
Created page with "=Request= {{IPC/Request}} {{IPC/RequestHeader|0x0404|2|0}} {{IPC/RequestEntry|u8, Account slot}} {{IPC/RequestEntry|bool, clear assigned account ID}} {{IPC/RequestEnd}} =Resp..."
 
TimmSkiller (talk | contribs)
No edit summary
 
Line 3: Line 3:
{{IPC/RequestHeader|0x0404|2|0}}
{{IPC/RequestHeader|0x0404|2|0}}
{{IPC/RequestEntry|u8, Account slot}}
{{IPC/RequestEntry|u8, Account slot}}
{{IPC/RequestEntry|bool, clear assigned account ID}}
{{IPC/RequestEntry|bool, clear completely}}
{{IPC/RequestEnd}}
{{IPC/RequestEnd}}


Line 14: Line 14:


=Description=
=Description=
Clears the account data (but does not delete the data) for the given account slot. If <code>clear assigned account ID</code> is set to <code>true</code>, the AssignedAccountId field is cleared as well.
Clears the account data (but does not delete the data) for the given account slot. If <code>clear completely</code> is set to <code>true</code>, the AssignedAccountId and AssignedPrincipalId field is cleared as well.

Latest revision as of 16:36, 7 March 2025

Request

Index Word Description
0
Header 0x04040080 Cmd 0x0404 Param 2 Xlat 0
1 u8, Account slot
2 bool, clear completely

Response

Index Word Description
0
Header 0x04040040 Cmd 0x0404 Param 1 Xlat 0
1 Result code

Description

Clears the account data (but does not delete the data) for the given account slot. If clear completely is set to true, the AssignedAccountId and AssignedPrincipalId field is cleared as well.