ID3D11DeviceContext::GetContextFlags Method

Gets the initialization flags associated with the current deferred context.

Syntax

public:
UINT GetContextFlags()  

Return value

Type: UINT 

The flags that were supplied to the ContextFlags parameter of ID3D11Device::CreateDeferredContext.

Remarks

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.

Requirements

Header: Declared in d3d11_x.h (d3d11.h on other Windows platforms).

Library: Use d3d11_x.lib (d3d11.lib on other Windows platforms).

See also

ID3D11DeviceContext

ID3D11DeviceContext Members