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.

ID3D11Device4::UnregisterDeviceRemoved method

Unregisters the "device removed" event.

Syntax


void UnregisterDeviceRemoved(
  [in] DWORD dwCookie
);

Parameters

dwCookie [in]

Type: DWORD

Information about the "device removed" event, retrieved during a successful RegisterDeviceRemovedEvent call.

Return value

This method does not return a value.

Remarks

See RegisterDeviceRemovedEvent.

Requirements

Header

D3d11_4.h

Library

D3d11.lib

See also

ID3D11Device4
RegisterDeviceRemovedEvent

 

 

Show:
© 2017 Microsoft