Changes

Jump to navigation Jump to search
258 bytes added ,  20:27, 26 September 2014
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
 +
|-
374

edits

Navigation menu