__outdword
Microsoft Specific
Generates the out
instruction to send a doubleword Data out the port Port.
Syntax
void __outdword(
unsigned short Port,
unsigned long Data
);
Parameters
Port
[in] The port to send the data to.
Data
[in] The doubleword to be sent.
Requirements
Intrinsic | Architecture |
---|---|
__outdword |
x86, x64 |
Header file <intrin.h>
Remarks
This routine is only available as an intrinsic.
END Microsoft Specific