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

Function KbCallModule

User-Bridge/API/User-Bridge.cpp:1291–1299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1289 }
1290
1291 BOOL WINAPI KbCallModule(WdkTypes::HMODULE hModule, ULONG CtlCode, OPTIONAL WdkTypes::PVOID Argument)
1292 {
1293 if (!hModule) return FALSE;
1294 KB_CALL_MODULE_IN Input = {};
1295 Input.hModule = hModule;
1296 Input.CtlCode = CtlCode;
1297 Input.Argument = Argument;
1298 return KbSendRequest(Ctls::KbCallModule, &Input, sizeof(Input));
1299 }
1300}
1301
1302namespace Hypervisor

Callers

nothing calls this directly

Calls 1

KbSendRequestFunction · 0.85

Tested by

no test coverage detected