Difference between revisions of "KObjectName"
Jump to navigation
Jump to search
(Created page with "Category:Kernel objects Size : 0x10 bytes {| class="wikitable" border="1" |- ! Offset ! Type ! Description |- | 0x0 | | |}") |
(Update an error in KObjectName) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 11: | Line 11: | ||
|- | |- | ||
| 0x0 | | 0x0 | ||
− | | | + | | char[12] |
− | | | + | | Object name |
+ | |- | ||
+ | | 0xC | ||
+ | | KClientPort* | ||
+ | | KClientPort that's part of the parent KPort that uses this module | ||
|} | |} |
Latest revision as of 06:29, 9 February 2015
Size : 0x10 bytes
Offset | Type | Description |
---|---|---|
0x0 | char[12] | Object name |
0xC | KClientPort* | KClientPort that's part of the parent KPort that uses this module |