KClientSession

KClientSession

class KClientSession extends KSynchronizationObject;

Size : 0x20 bytes

OffsetTypeDescription
0x0u32Pointer to vtable
0x4u32Reference count
0x8u32KLinkedListNode count for object
0xCKLinkedListNode*Pointer to first KLinkedListNode in list of KThreads using this client session
0x10KLinkedListNode*Pointer to last KLinkedListNode in list of KThreads using this client session
0x14KSession*Pointer to parent session
0x18u32Session status
0x1CKClientPort*Pointer to associated client port inside parent KPort

Session status:

1: open 2: closed by client 3: closed by server?

Category:Kernel synchronization objects