IDXGIAdapter3::UnregisterVideoMemoryBudgetChangeNotification method (dxgi1_4.h)

This method stops notifying a CPU synchronization object whenever a budget change occurs. An application may switch back to polling the information regularly.

Syntax

void UnregisterVideoMemoryBudgetChangeNotification(
  [in] DWORD dwCookie
);

Parameters

[in] dwCookie

Type: DWORD

A key value for the window or event to unregister. The IDXGIAdapter3::RegisterHardwareContentProtectionTeardownStatusEvent method returns this value.

Return value

None

Remarks

An application may switch back to polling for the information regularly.

Requirements

Requirement Value
Target Platform Windows
Header dxgi1_4.h (include DXGI1_3.h)
Library Dxgi.lib
DLL Dxgi.dll

See also

IDXGIAdapter3