// d3dkmthk.h
typedef struct _D3DKMT_PROCESS_VERIFIER_VIDMM_RESTRICT_BUDGET {
D3DKMT_ALIGN64 UINT64 LocalBudget;
D3DKMT_ALIGN64 UINT64 NonLocalBudget;
} D3DKMT_PROCESS_VERIFIER_VIDMM_RESTRICT_BUDGET;
View the official Windows Driver Kit DDI referenceNo description available.
Process verifier video memory management restrict budget.
LocalBudgetThe local budget.
NonLocalBudgetThe non-local budget.