IDXGIAdapter3::UnregisterHardwareContentProtectionTeardownStatus method (dxgi1_4.h)

Unregisters an event to stop it from receiving notification of hardware content protection teardown events.

Syntax

void UnregisterHardwareContentProtectionTeardownStatus(
  [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

Requirements

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

See also

IDXGIAdapter3