Partager via


DDGPE Base Classes (Compact 2013)

3/26/2014

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

Reference

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