Share via


g_pVideoMemory (Compact 2013)

3/26/2014

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

See Also

Reference

Required Variables