GetSystemMemoryDivision (Windows CE 5.0)
This function retrieves information from the kernel pertaining to object store and system memory.
Note This function is deprecated and should no longer be used.
BOOLGetSystemMemoryDivision(LPDWORD lpdwStorePages,LPDWORD lpdwRamPages,LPDWORD lpdwPageSize);
Parameters
- lpdwStorePages
[out] Long pointer to the number of pages dedicated to the store. - lpdwRamPages
[out] Long pointer to the number of pages dedicated to system memory. - lpdwPageSize
[out] Long pointer to the number of bytes in a page.
Return Values
TRUE indicates success; FALSE indicates failure.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Windows.h.
Link Library: Coredll.lib.
See Also
SetSystemMemoryDivision | Configuring Object Store Memory
Send Feedback on this topic to the authors