| title | __inwordstring | Microsoft Docs | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| ms.custom | ||||||||||
| ms.date | 11/04/2016 | |||||||||
| ms.reviewer | ||||||||||
| ms.suite | ||||||||||
| ms.technology |
|
|||||||||
| ms.tgt_pltfrm | ||||||||||
| ms.topic | article | |||||||||
| f1_keywords |
|
|||||||||
| dev_langs |
|
|||||||||
| helpviewer_keywords |
|
|||||||||
| ms.assetid | 6de37939-017a-4740-9e3d-7de78a30daba | |||||||||
| caps.latest.revision | 11 | |||||||||
| author | corob-msft | |||||||||
| ms.author | corob | |||||||||
| manager | ghogen | |||||||||
| translation.priority.ht |
|
|||||||||
| translation.priority.mt |
|
Microsoft Specific
Reads data from the specified port using the rep insw instruction.
void __inwordstring(
unsigned short Port,
unsigned short* Buffer,
unsigned long Count
);
[in] Port
The port to read from.
[out] Buffer
The data read from the port is written here.
[in] Count
The number of words of data to read.
| Intrinsic | Architecture |
|---|---|
__inwordstring |
x86, [!INCLUDEvcprx64] |
Header file <intrin.h>
This routine is only available as an intrinsic.
END Microsoft Specific