Share via


DDGPE Base Classes (Windows CE 5.0)

Send Feedback

You can use the DirectDraw Graphics Primitive Engine (DDGPE) base classes to extend the GPE classes to support DirectDraw. Because you will use several of the methods very often in the implementation of the DirectDraw hardware abstraction layer (DDHAL) portion of your display driver, it is important that you familiarize yourself with the information about the DDGPE base classes.

The following table shows the DDGPE base classes.

Class Description
DDGPE Class The base class for DirectDraw display drivers.
DDGPESurf Class The representation of a surface to the display driver.
SurfaceHeap Class An alternate heap manager.

See Also

DirectDraw Display Driver Reference | DDGPE Data Structures, Types, and Constants | DDGPE Interface Definition

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.