StorPortReadRegisterBufferUchar macro (storport.h)

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

Syntax

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

Parameters

[in] h

A Pointer to the hardware device extension.

[in] r

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

Number of data items to be read. Each data item has a size of sizeof(UCHAR).

Return value

None

Remarks

For more information, see ScsiPortReadRegisterBufferUchar. For a nonbuffered version of this routine, see StorPortReadRegisterUchar.

Requirements

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

See also

ScsiPortReadRegisterBufferUchar

StorPortReadRegisterUchar