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

Function KbUnloadModule

User-Bridge/API/User-Bridge.cpp:1272–1278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1270 }
1271
1272 BOOL WINAPI KbUnloadModule(WdkTypes::HMODULE hModule)
1273 {
1274 if (!hModule) return FALSE;
1275 KB_UNLOAD_MODULE_IN Input = {};
1276 Input.hModule = hModule;
1277 return KbSendRequest(Ctls::KbUnloadModule, &Input, sizeof(Input));
1278 }
1279
1280 BOOL WINAPI KbGetModuleHandle(LPCWSTR ModuleName, OUT WdkTypes::HMODULE* hModule)
1281 {

Callers

nothing calls this directly

Calls 1

KbSendRequestFunction · 0.85

Tested by

no test coverage detected