FRDU:SetNotificationMask: Difference between revisions
Jump to navigation
Jump to search
TimmSkiller (talk | contribs) Created page with "=Request= {{IPC/Request}} {{IPC/RequestHeader|0x0021|1|0}} {{IPC/RequestEntry|Notification mask (see description)}} {{IPC/RequestEnd}} =Response= {{IPC/Request}} {{#vardefine..." |
(No difference)
|
Latest revision as of 14:16, 14 December 2024
Request
| Index Word | Description | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| 0 |
| ||||||||
| 1 | Notification mask (see description) |
Response
| Index Word | Description | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| 0 |
| ||||||||
| 1 | Result code |
Description
Sets the notification mask to control which notifications shall be received.
The mask is a u32 bitfield composed of (1 << (n1 - 1)) | (1 << (n2 - 1)) | .... where n1 and n2 are Notification Event Types.