Difference between revisions of "KSynchronizationInterruptEvent"
Jump to navigation
Jump to search
(Created page with "Category:Kernel objects class [[KInterruptEvent] extends KSynchronizationObject;") |
|||
Line 1: | Line 1: | ||
[[Category:Kernel objects]] | [[Category:Kernel objects]] | ||
class [[KInterruptEvent] extends [[KSynchronizationObject]]; | class [[KInterruptEvent] extends [[KSynchronizationObject]]; | ||
+ | |||
+ | |||
+ | Size : 0x8 bytes | ||
+ | |||
+ | {| class="wikitable" border="1" | ||
+ | |- | ||
+ | ! Offset | ||
+ | ! Type | ||
+ | ! Description | ||
+ | |- | ||
+ | | 0x0 | ||
+ | | u32 | ||
+ | | Pointer to vtable | ||
+ | |- | ||
+ | | 0x4 | ||
+ | | u32 | ||
+ | | Pointer to interrupt data (including ptr to function called by interrupt) | ||
+ | |} |
Revision as of 17:33, 10 October 2015
class [[KInterruptEvent] extends KSynchronizationObject;
Size : 0x8 bytes
Offset | Type | Description |
---|---|---|
0x0 | u32 | Pointer to vtable |
0x4 | u32 | Pointer to interrupt data (including ptr to function called by interrupt) |