Applet Manager services: Difference between revisions
| Line 463: | Line 463: | ||
! Cmd || Name || Notes | ! Cmd || Name || Notes | ||
|- | |- | ||
| 0 || GetEventHandle || | | 0 || [[#GetEventHandle]] || | ||
|- | |- | ||
| 1 || ReceiveMessage || | | 1 || [[#ReceiveMessage]] || | ||
|- | |- | ||
| 2 || GetThisAppletKind || | | 2 || GetThisAppletKind || | ||
| Line 509: | Line 509: | ||
| 61 || GetDefaultDisplayResolutionChangeEvent || | | 61 || GetDefaultDisplayResolutionChangeEvent || | ||
|} | |} | ||
=== GetEventHandle === | |||
No input. Returns an output event handle. This is signalled when a message is available with [[#ReceiveMessage]]. | |||
=== ReceiveMessage === | |||
No input. Returns an output u32. Error 0x680 indicates no message is available? | |||
=== GetCurrentFocusState === | === GetCurrentFocusState === | ||