KEvent: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
Size : 0x28 bytes | Size : 0x28 bytes | ||
{| class="wikitable" border="1" | |||
|- | |||
! Offset | |||
! Type | |||
! Description | |||
|- | |||
| 0x0 | |||
| u32 | |||
| Pointer to vtable | |||
|- | |||
| 0x4 | |||
| u32 | |||
| Reference count | |||
|- | |||
| 0x24 | |||
| KProcess* | |||
| Process the event belongs to (virtual address) | |||
|- |
Revision as of 17:00, 25 September 2014
class KEvent extends KSynchronizationObject;
Size : 0x28 bytes
Offset | Type | Description |
---|---|---|
0x0 | u32 | Pointer to vtable |
0x4 | u32 | Reference count |
0x24 | KProcess* | Process the event belongs to (virtual address) |