__outbyte

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at __outbyte.

Microsoft Specific**

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

Syntax

void __outbyte(   
   unsigned short Port,   
   unsigned char Data   
);  

Parameters

[in] Port
The port to send the data to.

[in] Data
The byte to be sent out the specified port.

Requirements

Intrinsic Architecture
__outbyte x86, x64

Header file <intrin.h>

Remarks

This routine is only available as an intrinsic.

END Microsoft Specific

See Also

Compiler Intrinsics