KClientPort

KClientPort

class KClientPort extends KSynchronizationObject;

Size : 0x1C bytes

OffsetTypeDescription
0x0u32Pointer to vtable
0x4u32Reference count
0x8u32Node count for threads
0xCKLinkedListNode*Pointer to first KLinkedListNode in the list of threads that sync with this object
0x10KLinkedListNode*Pointer to last KLinkedListNode in the list of threads that sync with this object
0x14s16Current connection count to port
0x16s16Max connection count to port
0x18KPort*Pointer to the parent port object;

Category:Kernel synchronization objects