Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IDXGISwapChain1::GetFullscreenDesc method

Gets a description of a full-screen swap chain.

Syntax


HRESULT GetFullscreenDesc(
  [out] DXGI_SWAP_CHAIN_FULLSCREEN_DESC *pDesc
);

Parameters

pDesc [out]

A pointer to a DXGI_SWAP_CHAIN_FULLSCREEN_DESC structure that describes the full-screen swap chain.

Return value

GetFullscreenDesc returns:

  • S_OK if it successfully retrieved the description of the full-screen swap chain.
  • DXGI_ERROR_INVALID_CALL for non-HWND swap chains or if pDesc is NULL.
  • Possibly other error codes that are described in the DXGI_ERROR topic.

Remarks

The semantics of GetFullscreenDesc are identical to that of the IDXGISwapchain::GetDesc method for HWND-based swap chains.

Requirements

Minimum supported client

Windows 8 and Platform Update for Windows 7 [desktop apps only]

Minimum supported server

Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps only]

Minimum supported phone

Windows Phone 8

Header

DXGI1_2.h

Library

Dxgi.lib

See also

IDXGISwapChain1

 

 

Show:
© 2017 Microsoft