d3d9.dllGetPresentParameters
Microsoft DirectX 9.0 SDK Update (October 2004)

IDirect3DSwapChain9::GetPresentParameters Method


Retrieves the presentation parameters associated with a swap chain.

Syntax

HRESULT GetPresentParameters(      

    D3DPRESENT_PARAMETERS* pPresentationParameters );

Parameters

pPresentationParameters
[out, retval] Pointer to the presentation parameters. See D3DPRESENT_PARAMETERS.

Return Value

If the method succeeds, the return value is D3D_OK.

If the method fails, the return value can be D3DERR_INVALIDCALL.

Remarks

This method can be used to see the presentation parameters of the parent swap chain of a surface (a back buffer, for instance). The parent swap chain can be retrieved with IDirect3DSurface9::GetContainer.



© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.