DirectDraw Reference (Compact 2013)
3/26/2014
This section describes the programming elements for the Windows Embedded Compact DirectDraw feature. The API is based on the flexible Component Object Model (COM), but is not technically a COM component.
At its core, DirectDraw serves as a video memory manager. It allocates video memory and it performs operations on video memory, including bits to and from the screen and system memory. It also contains low-level live video functionality.
- To add this feature to your OS, see DirectDraw Catalog Items and Sysgen Variables.
- For more information, see DirectDraw.
- Sample application code is available at %_WINCEROOT%\DIRECTX\SDK\SAMPLES\DDRAW\SRC.
In This Section
- DirectDraw Functions
- DirectDraw Callback Functions
- DirectDraw Interfaces
- DirectDraw Structures
- DirectDraw Return Values