(self, handle)
| 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( |
nothing calls this directly
no outgoing calls
no test coverage detected