CreateSwapChain1ForCoreWindow Method
CreateSwapChain1ForCoreWindow(ComObject, ComObject, ref SwapChainDescription1, Output)
HRESULT IDXGIFactory2::CreateSwapChainForCoreWindow([In] IUnknown* pDevice,[In] IUnknown* pWindow,[In] const DXGI_SWAP_CHAIN_DESC1* pDesc,[In, Optional] IDXGIOutput* pRestrictToOutput,[Out, Fast] IDXGISwapChain1** ppSwapChain)
Declaration
public SwapChain1 CreateSwapChain1ForCoreWindow(ComObject deviceRef, ComObject windowRef, ref SwapChainDescription1 descRef, Output restrictToOutputRef)
Public Function CreateSwapChain1ForCoreWindow(deviceRef As ComObject, windowRef As ComObject, ByRef descRef As SwapChainDescription1, restrictToOutputRef As Output) As SwapChain1
Parameters
Returns