__indword
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at __indword.
Microsoft Specific**
Reads one double word of data from the specified port using the in instruction.
unsigned long __indword( unsigned short Port );
Parameters
[in] Port
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.
Show: