| description | Learn more about: __inword | ||
|---|---|---|---|
| title | __inword | ||
| ms.date | 09/02/2019 | ||
| f1_keywords |
|
||
| helpviewer_keywords |
|
||
| ms.assetid | 5c617edd-6709-40a1-aad2-40d5e39283c6 |
Microsoft Specific
Reads data from the specified port using the in instruction.
unsigned short __inword(
unsigned short Port
);Port
[in] The port to read from.
The word of data read.
| Intrinsic | Architecture |
|---|---|
__inword |
x86, x64 |
Header file <intrin.h>
This routine is only available as an intrinsic.
END Microsoft Specific