Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at __outword.
Microsoft Specific**
Generates the out instruction, which sends the word Data out the I/O port specified by Port.
Syntax
void __outword(
unsigned short Port,
unsigned short Data
);
Parameters
[in] Port
The port to send the data to.
[in] Data
The data to be sent.
Requirements
| Intrinsic | Architecture |
|---|---|
__outword |
x86, x64 |
Header file <intrin.h>
Remarks
This routine is only available as an intrinsic.