// wdm.h
PALLOCATE_COMMON_BUFFER_VECTOR PallocateCommonBufferVector;
NTSTATUS PallocateCommonBufferVector(
PDMA_ADAPTER DmaAdapter,
PHYSICAL_ADDRESS LowAddress,
PHYSICAL_ADDRESS HighAddress,
MEMORY_CACHING_TYPE CacheType,
NODE_REQUIREMENT IdealNode,
ULONG Flags,
ULONG NumberOfElements,
ULONGLONG SizeOfElements,
PDMA_COMMON_BUFFER_VECTOR *VectorOut
)
{...}
View the official Windows Driver Kit DDI reference
No description available.
Describes the PALLOCATE_COMMON_BUFFER_VECTOR callback function.
DmaAdapter
LowAddress
HighAddress
CacheType
IdealNode
Flags
NumberOfElements
SizeOfElements
VectorOut
Return STATUS_SUCCESS if the operation succeeds. Otherwise, return an appropriate NTSTATUS Values error code. For more information, see NTSTATUS Values.