Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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