__outword
Microsoft Specific
Generates the out
instruction, which sends the word Data out the I/O port specified by Port.
C
void __outword(
unsigned short Port,
unsigned short Data
);
Port
[in] The port to send the data to.
Data
[in] The data to be sent.
Intrinsic | Architecture |
---|---|
__outword |
x86, x64 |
Header file <intrin.h>
This routine is only available as an intrinsic.
END Microsoft Specific