다음을 통해 공유


GPE::BltComplete (Windows CE 5.0)

Send Feedback

This method executes to complete a blit sequence initiated by GPE::BltPrepare. GPE calls this method.

SCODE GPE::BltComplete( GPEBltParms* pBltParms);

Parameters

  • pBltParms
    [in] Pointer to a GPEBltParms structure containing parameters for the blit operation.

Return Values

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

OS Versions: Windows CE 1.0 and later.
Header: Gpe.h.
Link Library: Gpe_lib.lib.

See Also

Display Drivers | GPEBltParms | GPE::BltPrepare

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.