Edit

Share via


StorPortReadPortBufferUchar macro (storport.h)

The StorPortReadPortBufferUchar routine reads a value from a specified port address

Syntax

void StorPortReadPortBufferUchar(
  [in] h,
  [in] p,
  [in] b,
  [in] c
);

Parameters

[in] h

A pointer to the hardware device extension.

[in] p

A pointer to the address from which to read.

[in] b

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

[in] c

Number of unsigned characters to be read.

A ULONG containing the count.

Return value

None

Remarks

For more information, see the ScsiPortReadPortBufferUchar routine. For a nonbuffered version of this routine, see StorPortReadPortUchar.

Requirements

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

See also

ScsiPortReadPortBufferUchar

StorPortReadPortUchar