?/TD>
Microsoft DirectX 9.0

IDirect3DDevice9::GetDisplayMode Method


Retrieves the display mode's spatial resolution, color resolution, and refresh frequency.

Syntax

HRESULT GetDisplayMode(      

    UINT iSwapChain,     D3DDISPLAYMODE *pMode );

Parameters

iSwapChain
[in] An unsigned integer specifying the swap chain.
pMode
[out] Pointer to a D3DDISPLAYMODE structure containing data about the display mode of the adapter. As opposed to the display mode of the device, which may not be active if the device does not own full-screen mode.

Return Value

If the method succeeds, the return value is D3D_OK.

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





© 2002 Microsoft Corporation. All rights reserved.