ID3D10Device::GetDeviceRemovedReason method (d3d10.h)

Get the reason why the device was removed.

Syntax

HRESULT GetDeviceRemovedReason();

Return value

Type: HRESULT

Possible return values include:

  • DXGI_ERROR_DEVICE_HUNG
  • DXGI_ERROR_DEVICE_REMOVED
  • DXGI_ERROR_DEVICE_RESET
  • DXGI_ERROR_DRIVER_INTERNAL_ERROR
  • DXGI_ERROR_INVALID_CALL
  • S_OK
For more detail on these return codes, see DXGI_ERROR.

Requirements

Requirement Value
Target Platform Windows
Header d3d10.h
Library D3D10.lib

See also

ID3D10Device Interface