GPE::BltComplete (Windows Embedded CE 6.0)
1/6/2010
This method executes to complete a blit sequence initiated by GPE::BltPrepare. GPE calls this method.
Syntax
SCODE GPE::BltComplete(
GPEBltParms* pBltParms
);
Parameters
- pBltParms
[in] Pointer to a GPEBltParms structure containing parameters for the blit operation.
Return Value
None.
Remarks
You must implement two blit-related pure virtual GPE functions for concrete classes derived from GPE::BltPrepare and GPE::BltComplete.
This method can remove any hardware configuration established by GPE::BltPrepare prior to a blit sequence. It might be unnecessary to remove some features, such as solid color settings; this depends on your hardware. Other features may require removal so that certain accelerated operations perform correctly. For example, if clipping registers are set, you may need to reset the clipping registers.
Requirements
Header | gpe.h |
Library | Gpe_lib.lib |
Windows Embedded CE | Windows CE 1.0 and later |
See Also
Reference
Display Driver Methods
GPEBltParms
GPE::BltPrepare