| title |
__inword | 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 |
in instruction |
__inword intrinsic |
|
| ms.assetid |
5c617edd-6709-40a1-aad2-40d5e39283c6 |
| caps.latest.revision |
12 |
| 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
Reads data from the specified port using the in instruction.
unsigned short __inword(
unsigned short Port
);
[in] Port
The port to read from.
The word of data read.
| Intrinsic |
Architecture |
__inword |
x86, [!INCLUDEvcprx64] |
Header file <intrin.h>
Remarks
This routine is only available as an intrinsic.
END Microsoft Specific
Compiler Intrinsics