g_oalAddressTable (Windows CE 5.0)
This global variable specifies the table that is used by the kernel to establish the virtual to physical address mapping.
extern OAL_ADDRESS_TABLE g_oalAddressTable[];
Parameters
None.
Return Values
None.
Remarks
The OALPAtoVA and OALVAtoPA functions use the table to retrieve the virtual address for a corresponding physical address, and vice versa.
Requirements
OS Versions: Windows CE Version 5.0 and later
Header: Oal_memory.h
Link Library: Developer-defined
See Also
Send Feedback on this topic to the authors