DDGPE::PerformBlt (Windows Embedded CE 6.0)
1/6/2010
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.
Syntax
virtual SCODE PerformBlt(
DDGPEBltParms* pddgpeBltParms
);
Parameters
- pddgpeBltParms
Pointer to a DDGPEBltParms structure.
Return Value
The return value is S_OK, if the method is successful. Otherwise, an error code is returned.
Requirements
Header | ddgpe.h |
Library | Ddgpe.lib |
Windows Embedded CE | Windows Embedded CE 6.0 and later |