BOSSU:RegisterNewArrivalEvent: Difference between revisions
Created page with "I will update this in a sec" |
DaniElectra (talk | contribs) Use IPC template header |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
=Request= | |||
{{IPC/Request}} | |||
{{IPC/RequestHeader|0x0008|0|2}} | |||
{{IPC/CopyHandle|1}} | |||
{{IPC/CopyHandleEntry|KEvent event}} | |||
{{IPC/RequestEnd}} | |||
=Response= | |||
{{IPC/Request}} | |||
{{#vardefine:ipc_offset|0}} | |||
{{IPC/RequestHeader|0x0008|1|0}} | |||
{{IPC/RequestEntry|Result code}} | |||
{{IPC/RequestEnd}} | |||
=Description= | |||
This registers the provided event to be signaled when new content arrives to the program ID of the current session. The event is stored in a global table with up to 5 entries, and distinguishes between user and privileged events. |