__indwordstring
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 __indwordstring.
Microsoft Specific**
Reads data from the specified port using the rep insd
instruction.
Syntax
void __indwordstring(
unsigned short Port,
unsigned long* Buffer,
unsigned long Count
);
Parameters
[in] Port
The port to read from.
[out] Buffer
The data read from the port is written here.
[in] Count
The number of bytes of data to read.
Requirements
Intrinsic | Architecture |
---|---|
__indwordstring |
x86, x64 |
Header file <intrin.h>
Remarks
This routine is only available as an intrinsic.