ID3D11Device::GetCreationFlags Method

Get the flags used during the call to create the device with D3D11CreateDevice.

Syntax

public:
UINT GetCreationFlags()  

Return value

Type: UINT 

A bitfield containing the flags used to create the device. See D3D11_CREATE_DEVICE_FLAG.

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

ID3D11Device

ID3D11Device Members