Click to Rate and Give Feedback
MSDN
MSDN Library
Windows Embedded
Windows Embedded CE
Windows CE 5.0
Windows CE Features
Core OS Services
Kernel Reference
Kernel Functions
 GetSystemMemoryDivision

  Switch on low bandwidth view
Platform Builder for Microsoft Windows CE 5.0
GetSystemMemoryDivision
Send Feedback

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.

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 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

Feedback FAQs


© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker