Fonction IoAllocateAdapterChannel (ntddk.h)

Action déconseillée.

N’appelez pas cette fonction. Utilisez PALLOCATE_ADAPTER_CHANNEL.

Syntaxe

NTSTATUS IoAllocateAdapterChannel(
  PADAPTER_OBJECT AdapterObject,
  PDEVICE_OBJECT  DeviceObject,
  ULONG           NumberOfMapRegisters,
  PDRIVER_CONTROL ExecutionRoutine,
  PVOID           Context
);

Paramètres

AdapterObject

DeviceObject

NumberOfMapRegisters

ExecutionRoutine

Context

Valeur retournée

Cette fonction retourne NTKERNELAPI NTSTATUS.

Configuration requise

Condition requise Valeur
En-tête ntddk.h (incluez Ntddk.h)