Skip to content

Latest commit

 

History

History
66 lines (55 loc) · 2.22 KB

nf-d3d11-id3d11device-getcreationflags.md

File metadata and controls

66 lines (55 loc) · 2.22 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:d3d11.ID3D11Device.GetCreationFlags
ID3D11Device::GetCreationFlags (d3d11.h)
Get the flags used during the call to create the device with D3D11CreateDevice.
19c344e0-8664-5c52-5bb8-46d3941967fa
GetCreationFlags
GetCreationFlags method [Direct3D 11]
GetCreationFlags method [Direct3D 11]
ID3D11Device interface
ID3D11Device interface [Direct3D 11]
GetCreationFlags method
ID3D11Device.GetCreationFlags
ID3D11Device::GetCreationFlags
d3d11/ID3D11Device::GetCreationFlags
direct3d11.id3d11device_getcreationflags
direct3d11\id3d11device_getcreationflags.htm
direct3d11
124e1a50-8fae-4af5-8a9f-a56f000ccbe7
12/05/2018
19c344e0-8664-5c52-5bb8-46d3941967fa, GetCreationFlags, GetCreationFlags method [Direct3D 11], GetCreationFlags method [Direct3D 11],ID3D11Device interface, ID3D11Device interface [Direct3D 11],GetCreationFlags method, ID3D11Device.GetCreationFlags, ID3D11Device::GetCreationFlags, d3d11/ID3D11Device::GetCreationFlags, direct3d11.id3d11device_getcreationflags
d3d11.h
Windows
D3D11.lib
Windows
19H1
ID3D11Device::GetCreationFlags
d3d11/ID3D11Device::GetCreationFlags
c++
APIRef
kbSyntax
COM
D3D11.lib
D3D11.dll
ID3D11Device.GetCreationFlags

ID3D11Device::GetCreationFlags

-description

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

-returns

Type: UINT

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

-see-also

ID3D11Device