IoAllocateAdapterChannel - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddk.h

NTSTATUS IoAllocateAdapterChannel(
  PADAPTER_OBJECT AdapterObject,
  PDEVICE_OBJECT  DeviceObject,
  ULONG           NumberOfMapRegisters,
  PDRIVER_CONTROL ExecutionRoutine,
  PVOID           Context
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntddk-ioallocateadapterchannel)

IoAllocateAdapterChannel function

Description

Deprecated.

Do not call this function. Use PALLOCATE_ADAPTER_CHANNEL.

Parameters

AdapterObject

DeviceObject

NumberOfMapRegisters

ExecutionRoutine

Context

Return value

This function returns NTKERNELAPI NTSTATUS.

Remarks

See also