g_pVideoMemory (Windows Embedded CE 6.0)
1/6/2010
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.
Syntax
extern unsigned char* g_pVideoMemory;
Requirements
Header | ddgpe.h |
Library | Ddgpe.lib |
Windows Embedded CE | Windows Embedded CE 6.0 and later |