Microsoft Windows CE 3.0  

DDGPE

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

This section describes each of the files that make up the DDGPEpackage.

DDGPE.lib

The DDGPE.LIB file contains the code that a GPE-based driver should link to in order to extend it with DDHAL functionality. An existing GPE-based driver should link to DDGPE.LIB instead of GPE.LIB. You should place this library in a central location.

DDGPE.h

This file contains DDGPEand DDGPESurfclass definitions. These classes extend GPEand GPESurf, respectively. You should place this header file in a central location. It should not be changed.

DDGPEUsr.h

The DDGPEUsr.h contains macros that must be defined by the driver writer. It should be moved into the driver's source code directory, and can be modified to contain whatever the driver writer wants.

DDHFuncs.h

This file contains several function and variable prototypes. These include DDHALfunction prototypes, global variable prototypes, and DDGPE.LIB function exports. It should be placed in a central location and should not be modified.



 Last updated on Tuesday, July 13, 2004

© 2004 Microsoft Corporation. All rights reserved.