D3DKMT_REGISTERBUDGETCHANGENOTIFICATION structure (d3dkmthk.h)

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