PFREE_COMMON_BUFFER_FROM_VECTOR - NtDoc

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

PFREE_COMMON_BUFFER_FROM_VECTOR PfreeCommonBufferFromVector;

VOID PfreeCommonBufferFromVector(
  PDMA_ADAPTER DmaAdapter,
  PDMA_COMMON_BUFFER_VECTOR Vector,
  ULONG Index
)
{...}

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Describes the PFREE_COMMON_BUFFER_FROM_VECTOR callback function.

Parameters

DmaAdapter

Defines the PDMA_ADAPTER parameter DmaAdapter.

Vector

PDMA_COMMON_BUFFER_VECTOR parameter Vector.

Index

Defines the ULONG parameter Index.

Remarks

See also