Difference between revisions of "FRDN:SuspendAsync"
Jump to navigation
Jump to search
TimmSkiller (talk | contribs) (Created page with "=Request= {{IPC/Request}} {{IPC/RequestHeader|0x0003|1|0}} {{IPC/RequestEntry|bool, Immediately}} {{IPC/RequestEnd}} =Response= {{IPC/Request}} {{#vardefine:ipc_offset|0}} {{...") |
TimmSkiller (talk | contribs) |
||
Line 16: | Line 16: | ||
If <code>immediately</code> is set to true, the suspend performed forcefully, otherwise it is performed gracefully. | If <code>immediately</code> is set to true, the suspend performed forcefully, otherwise it is performed gracefully. | ||
+ | |||
+ | This function is async in the sense that the caller is notified when the action is completed using the handle retrieved with [[FRDN:GetHandleOfNdmStatusChangedEvent]]. |
Latest revision as of 19:41, 17 December 2024
Request[edit]
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | bool, Immediately |
Response[edit]
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | Result code |
Description[edit]
Suspends the friends service daemon.
If immediately
is set to true, the suspend performed forcefully, otherwise it is performed gracefully.
This function is async in the sense that the caller is notified when the action is completed using the handle retrieved with FRDN:GetHandleOfNdmStatusChangedEvent.