This topic has not yet been rated - Rate this topic

__outword

Microsoft Specific

Generates the out instruction, which sends the word Data out the I/O port specified by Port.

void __outword( 
   unsigned short Port, 
   unsigned short Data 
);
[in] Port

The port to send the data to.

[in] Data

The data to be sent.

Intrinsic

Architecture

__outword

x86, x64

Header file <intrin.h>

This routine is only available as an intrinsic.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ