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

Function ReadPortDwordString

Kernel-Bridge/API/IO.cpp:117–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 }
116
117 void ReadPortDwordString(unsigned short PortNumber, unsigned long* Buffer, unsigned long Count) {
118 return __indwordstring(PortNumber, Buffer, Count);
119 }
120
121 void WritePortByte(unsigned short PortNumber, unsigned char Data) {
122 __outbyte(PortNumber, Data);

Callers 1

KbReadPortStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected