| title | __outwordstring | 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 | b470c7a0-1de9-4370-886a-b2c3a1f842f4 | |||||||||
| caps.latest.revision | 11 | |||||||||
| author | corob-msft | |||||||||
| ms.author | corob | |||||||||
| manager | ghogen | |||||||||
| translation.priority.ht |
|
|||||||||
| translation.priority.mt |
|
Microsoft Specific
Generates the rep outsw instruction, which sends Count words starting at Buffer out the I/O port specified by Port.
void __outwordstring(
unsigned short Port,
unsigned short* Buffer,
unsigned long Count
);
[in] Port
The port to send the data to.
[in] Buffer
A pointer to the data to be sent out the specified port.
[in] Count
The number of words to send.
| Intrinsic | Architecture |
|---|---|
__outwordstring |
x86, [!INCLUDEvcprx64] |
Header file <intrin.h>
This routine is only available as an intrinsic.
END Microsoft Specific