StorPortWritePortBufferUlong - NtDoc

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

void StorPortWritePortBufferUlong(
  h,
  p,
  b,
  c
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

StorPortWritePortBufferUlong macro

Description

The StorPortWritePortBufferUlong routine writes a value to a specified register address.

Parameters

h

Pointer to the hardware device extension.

p

Contains the address of the port to be written to.

b

Pointer to the buffer containing the data to be written.

c

Contains the number of data items of size sizeof(ULONG) to be written.

Remarks

For more information, see ScsiPortWritePortBufferUlong. For a nonbuffered equivalent of this routine, see StorPortWritePortUlong.

See also

ScsiPortWritePortBufferUlong

StorPortWritePortUlong