Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HoShiMin/Kernel-Bridge
/ WritePortDwordString
Function
WritePortDwordString
Kernel-Bridge/API/IO.cpp:141–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
}
140
141
void WritePortDwordString(unsigned short PortNumber, unsigned long* Buffer, unsigned long Count) {
142
__outdwordstring(PortNumber, Buffer, Count);
143
}
144
}
145
}
Callers
1
KbWritePortString
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected