Share via


OEMGetOEMRamTable (Compact 2013)

10/16/2014

This function is implemented by the OEM to return the OEMRamTable structure, which allows your platform to support more than 512 MB of physical memory.

Syntax

typedef const RamTable *PCRamTable;
PCRamTable OEMGetOEMRamTable(void);

Return Value

Returns an OEMRamTable structure, as defined in %_WINCEROOT%\Public\Common\Oak\Inc\OEMGlobal.h.

Remarks

To make OEMRamTable available to the kernel and Kernel Independent Transport Layer (KITL), you must set the pfnGetOEMRamTable member of OEMGLOBAL to point to the OEMGetOEMRamTable function.

Requirements

Header

Developer Implemented

Library

OEMMain.lib or OEMMain_StaticKITL.lib

See Also

Reference

Optional OAL Functions
OEMRamTable