KEvent: Difference between revisions
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) | |||
|- |