Share via


DirectDraw Display Driver Reference (Windows Embedded CE 6.0)

1/6/2010

For your driver, you must modify the functions and callbacks to reflect your specific hardware needs. To get your driver running quickly, you should implement the driver initialization code first, and then add functionality. For example, add flipping functionality first.

In addition to the functions, callbacks, macros, and structures listed in this reference, you must include both Ddrawi.h and Ddraw.h in your driver. Both of these include files are provided with Microsoft DirectX Platform Adaptation Kit (DXPAK).

In This Section

  • DDHAL Reference
    Contains descriptions of DirectDraw hardware abstraction layer (DDHAL) programming elements

See Also

Other Resources

DirectDraw Display Drivers