| description | Learn more about: __indword | ||
|---|---|---|---|
| title | __indword | ||
| ms.date | 09/02/2019 | ||
| f1_keywords |
|
||
| helpviewer_keywords |
|
||
| ms.assetid | 1068d686-586e-4e36-b962-d1d7c3315260 |
Microsoft Specific
Reads one double word of data from the specified port using the in instruction.
unsigned long __indword(
unsigned short Port
);Port
[in] The port to read from.
The word read from the port.
| Intrinsic | Architecture |
|---|---|
__indword |
x86, x64 |
Header file <intrin.h>
This routine is only available as an intrinsic.
END Microsoft Specific