| description | Learn more about: __indwordstring | ||
|---|---|---|---|
| title | __indwordstring | ||
| ms.date | 09/02/2019 | ||
| f1_keywords |
|
||
| helpviewer_keywords |
|
||
| ms.assetid | 96a1cf33-f691-4916-99e4-fa849b61e3a9 |
Microsoft Specific
Reads data from the specified port using the rep insd instruction.
void __indwordstring(
unsigned short Port,
unsigned long* Buffer,
unsigned long Count
);Port
[in] The port to read from.
Buffer
[out] The data read from the port is written here.
Count
[in] The number of bytes of data to read.
| Intrinsic | Architecture |
|---|---|
__indwordstring |
x86, x64 |
Header file <intrin.h>
This routine is only available as an intrinsic.
END Microsoft Specific