- CreateSoftwareAdapter
HRESULT CreateSoftwareAdapter(HMODULE Module, IDXGIAdapter* Adapter)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateSwapChain
HRESULT CreateSwapChain(IUnknown Device, DXGI_SWAP_CHAIN_DESC* Desc, IDXGISwapChain* SwapChain)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- EnumAdapters
HRESULT EnumAdapters(uint Adapter, IDXGIAdapter* Adapter)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetWindowAssociation
HRESULT GetWindowAssociation(HWND* WindowHandle)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- MakeWindowAssociation
HRESULT MakeWindowAssociation(HWND WindowHandle, uint Flags)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.