| title |
__indword | 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 |
__indword intrinsic |
|
| ms.assetid |
1068d686-586e-4e36-b962-d1d7c3315260 |
| 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 one double word of data from the specified port using the in instruction.
unsigned long __indword(
unsigned short Port
);
[in] Port
The port to read from.
The word read from the port.
| Intrinsic |
Architecture |
__indword |
x86, [!INCLUDEvcprx64] |
Header file <intrin.h>
Remarks
This routine is only available as an intrinsic.
END Microsoft Specific
Compiler Intrinsics