Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 983 Bytes

indwordstring.md

File metadata and controls

52 lines (36 loc) · 983 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: __indwordstring
__indwordstring
09/02/2019
__indwordstring
__indwordstring_cpp
__indwordstring intrinsic
rep insd instruction
96a1cf33-f691-4916-99e4-fa849b61e3a9

__indwordstring

Microsoft Specific

Reads data from the specified port using the rep insd instruction.

Syntax

void __indwordstring(
   unsigned short Port,
   unsigned long* Buffer,
   unsigned long Count
);

Parameters

Port
[in] The port to read from.

Buffer
[out] The data read from the port is written here.

Count
[in] The number of bytes of data to read.

Requirements

Intrinsic Architecture
__indwordstring x86, x64

Header file <intrin.h>

Remarks

This routine is only available as an intrinsic.

END Microsoft Specific

See also

Compiler intrinsics