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: