fonction de rappel PALLOCATE_COMMON_BUFFER_VECTOR (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 de retour
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.
Exigences
Exigence | Valeur |
---|---|
d’en-tête | wdm.h (include Wdm.h) |