DXGK_ADL_FLAGS structure (d3dkmddi.h)

The DXGK_ADL_FLAGS structure specifies the flag(s) that apply to an address descriptor list (ADL).

Syntax

typedef struct _DXGK_ADL_FLAGS {
  union {
    struct {
      UINT32 Contiguous : 1;
      UINT32 Reserved : 31;
    };
    UINT32 Value;
  };
} DXGK_ADL_FLAGS;

Members

Contiguous

Indicates that the pages in the ADL are contiguous.

Reserved

Reserved for future use.

Value

Another method to access the bits.

Requirements

Requirement Value
Minimum supported server Windows Server 2022
Header d3dkmddi.h

See also

DXGK_ADL