Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 834 Bytes

File metadata and controls

48 lines (32 loc) · 834 Bytes
description Learn more about: __indword
title __indword
ms.date 09/02/2019
f1_keywords
__indword_cpp
__indword
helpviewer_keywords
in instruction
__indword intrinsic
ms.assetid 1068d686-586e-4e36-b962-d1d7c3315260

__indword

Microsoft Specific

Reads one double word of data from the specified port using the in instruction.

Syntax

unsigned long __indword(
   unsigned short Port
);

Parameters

Port
[in] The port to read from.

Return value

The word read from the port.

Requirements

Intrinsic Architecture
__indword x86, x64

Header file <intrin.h>

Remarks

This routine is only available as an intrinsic.

END Microsoft Specific

See also

Compiler intrinsics