CeGlobalMemoryStatus (RAPI)

Send Feedback

This function gets information on the physical and virtual memory of the system on a remote Microsoft® Windows® CE–based device.

void CeGlobalMemoryStatus(
  LPMEMORYSTATUS lpmst
);

Parameters

  • lpmst
    [out] Pointer to a MEMORYSTATUS structure in which information about current memory availability is stored.

Return Values

None.

Note   This function generates a RAPI level error if it cannot properly marshal parameters between the mobile device and the desktop computer. In this case, you can trace the error by calling the CeRapiGetError function.

Remarks

You can use the CeGlobalMemoryStatus function to determine how much memory your application can allocate without severely impacting other applications.

The information returned by the CeGlobalMemoryStatus function is volatile. There is no guarantee that two sequential calls to this function will get the same information.

Requirements

Pocket PC: Pocket PC 2000 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: Rapi.h
Library: Rapi.lib

See Also

Remote API Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.