description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||||
---|---|---|---|---|---|---|---|---|---|
Learn more about: __outdword |
__outdword |
09/02/2019 |
|
|
ed1e4994-a84b-4759-8bf9-cd48fb073f4d |
Microsoft Specific
Generates the out
instruction to send a doubleword Data out the port Port.
void __outdword(
unsigned short Port,
unsigned long Data
);
Port
[in] The port to send the data to.
Data
[in] The doubleword to be sent.
Intrinsic | Architecture |
---|---|
__outdword |
x86, x64 |
Header file <intrin.h>
This routine is only available as an intrinsic.
END Microsoft Specific