PFREE_COMMON_BUFFER_VECTOR - NtDoc

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

PFREE_COMMON_BUFFER_VECTOR PfreeCommonBufferVector;

VOID PfreeCommonBufferVector(
  PDMA_ADAPTER DmaAdapter,
  PDMA_COMMON_BUFFER_VECTOR Vector
)
{...}

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-wdm-pfree_common_buffer_vector)

Description

Describes the PFREE_COMMON_BUFFER_VECTOR callback function.

Parameters

DmaAdapter

Defines the PDMA_ADAPTER parameter DmaAdapter.

Vector

Defines the PDMA_COMMON_BUFFER_VECTOR parameter Vector.

Remarks

See also