GetSystemMemoryDivision (Compact 2013)

3/28/2014

This function obtains information from the kernel about to object store and system memory.

Note

This function is obsolete.

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

See Also

Reference

Kernel Functions
SetSystemMemoryDivision