StorPortReadPortBufferUshort - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// storport.h

void StorPortReadPortBufferUshort(
  [in] h,
  [in] p,
  [in] b,
  [in] c
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-storport-storportreadportbufferushort)

StorPortReadPortBufferUshort macro

Description

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

Parameters

h [in]

A pointer to the hardware device extension.

p [in]

A pointer to the address from which to read.

b [in]

Pointer to the buffer that receives the data that is read.

c [in]

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

Remarks

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

See also

ScsiPortReadPortBufferUshort

StorPortReadPortUshort