BOSSU:GetTaskPriority: Difference between revisions
DaniElectra (talk | contribs) m DaniElectra moved page BOSS:GetTaskProperty0 to BOSSU:GetTaskPriority: Consistency with other pages |
DaniElectra (talk | contribs) Use IPC template header |
||
Line 2: | Line 2: | ||
{{IPC/Request}} | {{IPC/Request}} | ||
{{#vardefine:ipc_offset|0}} | {{#vardefine:ipc_offset|0}} | ||
{{IPC/ | {{IPC/RequestHeader|0x0034|1|2}} | ||
{{IPC/RequestEntry| | {{IPC/RequestEntry|u32, Task ID size, including NULL terinator}} | ||
{{IPC/MapPointerR| | {{IPC/MapPointerR|Task ID buffer}} | ||
{{IPC/RequestEnd}} | {{IPC/RequestEnd}} | ||
Line 10: | Line 10: | ||
{{IPC/Request}} | {{IPC/Request}} | ||
{{#vardefine:ipc_offset|0}} | {{#vardefine:ipc_offset|0}} | ||
{{IPC/ | {{IPC/RequestHeader|0x0034|2|2}} | ||
{{IPC/RequestEntry|Result code}} | {{IPC/RequestEntry|Result code}} | ||
{{IPC/RequestEntry| | {{IPC/RequestEntry|u8, Task priority}} | ||
{{IPC/MapPointerR|Task ID buffer}} | |||
{{IPC/RequestEnd}} | {{IPC/RequestEnd}} | ||
=Description= | =Description= | ||
This loads the current state of PropertyID 0x0 for the | This loads the current state of PropertyID 0x0 (task priority) for the given task on the program ID of the current session. |