StorPortReadRegisterUshort macro (storport.h)

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

Syntax

void StorPortReadRegisterUshort(
  [in]  h,
  [in]  r
);

Parameters

[in] h

A Pointer to the hardware device extension.

[in] r

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

Return value

None

Remarks

For more information, see ScsiPortReadRegisterUshort. For a buffered version of this routine, see StorPortReadRegisterBufferUshort.

Requirements

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

See also

ScsiPortReadRegisterUshort

StorPortReadRegisterBufferUshort