Skip to content

Latest commit

 

History

History
71 lines (55 loc) · 2.31 KB

nf-storport-scsiportwriteportbufferushort.md

File metadata and controls

71 lines (55 loc) · 2.31 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:storport.ScsiPortWritePortBufferUshort
ScsiPortWritePortBufferUshort macro (storport.h)
Learn how the ScsiPortWritePortBufferUshort routine transfers a given number of USHORT values from a buffer to the HBA.Note  The SCSI port driver and SCSI miniport driver models may be altered or unavailable in the future.
storage\scsiportwriteportbufferushort.htm
storage
03/29/2018
ScsiPortWritePortBufferUshort macro
ScsiPortWritePortBufferUshort, ScsiPortWritePortBufferUshort routine [Storage Devices], scsiprt_b04295df-d370-4015-a705-71652d4ab4f7.xml, srb/ScsiPortWritePortBufferUshort, storage.scsiportwriteportbufferushort
storport.h
Miniport.h, Scsi.h, Storport.h
Desktop
Scsiport.lib
Windows
ScsiPortWritePortBufferUshort
storport/ScsiPortWritePortBufferUshort
APIRef
kbSyntax
LibDef
Scsiport.lib
Scsiport.dll
ScsiPortWritePortBufferUshort

ScsiPortWritePortBufferUshort macro

-description

The ScsiPortWritePortBufferUshort routine transfers a given number of USHORT values from a buffer to the HBA.

Note  The SCSI port driver and SCSI miniport driver models may be altered or unavailable in the future. Instead, we recommend using the Storport driver and Storport miniport driver models.
 

-parameters

-param Port [in]

Pointer to the I/O port. The given Port must be in a mapped I/O-space range returned by ScsiPortGetDeviceBase.

-param Buffer [in]

Pointer to the buffer.

-param Count [in]

Specifies the number of USHORT values to be written to the HBA.

-see-also

ScsiPortGetDeviceBase