MCPcopy Create free account
hub / github.com/StephanvanSchaik/windows-kernel-rs / _IoCompleteRequest

Function _IoCompleteRequest

windows-kernel-sys/src/wrapper.c:52–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void _IoCompleteRequest(
53 PIRP irp,
54 CCHAR priority_boost
55) {
56 IoCompleteRequest(irp, priority_boost);
57}
58
59ULONG _MmGetMdlByteCount(PMDL mdl) {
60 return MmGetMdlByteCount(mdl);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected