IDXGIFactory

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Members

Functions

CreateSoftwareAdapter
HRESULT CreateSoftwareAdapter(HMODULE Module, IDXGIAdapter* ppAdapter)
Undocumented in source.
CreateSwapChain
HRESULT CreateSwapChain(IUnknown pDevice, DXGI_SWAP_CHAIN_DESC* pDesc, IDXGISwapChain* ppSwapChain)
Undocumented in source.
EnumAdapters
HRESULT EnumAdapters(UINT Adapter, IDXGIAdapter* ppAdapter)
Undocumented in source.
GetWindowAssociation
HRESULT GetWindowAssociation(HWND* pWindowHandle)
Undocumented in source.
MakeWindowAssociation
HRESULT MakeWindowAssociation(HWND WindowHandle, UINT Flags)
Undocumented in source.

Inherited Members

From IDXGIObject

SetPrivateData
HRESULT SetPrivateData(REFGUID Name, UINT DataSize, void* pData)
Undocumented in source.
SetPrivateDataInterface
HRESULT SetPrivateDataInterface(REFGUID Name, const(IUnknown) pUnknown)
Undocumented in source.
GetPrivateData
HRESULT GetPrivateData(REFGUID Name, UINT* pDataSize, void* pData)
Undocumented in source.
GetParent
HRESULT GetParent(REFIID riid, void** ppParent)
Undocumented in source.

Meta