Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Used to register budget change notification.
Syntax
typedef struct _D3DKMT_REGISTERBUDGETCHANGENOTIFICATION {
[in] D3DKMT_HANDLE hDevice;
[in] PFND3DKMT_BUDGETCHANGENOTIFICATIONCALLBACK Callback;
[in] VOID *Context;
[out] VOID *Handle;
} D3DKMT_REGISTERBUDGETCHANGENOTIFICATION;
Members
[in] hDevice
A handle to the device.
[in] Callback
Pointer to the PFND3DKMT_BUDGETCHANGENOTIFICATIONCALLBACK callback.
[in] Context
The callback context.
[out] Handle
A handle to unregister.
Requirements
Requirement | Value |
---|---|
Header | d3dkmthk.h |