PALLOCATE_COMMON_BUFFER_VECTOR fonction de rappel (wdm.h)
Décrit la fonction de rappel PALLOCATE_COMMON_BUFFER_VECTOR.
Syntaxe
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
)
{...}
Paramètres
DmaAdapter
LowAddress
HighAddress
CacheType
IdealNode
Flags
NumberOfElements
SizeOfElements
VectorOut
Valeur retournée
Retournez STATUS_SUCCESS si l’opération réussit. Sinon, retournez un code d’erreur NTSTATUS Values approprié. Pour plus d’informations, consultez Valeurs NTSTATUS.
Configuration requise
Condition requise | Valeur |
---|---|
En-tête | wdm.h (inclure Wdm.h) |