The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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
Show: