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

Function KbBugCheck

User-Bridge/API/User-Bridge.cpp:1371–1376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1369 }
1370
1371 BOOL WINAPI KbBugCheck(ULONG Status)
1372 {
1373 KB_BUG_CHECK_IN Input = {};
1374 Input.Status = Status;
1375 return KbSendRequest(Ctls::KbBugCheck, &Input, sizeof(Input));
1376 }
1377
1378 BOOL WINAPI KbFindSignature(
1379 OPTIONAL ULONG ProcessId,

Callers

nothing calls this directly

Calls 1

KbSendRequestFunction · 0.85

Tested by

no test coverage detected