Services: Difference between revisions
Vgturtle127 (talk | contribs) m Corrected some stuff |
|||
Line 37: | Line 37: | ||
|- | |- | ||
| 0x000A.... | | 0x000A.... | ||
| This | | This disables the specified notificationID for the current process (u32 ID) | ||
|- | |- | ||
| 0x000B0000 | | 0x000B0000 | ||
Line 43: | Line 43: | ||
|- | |- | ||
| 0x000C0080 | | 0x000C0080 | ||
| PublishToSubscriber(u32 ID,u32 flag) | | PublishToSubscriber(u32 ID,u32 flag) This can fire notificationID (Bit(0) only fire if not already fired, Bit(1) = return error if error happens, else it always returns 0) | ||
|- | |- | ||
| 0x000D.... | | 0x000D.... | ||
| | | This can fire notificationIDs and return the number of fired notificationID | ||
|- | |- | ||
| 0x000E.... | | 0x000E.... |