Expand Minimize
0 out of 1 rated this helpful - Rate this topic

IDirect3DDevice9::GetDisplayMode method

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

Syntax


HRESULT GetDisplayMode(
  [in]   UINT  iSwapChain,
  [out]  D3DDISPLAYMODE *pMode
);

Parameters

iSwapChain [in]

Type: UINT

An unsigned integer specifying the swap chain.

pMode [out]

Type: D3DDISPLAYMODE*

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

Type: HRESULT

If the method succeeds, the return value is D3D_OK. If the method fails, the return value can be D3DERR_INVALIDCALL.

Requirements

Header

D3D9.h

Library

D3D9.lib

 

 

Build date: 11/22/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.