次の方法で共有


DDGPE Base Classes (Windows Embedded CE 6.0)

1/6/2010

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

Concepts

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