Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |