GetSystemMemoryDivision

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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

Other Resources

Configuring Object Store Memory