C
DWORD GFXGetPageOriginAddress( SHORT pageNumber );
Overview
This function calculates the address of a certain 0,0 location of a page in memory
Input Parameters
Input Parameters |
Description |
SHORT pageNumber |
the page number |
Returns
The address of the start of a certain page in memory
Preconditions
none
Side Effects
none