IDARG_IN_ADAPTER_INIT - NtDoc

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

struct IDARG_IN_ADAPTER_INIT {
  WDFDEVICE              WdfDevice;
  IDDCX_ADAPTER_CAPS     *pCaps;
  PWDF_OBJECT_ATTRIBUTES ObjectAttributes;
};
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-iddcx-idarg_in_adapter_init)

IDARG_IN_ADAPTER_INIT structure

Description

The IDARG_IN_ADAPTER_INIT structure contains the information needed to initialize an adapter that will be hosted on a Windows Driver Framework (WDF) device.

Members

WdfDevice

The WDF object representing the device that will be hosting this WDDM adapter object.

pCaps

Pointer to an IDDCX_ADAPTER_CAPS structure containing information about the capabilities of the adapter.

ObjectAttributes

Pointer to a WDF_OBJECT_ATTRIBUTES structure containing object attributes used to initialize the WDF adapter object.

Remarks

For more information about WDF objects, see Introduction to Framework Objects.

See also

IDARG_OUT_ADAPTER_INIT

IDDCX_ADAPTER_CAPS

IddCxAdapterInitAsync

WDF_OBJECT_ATTRIBUTES