D3DKMT_VAD_DESC - NtDoc

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

typedef struct _D3DKMT_VAD_DESC {
  UINT                  VadIndex;
  D3DKMT_ALIGN64 UINT64 VadAddress;
  UINT                  NumMappedRanges;
  UINT                  VadType;
  D3DKMT_ALIGN64 UINT64 StartAddress;
  D3DKMT_ALIGN64 UINT64 EndAddress;
} D3DKMT_VAD_DESC;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_vad_desc)

_D3DKMT_VAD_DESC structure

Description

The video acceleration display (VAD) description.

Members

VadIndex

The VAD index.

VadAddress

The VAD address.

NumMappedRanges

The number of mapped ranges.

VadType

The VAD type.

StartAddress

The start address.

EndAddress

The end address.

Remarks

See also