DDGPESurf::GetDirectDrawSurface (Windows CE 5.0)
This method gets a pointer to the DirectDraw surface associated with the DDGPESurf object.
virtual LPDDRAWI_DDRAWSURFACE_LCL GetDirectDrawSurface(void);
Parameters
None.
Return Values
The return value is a pointer to the DirectDraw surface associated with the DDGPESurf object if the method is successful. Otherwise, NULL is returned,and an error code is generated.
Remarks
You would use this method to perform operations on a GPE surface in your DirectDraw hardware abstraction layer (DDHAL). For instance, you could use this method to accelerate certain GPE operations through the DDHAL.
Requirements
OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header: Ddgpe.h.
Link Library: Ddgpe.lib.
See Also
DDGPESurf Class | DDGPESurf Class Definition
Send Feedback on this topic to the authors