Share via


__inword 

Microsoft Specific

Reads data from the specified port using the in instruction.

unsigned short __inword(
   unsigned short Port
);

Parameters

  • [in] Port
    The port to read from.

Return Value

The word of data read.

Requirements

Intrinsic Architecture

__inword

x86, x64

Header file <intrin.h>

Remarks

This routine is only available as an intrinsic.

END Microsoft Specific

See Also

Reference

Compiler Intrinsics