IoAllocateAdapterChannel function (ntddk.h)

Deprecated.

Do not call this function. Use PALLOCATE_ADAPTER_CHANNEL.

Syntax

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

Parameters

AdapterObject

DeviceObject

NumberOfMapRegisters

ExecutionRoutine

Context

Return value

This function returns NTKERNELAPI NTSTATUS.

Requirements

Requirement Value
Header ntddk.h (include Ntddk.h)