IDARG_IN_ADAPTERSETRENDERADAPTER - NtDoc

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

struct IDARG_IN_ADAPTERSETRENDERADAPTER {
  LUID PreferredRenderAdapter;
};
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

IDARG_IN_ADAPTERSETRENDERADAPTER structure

Description

The IDARG_IN_ADAPTERSETRENDERADAPTER structure identifies the render adapter that the driver wants to be used to render the desktop image for the swapchains on this adapter.

Members

PreferredRenderAdapter

Locally unique identifier (LUID) that identifies the driver's preferred adapter. Setting a value of {0, 0} indicates that the driver has no preference for the render adapter used.

Remarks

The driver's specified adapter is a preference and the OS might decide to use a different render adapter. For example, if the specified adapter has been PnpStopped then the OS will pick an alternative.

See also

IddCxAdapterSetRenderAdapter

PFN_IDDCXADAPTERSETRENDERADAPTER