StorPortReadRegisterBufferUshort macro (storport.h)

The StorPortReadRegisterBufferUshort routine reads a value from a specified register address.

Syntax

void StorPortReadRegisterBufferUshort(
  [in]  h,
  [in]  r,
  [in]  b,
  [in]  c
);

Parameters

[in] h

A pointer to the hardware device extension.

[in] r

A pointer to the register where the data is to be read.

[in] b

A pointer to the buffer that receives the data that is read.

[in] c

The number of data items to be read. Each data item has a size of sizeof(USHORT).

Return value

None

Remarks

For more information, see ScsiPortReadRegisterBufferUshort. For a nonbuffered version of this routine, see StorPortReadRegisterUshort.

Requirements

Requirement Value
Target Platform Universal
Header storport.h (include Storport.h)
Library Storport.lib