C1.Win.C1DX.4.8 Assembly / C1.Util.DX.DXGI Namespace / Factory2 Class / CreateSwapChain1ForCoreWindow Method

In This Topic
CreateSwapChain1ForCoreWindow Method
In This Topic
HRESULT IDXGIFactory2::CreateSwapChainForCoreWindow([In] IUnknown* pDevice,[In] IUnknown* pWindow,[In] const DXGI_SWAP_CHAIN_DESC1* pDesc,[In, Optional] IDXGIOutput* pRestrictToOutput,[Out, Fast] IDXGISwapChain1** ppSwapChain)
Syntax
'Declaration
 
Public Function CreateSwapChain1ForCoreWindow( _
   ByVal deviceRef As ComObject, _
   ByVal windowRef As ComObject, _
   ByRef descRef As SwapChainDescription1, _
   ByVal restrictToOutputRef As Output _
) As SwapChain1
 

Parameters

deviceRef
windowRef
descRef
restrictToOutputRef
See Also