Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Syntax
unsigned char __inbyte(
unsigned short Port
);
Parameters
[in] Port
The port to read from.
Return Value
The byte read from the specified port.
Requirements
| Intrinsic | Architecture |
|---|---|
__inbyte |
x86, x64 |
Header file <intrin.h>
END Microsoft Specific
Remarks
This routine is only available as an intrinsic.