IDXGIFactory3::GetCreationFlags method

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

Syntax


UINT GetCreationFlags();

Parameters

This method has no parameters.

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.

See also

IDXGIFactory3

 

 

Show: