STREAM_BUFFER_TYPE - NtDoc

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

typedef enum {
  PerRequestExtension,
  DmaBuffer,
  SRBDataBuffer
} STREAM_BUFFER_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-strmini-stream_buffer_type)

STREAM_BUFFER_TYPE enumeration

Description

This enumeration defines the buffer types for StreamClassGetPhysicalAddress.

Constants

PerRequestExtension

Indicates the physical address of the SRB extension.

DmaBuffer

Indicates the physical address of the DMA buffer.

SRBDataBuffer

Indicates the physical address of a data buffer.