StorPortReadPortUchar macro (storport.h)

The StorPortReadPortUchar routine reads a value from a specified port address

Syntax

void StorPortReadPortUchar(
  [in]  h,
  [in]  p
);

Parameters

[in] h

A pointer to the hardware device extension.

[in] p

Pointer to the address from which to read.

Return value

None

Remarks

For more information, see the ScsiPortReadPortBufferUchar routine. For a buffered version of this routine, see StorPortReadPortBufferUchar.

Requirements

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

See also

ScsiPortReadPortBufferUchar

StorPortReadPortBufferUchar