IDXGIFactory3::GetCreationFlags method (dxgi1_3.h)

Gets the flags that were used when a Microsoft DirectX Graphics Infrastructure (DXGI) object was created.

Syntax

UINT GetCreationFlags();

Return value

The creation flags.

Remarks

The GetCreationFlags method returns flags that were passed to the CreateDXGIFactory2 function, or were implicitly constructed by CreateDXGIFactory, CreateDXGIFactory1, D3D11CreateDevice, or D3D11CreateDeviceAndSwapChain.

Requirements

Requirement Value
Target Platform Windows
Header dxgi1_3.h

See also

IDXGIFactory3