Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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) |