// ntddk.h
NTSTATUS IoAllocateAdapterChannel(
PADAPTER_OBJECT AdapterObject,
PDEVICE_OBJECT DeviceObject,
ULONG NumberOfMapRegisters,
PDRIVER_CONTROL ExecutionRoutine,
PVOID Context
);
View the official Windows Driver Kit DDI referenceNo description available.
Deprecated.
Do not call this function. Use PALLOCATE_ADAPTER_CHANNEL.
AdapterObjectDeviceObjectNumberOfMapRegistersExecutionRoutineContextThis function returns NTKERNELAPI NTSTATUS.