Expand Minimize
This topic has not yet been rated - Rate this topic

__indwordstring

Microsoft Specific

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

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

The port to read from.

[out] Buffer

The data read from the port is written here.

[in] Count

The number of bytes of data to read.

Intrinsic

Architecture

__indwordstring

x86, x64

Header file <intrin.h>

This routine is only available as an intrinsic.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.