D3DKMT_BUDGETCHANGENOTIFICATION structure (d3dkmthk.h)
The D3DKMT_BUDGETCHANGENOTIFICATION structure contains arguments used to create a budget change notification.
Syntax
typedef struct _D3DKMT_BUDGETCHANGENOTIFICATION {
VOID *Context;
D3DKMT_ALIGN64 UINT64 Budget;
} D3DKMT_BUDGETCHANGENOTIFICATION;
Members
Context
[in] The context at Register.
Budget
[in] The new budget.
Requirements
Requirement | Value |
---|---|
Header | d3dkmthk.h |