Share via


DDGPE Interface Definition (Windows CE 5.0)

Send Feedback

The DDGPE interface definition allows you to write display drivers for Windows CE that support DirectDraw. Because you will use many of these functions throughout your DirectDraw hardware abstraction layer (DDHAL) implementation – especially in the beginning – it is important that you become familiar with the functions and structures that are available to you.

The DDGPE.LIB binary implements functions and structures that you should include in your project to avoid writing these functions and structures yourself. There are, however, some functions and global variables that you must be define and set up in your driver. For information on creating or implementing any of these function and structures, see the topics that correspond to them. Required Functions and Required Variables describe the specific requirements that the DDGPE interface expects your implementation to fulfill.

In This Section

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.