// iddcx.h
HRESULT IddCxSwapChainSetDevice(
[in] IDDCX_SWAPCHAIN SwapChainObject,
[in] const IDARG_IN_SWAPCHAINSETDEVICE *pInArgs
);
View the official Windows Driver Kit DDI referenceNo description available.
An OS callback function the driver calls within its SetSwapChain routine to setup the swap-chain with a particular DXGI device.
SwapChainObject [in]The swap-chain object that will be setup with a particular DXGI device.
pInArgs [in]Input arguments to the function
(NTSTATUS) The method returns STATUS_SUCCESS if the operation succeeds. Otherwise, this method may return an appropriate NTSTATUS error code.