IddCxAdapterInitAsync - NtDoc

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

NTSTATUS IddCxAdapterInitAsync(
  [in]  const IDARG_IN_ADAPTER_INIT *pInArgs,
  [out] IDARG_OUT_ADAPTER_INIT      *pOutArgs
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-iddcx-iddcxadapterinitasync)

IddCxAdapterInitAsync function

Description

IddCxAdapterInitAsync is an asynchronous initiation function called by the indirect display driver (IDD) to create a WDDM graphics adapter.

Parameters

pInArgs [in]

Pointer to an IDARG_IN_ADAPTER_INIT structure containing the information needed to initialize an adapter that will be hosted on a WDF device.

pOutArgs [out]

Pointer to an IDARG_OUT_ADAPTER_INIT structure in which the IDD returns information about the initialized adapter.

Return value

(NTSTATUS) The method returns S_OK if the operation succeeds. Otherwise, it returns an appropriate NTSTATUS error code.

See also

IDARG_IN_ADAPTER_INIT

IDARG_OUT_ADAPTER_INIT