D3DKMT_QUERYVIDEOMEMORYINFO 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_QUERYVIDEOMEMORYINFO {
  D3DKMT_HANDLE               hAdapter;
  D3DKMT_MEMORY_SEGMENT_GROUP MemorySegmentGroup;
  UINT64                      Budget;
  UINT64                      CurrentUsage;
  UINT64                      CurrentReservation;
  UINT64                      AvailableForReservation;
} D3DKMT_QUERYVIDEOMEMORYINFO;

Members

  • hAdapter
    [in] The adapter to query for this process

  • MemorySegmentGroup
    [in] The memory segment group to query.

  • Budget
    [out] Total memory the application may use

  • CurrentUsage
    [out] Current memory usage of the device

  • CurrentReservation
    [out] Current reservation of the device

  • AvailableForReservation
    [out] Total that the device may reserve

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