DDGPE::PerformBlt (Windows CE 5.0)
This method performs the blit. The default implementation ignores the DDGPEStandardHeader passed in. You must override this method if you do not want the default behavior.
virtual SCODE PerformBlt(DDGPEBltParms* pddgpeBltParms);
Parameters
- pddgpeBltParms
Pointer to a DDGPEBltParms structure.
Return Values
The return value is S_OK, if the method is successful. Otherwise, an error code is returned.
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
DDGPE Class | DDGPE Class Definition
Send Feedback on this topic to the authors