Difference between revisions of "KPort"
Jump to navigation
Jump to search
(Created page with "Category:Kernel objects class KPort extends KAutoObject;") |
(Added size and all the fields in the KPort object) |
||
Line 1: | Line 1: | ||
[[Category:Kernel objects]] | [[Category:Kernel objects]] | ||
class [[KPort]] extends [[KAutoObject]]; | class [[KPort]] extends [[KAutoObject]]; | ||
+ | |||
+ | Size : 0x48 bytes | ||
+ | |||
+ | {| class="wikitable" border="1" | ||
+ | |- | ||
+ | ! Offset | ||
+ | ! Type | ||
+ | ! Description | ||
+ | |- | ||
+ | | 0x0 | ||
+ | | u32 | ||
+ | | Pointer to vtable | ||
+ | |- | ||
+ | | 0x4 | ||
+ | | u32 | ||
+ | | Reference count | ||
+ | |- | ||
+ | | 0x8 | ||
+ | | KServerPort | ||
+ | | Server side port object | ||
+ | |- | ||
+ | | 0x2C | ||
+ | | KClientPort | ||
+ | | Client side port object | ||
+ | |- |
Revision as of 19:27, 26 September 2014
class KPort extends KAutoObject;
Size : 0x48 bytes
Offset | Type | Description |
---|---|---|
0x0 | u32 | Pointer to vtable |
0x4 | u32 | Reference count |
0x8 | KServerPort | Server side port object |
0x2C | KClientPort | Client side port object |