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

Function KbSendRequest

User-Bridge/API/User-Bridge.cpp:16–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16static inline BOOL WINAPI KbSendRequest(
17 Ctls::KbCtlIndices Index,
18 IN PVOID Input = NULL,
19 ULONG InputSize = 0,
20 OUT PVOID Output = NULL,
21 ULONG OutputSize = 0
22) {
23 return SendIOCTL(KbLoader::hDriver, CTL_BASE + Index, Input, InputSize, Output, OutputSize);
24}
25
26namespace KbLoader
27{

Callers 15

KbGetDriverApiVersionFunction · 0.85
KbGetHandlesCountFunction · 0.85
KbSetBeeperRegimeFunction · 0.85
KbStartBeeperFunction · 0.85
KbStopBeeperFunction · 0.85
KbSetBeeperInFunction · 0.85
KbSetBeeperOutFunction · 0.85
KbSetBeeperDividerFunction · 0.85
KbSetBeeperFrequencyFunction · 0.85
KbReadPortByteFunction · 0.85
KbReadPortWordFunction · 0.85
KbReadPortDwordFunction · 0.85

Calls 1

SendIOCTLFunction · 0.85

Tested by

no test coverage detected