D3DKMT_CHANGESURFACEPOINTER structure (d3dkmthk.h)

Used to change the surface pointer.

Syntax

typedef struct _D3DKMT_CHANGESURFACEPOINTER {
  HDC    hDC;
  HANDLE hBitmap;
  LPVOID pSurfacePointer;
  UINT   Width;
  UINT   Height;
  UINT   Pitch;
} D3DKMT_CHANGESURFACEPOINTER;

Members

hDC

The device context handle.

hBitmap

The bitmap handle.

pSurfacePointer

The new surface pointer.

Width

Memory width.

Height

Memory height.

Pitch

Memory pitch.

Requirements

Requirement Value
Header d3dkmthk.h