PGET_COMMON_BUFFER_FROM_VECTOR_BY_INDEX - NtDoc

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

PGET_COMMON_BUFFER_FROM_VECTOR_BY_INDEX PgetCommonBufferFromVectorByIndex;

VOID PgetCommonBufferFromVectorByIndex(
  PDMA_ADAPTER DmaAdapter,
  PDMA_COMMON_BUFFER_VECTOR Vector,
  ULONG Index,
  PVOID *VirtualAddressOut,
  PPHYSICAL_ADDRESS LogicalAddressOut
)
{...}

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Describes the PGET_COMMON_BUFFER_FROM_VECTOR_BY_INDEX callback function.

Parameters

DmaAdapter

Defines the PDMA_ADAPTER parameter DmaAdapter.

Vector

Defines the PDMA_COMMON_BUFFER_VECTOR parameter Vector.

Index

Defines the ULONG parameter Index.

VirtualAddressOut

Defines the PVOID parameter VirtualAddressOut.

LogicalAddressOut

Defines the PPHYSICAL_ADDRESS parameter LogicalAddressOut.

Remarks

See also