StorPortReadPortBufferUshort macro (storport.h)

The StorPortReadPortBufferUshort routine reads a value from a specified port address.

Syntax

void StorPortReadPortBufferUshort(
  [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

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(USHORT).

Return value

None

Remarks

For more information, see ScsiPortReadPortBufferUshort. For a nonbuffered version of this routine, see StorPortReadPortUshort.

Requirements

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

See also

ScsiPortReadPortBufferUshort

StorPortReadPortUshort