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

Function WritePortDword

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

Source from the content-addressed store, hash-verified

127 }
128
129 void WritePortDword(unsigned short PortNumber, unsigned long Data) {
130 __outdword(PortNumber, Data);
131 }
132
133 void WritePortByteString(unsigned short PortNumber, unsigned char* Buffer, unsigned long Count) {
134 __outbytestring(PortNumber, Buffer, Count);

Callers 1

KbWritePortFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected