FRDN:SuspendAsync: Difference between revisions
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) No edit summary |
||
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 20:41, 17 December 2024
Request
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | bool, Immediately |
Response
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | Result code |
Description
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.