| title |
__outword | Microsoft Docs |
| ms.custom |
|
| ms.date |
11/04/2016 |
| ms.reviewer |
|
| ms.suite |
|
| ms.technology |
|
| ms.tgt_pltfrm |
|
| ms.topic |
article |
| f1_keywords |
|
| dev_langs |
|
| helpviewer_keywords |
__outword intrinsic |
out instruction |
|
| ms.assetid |
995f8834-0f50-4b4f-a7a2-af0e7c371cda |
| caps.latest.revision |
11 |
| author |
corob-msft |
| ms.author |
corob |
| manager |
ghogen |
| translation.priority.ht |
de-de |
es-es |
fr-fr |
it-it |
ja-jp |
ko-kr |
ru-ru |
zh-cn |
zh-tw |
|
| translation.priority.mt |
|
Microsoft Specific
Generates the out instruction, which sends the word Data out the I/O port specified by Port.
void __outword(
unsigned short Port,
unsigned short Data
);
[in] Port
The port to send the data to.
[in] Data
The data to be sent.
| Intrinsic |
Architecture |
__outword |
x86, [!INCLUDEvcprx64] |
Header file <intrin.h>
Remarks
This routine is only available as an intrinsic.
END Microsoft Specific
Compiler Intrinsics