// d3dkmthk.h
typedef struct _D3DKMT_BUDGETCHANGENOTIFICATION {
VOID *Context;
D3DKMT_ALIGN64 UINT64 Budget;
} D3DKMT_BUDGETCHANGENOTIFICATION;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMT_BUDGETCHANGENOTIFICATION structure contains arguments used to create a budget change notification.
Context[in] The context at Register.
Budget[in] The new budget.