IddCxSwapChainSetDevice - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// iddcx.h

HRESULT IddCxSwapChainSetDevice(
  [in] IDDCX_SWAPCHAIN                   SwapChainObject,
  [in] const IDARG_IN_SWAPCHAINSETDEVICE *pInArgs
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-iddcx-iddcxswapchainsetdevice)

IddCxSwapChainSetDevice function

Description

An OS callback function the driver calls within its SetSwapChain routine to setup the swap-chain with a particular DXGI device.

Parameters

SwapChainObject [in]

The swap-chain object that will be setup with a particular DXGI device.

pInArgs [in]

Input arguments to the function

Return value

(NTSTATUS) The method returns STATUS_SUCCESS if the operation succeeds. Otherwise, this method may return an appropriate NTSTATUS error code.