KAutoObject: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:Kernel objects]] | |||
KAutoObject represents a reference counted object that destroys itself when there are no more references to it. | KAutoObject represents a reference counted object that destroys itself when there are no more references to it. | ||
Revision as of 08:25, 27 December 2012
KAutoObject represents a reference counted object that destroys itself when there are no more references to it.
Offset | Type | Description |
---|---|---|
0x0 | u32 | Pointer to vtable |
0x4 | u32 | Reference count |