// iddcx.h
struct IDARG_IN_SETSWAPCHAIN {
[in] IDDCX_SWAPCHAIN hSwapChain;
[in] HANDLE hNextSurfaceAvailable;
[In] LUID RenderAdapterLuid;
};
View the official Windows Driver Kit DDI referenceNo description available.
The IDARG_IN_SETSWAPCHAIN structure provides information used to set the indirect swapchain.
hSwapChain [in]Handle to an opaque, OS-created IDDCX_SWAPCHAIN object that will be used to pass the desktop image to the driver for processing, transmission and display.
hNextSurfaceAvailable [in]Handle to the auto reset event that is signaled when the new image to encode is ready.
RenderAdapterLuid [In]LUID of the adapter where the desktop image was rendered.
EVT_IDD_CX_MONITOR_ASSIGN_SWAPCHAIN