- CreateSoftwareAdapter
HRESULT CreateSoftwareAdapter(HMODULE Module, IDXGIAdapter* ppAdapter)
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 pDevice, DXGI_SWAP_CHAIN_DESC* pDesc, IDXGISwapChain* ppSwapChain)
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* ppAdapter)
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* pWindowHandle)
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.
- SetPrivateData
HRESULT SetPrivateData(REFGUID Name, UINT DataSize, void* pData)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetPrivateDataInterface
HRESULT SetPrivateDataInterface(REFGUID Name, IUnknown pUnknown)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetPrivateData
HRESULT GetPrivateData(REFGUID Name, UINT* pDataSize, void* pData)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetParent
HRESULT GetParent(REFIID riid, void** ppParent)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.