MCPcopy Create free account
hub / github.com/NoMercy-ac/NoMercy / WritePortWordString

Function WritePortWordString

Source/Client/NM_Sys/API/IO.cpp:162–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160 }
161
162 void WritePortWordString(unsigned short PortNumber, unsigned short* Buffer, unsigned long Count)
163 {
164 __outwordstring(PortNumber, Buffer, Count);
165 }
166
167 void WritePortDwordString(unsigned short PortNumber, unsigned long* Buffer, unsigned long Count)
168 {

Callers 1

KbWritePortStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected