// d3dkmthk.h
typedef struct _D3DKMT_QUERY_GPUMMU_CAPS {
UINT PhysicalAdapterIndex;
D3DKMT_GPUMMU_CAPS Caps;
} D3DKMT_QUERY_GPUMMU_CAPS;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMT_QUERY_GPUMMU_CAPS structure describes the capabilities of the GPU MMU (memory management unit).
PhysicalAdapterIndex[in] The physical adapter index in the LDA (linked display adapter) chain.
Caps[out] A D3DKMT_GPUMMU_CAPS structure that describes the capabilities of the GPU MMU.