Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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)

Feedback

Was this page helpful?

Additional resources