StorPortReadPortBufferUchar - NtDoc

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

void StorPortReadPortBufferUchar(
  [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-storportreadportbufferuchar)

StorPortReadPortBufferUchar macro

Description

The StorPortReadPortBufferUchar 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]

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

c [in]

Number of unsigned characters to be read.

A ULONG containing the count.

Remarks

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

See also

ScsiPortReadPortBufferUchar

StorPortReadPortUchar