ID3D11Device::GetExceptionMode Method

Get the exception-mode flags.

Syntax

UINT GetExceptionMode();

Parameter

Methode umfasst keine Parameter.

Rückgabewert

Typ: UINT

A value that contains one or more exception flags; each flag specifies a condition which will cause an exception to be raised. The flags are listed in D3D11_RAISE_FLAG. A default value of 0 means there are no flags.

Hinweise

An exception-mode flag is used to elevate an error condition to a non-continuable exception.

Anforderungen

Header

D3D11.h

Bibliothek

D3D11.lib

Siehe auch

ID3D11Device