D3DKMT_CHANGESURFACEPOINTER - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmthk.h

typedef struct _D3DKMT_CHANGESURFACEPOINTER {
  HDC    hDC;
  HANDLE hBitmap;
  LPVOID pSurfacePointer;
  UINT   Width;
  UINT   Height;
  UINT   Pitch;
} D3DKMT_CHANGESURFACEPOINTER;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_changesurfacepointer)

D3DKMT_CHANGESURFACEPOINTER structure

Description

Used to change the surface pointer.

Members

hDC

The device context handle.

hBitmap

The bitmap handle.

pSurfacePointer

The new surface pointer.

Width

Memory width.

Height

Memory height.

Pitch

Memory pitch.

Remarks

See also