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

Method close_handle

Python-Bridge/Python-Bridge.py:373–374  ·  view source on GitHub ↗
(self, handle)

Source from the content-addressed store, hash-verified

371 return self.__kb.KbDereferenceObject(c_uint64(object_ptr))
372
373 def close_handle(self, handle):
374 return self.__kb.KbCloseHandle(c_uint64(handle))
375
376 def query_information_process(self, handle, info_class, buffer, size, return_length):
377 return self.__kb.KbQueryInformationProcess(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected