IDirect3DSwapChain9

Applications use the methods of the IDirect3DSwapChain9 interface to manipulate a swap chain.

IDirect3DSwapChain9 Members

Method Description
IDirect3DSwapChain9::GetBackBuffer Retrieves a back buffer from the swap chain of the device.
IDirect3DSwapChain9::GetDevice Retrieves the device associated with the swap chain.
IDirect3DSwapChain9::GetDisplayMode Retrieves the display mode's spatial resolution, color resolution, and refresh frequency.
IDirect3DSwapChain9::GetFrontBufferData Generates a copy of the swapchain's front buffer and places that copy in a system memory buffer provided by the application.
IDirect3DSwapChain9::GetPresentParameters Retrieves the presentation parameters associated with a swap chain.
IDirect3DSwapChain9::GetRasterStatus Returns information describing the raster of the monitor on which the swap chain is presented.
IDirect3DSwapChain9::Present Presents the contents of the next buffer in the sequence of back buffers owned by the swap chain.

Remarks

There is always at least one swap chain for each device, known as the implicit swap chain. However, an additional swap chain for rendering multiple views from the same device can be created by calling the IDirect3DDevice9::CreateAdditionalSwapChain method.

This interface, like all COM interfaces, inherits from the IUnknown interface.

The LPDIRECT3DSWAPCHAIN9 and PDIRECT3DSWAPCHAIN9 types are defined as pointers to the IDirect3DSwapChain9 interface.

typedef struct IDirect3DSwapChain9 *LPDIRECT3DSWAPCHAIN9, *PDIRECT3DSWAPCHAIN9;

See Also

IDirect3DDevice9::CreateAdditionalSwapChain

Requirements

Header: Declared in D3d9.h.

Import Library: Use D3d9.lib.