D3DKMT_VAD_DESC structure

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

TBD

Syntax

typedef struct _D3DKMT_VAD_DESC {
  UINT   VadIndex;
  UINT64 VadAddress;
  UINT   NumMappedRanges;
  UINT   VadType;
  UINT64 StartAddress;
  UINT64 EndAddress;
} D3DKMT_VAD_DESC, *PD3DKMT_VAD_DESC;

Members

  • VadIndex
    0xFFFFFFFF to use the VAD address

  • VadAddress

  • NumMappedRanges

  • VadType
    0 - reserved, 1 - Mapped

  • StartAddress

  • EndAddress

Requirements

Minimum supported client

Windows 10 Insider Preview

Minimum supported server

Windows Server Technical Preview

Header

D3dkmthk.h (include D3dkmthk.h)

 

 

Send comments about this topic to Microsoft