MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / ClientId

Class ClientId

Python-Bridge/Python-Bridge.py:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 obj_valid_attributes = 0x00001FF2
49
50 class ClientId(Structure):
51 _fields_ = [("ProcessId", c_uint64),
52 ("ThreadId", c_uint64)]
53
54 class Beeper:
55 def __init__(self, kb):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected