// 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 referenceNo description available.
Used to change the surface pointer.
hDCThe device context handle.
hBitmapThe bitmap handle.
pSurfacePointerThe new surface pointer.
WidthMemory width.
HeightMemory height.
PitchMemory pitch.