OEMEnumExtensionDRAM (Windows CE 5.0)
This function returns information about extension DRAM, if present on the device.
DWORD OEMEnumExtensionDRAM(PMEMORY_SECTION pMemSections,DWORD cMemSections);
Parameters
- pMemSections
[in, out] On input or output, the address of the MEMORY_SECTION array. - cMemSections
[in] Number of entries in pMemSections.
Return Values
The number of memory sections that are described to the kernel.
Remarks
To implement this function, OEMs need to assign OEMEnumExtensionDRAM to the pNKEnumExtensionDRAM global function pointer.
OEMEnumExtensionDRAM is called only once and requires that all MEMORY_SECTION information is complete. Confirm that the number of filled memory sections is less than cMemSections.
If your platform contains only two noncontiguous memory sections, you can continue to use the OEMGetExtensionDRAM function.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Nkintr.h.
Link Library: Nk.lib.
See Also
MEMORY_SECTION | pNKEnumExtensionDRAM | OEMGetExtensionDRAM | MainMemoryEndAddress | OEMInit | OEMGetExtensionDRAM
Send Feedback on this topic to the authors