StorPortReadPortUlong - NtDoc

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

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

NtDoc

No description available.

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

StorPortReadPortUlong macro

Description

The StorPortReadPortUlong 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.

Remarks

For more information, see the ScsiPortReadPortUlong routine. For a buffered version of this routine see StorPortReadPortBufferUlong.