g_pDDrawPrimarySurface (Windows Embedded CE 6.0)
1/6/2010
The g_pDDrawPrimarySurface global variable is a pointer to a DDGPESurf class that represents the primary DirectDraw surface. It is set by DDGPE and is valid upon entry into buildDDHALInfo.
Use this global variable whenever you must access the primary DirectDraw surface.
Syntax
extern DDGPESurf* g_pDDrawPrimarySurface;
Requirements
Header | ddgpe.h |
Library | Ddgpe.lib |
Windows Embedded CE | Windows Embedded CE 6.0 and later |