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::UnregisterHardwareContentProtectionTeardownStatus method

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

Syntax



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

Requirements

Header

DXGI1_3.h

Library

Dxgi.lib

DLL

Dxgi.dll

See also

IDXGIAdapter3

 

 

Show:
© 2017 Microsoft