共用方式為


DDGPE::PerformBlt (Compact 2013)

3/26/2014

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

See Also

Reference

DDGPE Class
DDGPE Class Definition