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.

DXGI_MAPPED_RECT structure

Describes a mapped rectangle that is used to access a surface.

Syntax


typedef struct DXGI_MAPPED_RECT {
  INT  Pitch;
  BYTE *pBits;
} DXGI_MAPPED_RECT;

Members

Pitch

Type: INT

A value that describes the width, in bytes, of the surface.

pBits

Type: BYTE*

A pointer to the image buffer of the surface.

Remarks

The DXGI_MAPPED_RECT structure is initialized by the IDXGISurface::Map method.

Requirements

Header

DXGI.h

See also

DXGI Structures

 

 

Show:
© 2017 Microsoft