Difference between revisions of "FRDN:Resume"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {{IPC/Request}} {{IPC/RequestHeader|0x0002|0|0}} {{IPC/RequestEnd}} =Response= {{IPC/Request}} {{#vardefine:ipc_offset|0}} {{IPC/RequestHeader|0x0002|1|0}} {{IPC/Re...")
 
 
Line 13: Line 13:
 
=Description=
 
=Description=
 
Resumes the friends service daemon. This does nothing if the EULA version read from the [[Config_Savegame|Config Savegame]] is zero.
 
Resumes the friends service daemon. This does nothing if the EULA version read from the [[Config_Savegame|Config Savegame]] is zero.
 +
 +
The caller is notified when the action is completed using the handle retrieved with [[FRDN:GetHandleOfNdmStatusChangedEvent]].

Latest revision as of 19:42, 17 December 2024

Request[edit]

Index Word Description
0
Header 0x00020000 Cmd 0x0002 Param 0 Xlat 0

Response[edit]

Index Word Description
0
Header 0x00020040 Cmd 0x0002 Param 1 Xlat 0
1 Result code

Description[edit]

Resumes the friends service daemon. This does nothing if the EULA version read from the Config Savegame is zero.

The caller is notified when the action is completed using the handle retrieved with FRDN:GetHandleOfNdmStatusChangedEvent.