Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StephanvanSchaik/windows-kernel-rs
/ _MmGetMdlByteCount
Function
_MmGetMdlByteCount
windows-kernel-sys/src/wrapper.c:59–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
ULONG _MmGetMdlByteCount(PMDL mdl) {
60
return MmGetMdlByteCount(mdl);
61
}
62
63
ULONG _MmGetMdlByteOffset(PMDL mdl) {
64
return MmGetMdlByteOffset(mdl);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected