g_pVideoMemory (Windows CE 5.0)
The g_pVideoMemory global variable is a virtual address of video memory. Set up this variable in your buildDDHALInfo function.
Whenever you are given a simple offset to a location in video memory, you can use this variable to calculate a pointer to that location in memory.
extern unsigned char* g_pVideoMemory;
Requirements
OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header: Ddgpe.h.
Link Library: Ddgpe.lib.
See Also
Send Feedback on this topic to the authors