DirectDraw Interfaces (Compact 2013)

3/26/2014

DirectDraw uses GUIDs to identify its interfaces and to identify driver extension structures. The standard GUIDs are stored in Ddguid.lib, which is built from the core OS, as it must be available for drivers to link to.

Note

The Windows Embedded Compact DirectDraw interfaces are not the same as the desktop interfaces of the same name. The GUIDs have been changed accordingly.

The following table shows the DirectDraw interfaces with a description of the purpose of each.

Programming Element

Description

IDirectDraw

Applications use the methods of this interface to create DirectDraw objects and work with system-level variables.

IDirectDrawClipper

Applications use the methods of this interface to manage clip lists.

IDirectDrawColorControl

This interface allows you to get and set color controls.

IDirectDrawGammaControl

This interface allows you to get and set gamma controls.

IDirectDrawSurface

Applications use the methods of this interface to create DirectDrawSurface objects and work with system-level variables.

See Also

Reference

DirectDraw Reference

Other Resources

DirectDraw