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.

IDXGISurface::GetDesc method

Get a description of the surface.

Syntax


HRESULT GetDesc(
  [out] DXGI_SURFACE_DESC *pDesc
);

Parameters

pDesc [out]

Type: DXGI_SURFACE_DESC*

A pointer to the surface description (see DXGI_SURFACE_DESC).

Return value

Type: HRESULT

Returns S_OK if successful; otherwise, returns one of the error codes that are described in the DXGI_ERROR topic.

Requirements

Header

DXGI.h

Library

DXGI.lib

See also

IDXGISurface

 

 

Show:
© 2017 Microsoft