StorPortReadRegisterUchar macro (storport.h)

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

Syntax

void StorPortReadRegisterUchar(
  [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 ScsiPortReadRegisterUchar. For a buffered version of this routine, see StorPortReadRegisterBufferUchar.

Requirements

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

See also

ScsiPortReadRegisterUchar

StorPortReadRegisterBufferUchar