__inbyte

 

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 __inbyte.

Microsoft Specific**

Generates the in instruction, returning one byte read from the port specified by Port.

unsigned char __inbyte(  
   unsigned short Port  
);  

Parameters

[in] Port
The port to read from.

The byte read from the specified port.

IntrinsicArchitecture
__inbytex86, x64

Header file <intrin.h>

This routine is only available as an intrinsic.

Compiler Intrinsics

Show: