Função IoAllocateAdapterChannel (ntddk.h)

Preterido.

Não chame essa função. Use PALLOCATE_ADAPTER_CHANNEL.

Sintaxe

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

Parâmetros

AdapterObject

DeviceObject

NumberOfMapRegisters

ExecutionRoutine

Context

Valor retornado

Essa função retorna NTKERNELAPI NTSTATUS.

Requisitos

Requisito Valor
Cabeçalho ntddk.h (inclua Ntddk.h)