Skip to content

Latest commit

 

History

History
75 lines (57 loc) · 2.48 KB

nf-storport-scsiportreadregisterbufferushort.md

File metadata and controls

75 lines (57 loc) · 2.48 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.ScsiPortReadRegisterBufferUshort
ScsiPortReadRegisterBufferUshort macro (storport.h)
Learn how the ScsiPortReadRegisterBufferUshort routine transfers a specified number of USHORT values from the HBA to a buffer.Note  The SCSI port driver and SCSI miniport driver models may be altered or unavailable in the future.
storage\scsiportreadregisterbufferushort.htm
storage
03/29/2018
ScsiPortReadRegisterBufferUshort macro
ScsiPortReadRegisterBufferUshort, ScsiPortReadRegisterBufferUshort routine [Storage Devices], scsiprt_f6e36a20-066b-4b3e-bf94-9182e84dc2eb.xml, srb/ScsiPortReadRegisterBufferUshort, storage.scsiportreadregisterbufferushort
storport.h
Miniport.h, Scsi.h, Storport.h
Desktop
Scsiport.lib
Windows
ScsiPortReadRegisterBufferUshort
storport/ScsiPortReadRegisterBufferUshort
APIRef
kbSyntax
LibDef
Scsiport.lib
Scsiport.dll
ScsiPortReadRegisterBufferUshort

ScsiPortReadRegisterBufferUshort macro

-description

The ScsiPortReadRegisterBufferUshort routine transfers a specified number of USHORT values from the HBA to a buffer.

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 Register [in]

Pointer to the register. The given Register must be in a mapped memory-space range returned by ScsiPortGetDeviceBase.

-param Buffer [in]

Pointer to the buffer.

-param Count [in]

Specifies the number of USHORT values to be read from the HBA.

-remarks

ScsiPortReadRegisterBufferUshort ensures that the data has been transferred correctly.

-see-also

ScsiPortGetDeviceBase