IDXGIAdapter3::UnregisterVideoMemoryBudgetChangeNotification method

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

dwCookie [in]

Type: DWORD

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

Return value

This method does not return a value.

Remarks

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

Requirements

Header

DXGI1_3.h

Library

Dxgi.lib

DLL

Dxgi.dll

See also

IDXGIAdapter3

 

 

Show: