GetSystemMemoryDivision (Windows Embedded CE 6.0)
1/6/2010
This function obtains information from the kernel about to object store and system memory.
Note
This function is deprecated and should no longer be used.
Syntax
BOOL GetSystemMemoryDivision(
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 Value
TRUE indicates success. FALSE indicates failure.
Requirements
Header | windows.h |
Library | coredll.lib |
Windows Embedded CE | Windows CE 2.10 and later |
See Also
Reference
Kernel Functions
SetSystemMemoryDivision