ID3D11CommandList::GetContextFlags Method

Gets the initialization flags associated with the deferred context that created the command list.

Syntax

UINT GetContextFlags();

Parameter

Methode umfasst keine Parameter.

Rückgabewert

Typ: UINT

The context flag is reserved for future use and is always 0.

Hinweise

The GetContextFlags method gets the flags that were supplied to the ContextFlags parameter of ID3D11Device::CreateDeferredContext; however, the context flag is reserved for future use.

Anforderungen

Header

D3D11.h

Bibliothek

D3d11.lib

Siehe auch

ID3D11CommandList