description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||||
---|---|---|---|---|---|---|---|---|---|
Learn more about: __outdwordstring |
__outdwordstring |
09/02/2019 |
|
|
55b31a65-aab7-4b5c-b61d-d9e2fb0c497a |
Microsoft Specific
Generates the rep outsd
instruction, which sends Count
doublewords starting at Buffer
out the I/O port specified by Port
.
void __outdwordstring(
unsigned short Port,
unsigned long* Buffer,
unsigned long Count
);
Port
[in] The port to send the data to.
Buffer
[in] A pointer to the data to be sent out the specified port.
Count
[in] The number of doublewords to send.
Intrinsic | Architecture |
---|---|
__outdwordstring |
x86, x64 |
Header file <intrin.h>
This routine is only available as an intrinsic.
END Microsoft Specific