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. |
The
g_
pDDrawPrimarySurface global variable is a pointer to
a
DDGPESurfclass that represents the primary DirectDraw
surface. It is set by
DDGPEand will be valid upon entry into
buildDDHALInfo.
You should use this global variable whenever you need to access the primary DirectDraw surface.
extern DDGPESurf*g_pDDrawPrimarySurface;
Last updated on Tuesday, July 13, 2004