| title |
__inbyte | Microsoft Docs |
| ms.custom |
|
| ms.date |
11/04/2016 |
| ms.reviewer |
|
| ms.suite |
|
| ms.technology |
|
| ms.tgt_pltfrm |
|
| ms.topic |
article |
| f1_keywords |
|
| dev_langs |
|
| helpviewer_keywords |
in instruction |
__inbyte intrinsic |
|
| ms.assetid |
03b61799-2a08-474d-adc4-2cbf7c81a4d5 |
| caps.latest.revision |
12 |
| author |
corob-msft |
| ms.author |
corob |
| manager |
ghogen |
| translation.priority.ht |
de-de |
es-es |
fr-fr |
it-it |
ja-jp |
ko-kr |
ru-ru |
zh-cn |
zh-tw |
|
| translation.priority.mt |
|
Microsoft Specific
Generates the in instruction, returning one byte read from the port specified by Port.
unsigned char __inbyte(
unsigned short Port
);
[in] Port
The port to read from.
The byte read from the specified port.
| Intrinsic |
Architecture |
__inbyte |
x86, [!INCLUDEvcprx64] |
Header file <intrin.h>
END Microsoft Specific
Remarks
This routine is only available as an intrinsic.
Compiler Intrinsics