| description | Learn more about: __inwordstring | ||
|---|---|---|---|
| title | __inwordstring | ||
| ms.date | 09/02/2019 | ||
| f1_keywords |
|
||
| helpviewer_keywords |
|
||
| ms.assetid | 6de37939-017a-4740-9e3d-7de78a30daba |
Microsoft Specific
Reads data from the specified port using the rep insw instruction.
void __inwordstring(
unsigned short Port,
unsigned short* 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 words of data to read.
| Intrinsic | Architecture |
|---|---|
__inwordstring |
x86, x64 |
Header file <intrin.h>
This routine is only available as an intrinsic.
END Microsoft Specific