Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.04 KB

outdwordstring.md

File metadata and controls

52 lines (36 loc) · 1.04 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: __outdwordstring
__outdwordstring
09/02/2019
__outdwordstring
outsd instruction
__outdwordstring intrinsic
rep outsd instruction
55b31a65-aab7-4b5c-b61d-d9e2fb0c497a

__outdwordstring

Microsoft Specific

Generates the rep outsd instruction, which sends Count doublewords starting at Buffer out the I/O port specified by Port.

Syntax

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

Parameters

Port
[in] The port to send the data to.

Buffer
[in] A pointer to the data to be sent out the specified port.

Count
[in] The number of doublewords to send.

Requirements

Intrinsic Architecture
__outdwordstring x86, x64

Header file <intrin.h>

Remarks

This routine is only available as an intrinsic.

END Microsoft Specific

See also

Compiler intrinsics