Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft