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

Function KbDereferenceObject

User-Bridge/API/User-Bridge.cpp:845–851  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

843 }
844
845 BOOL WINAPI KbDereferenceObject(WdkTypes::PVOID Object)
846 {
847 if (!Object) return FALSE;
848 KB_DEREFERENCE_OBJECT_IN Input = {};
849 Input.Object = Object;
850 return KbSendRequest(Ctls::KbDereferenceObject, &Input, sizeof(Input));
851 }
852
853 BOOL WINAPI KbCloseHandle(WdkTypes::HANDLE Handle)
854 {

Callers

nothing calls this directly

Calls 1

KbSendRequestFunction · 0.85

Tested by

no test coverage detected