Applies to:
PcVue version 7.00 onwards. |
||
|
||
Summary:
This article describes how to retrieve information about the current state of both physical and virtual memory. |
||
|
||
Details:
To get information about memory, you call the GlobalMemoryStatus function which is defined in kernel SV32.dll. Solution
Script Option Explicit Declare Sub GlobalMemoryStatus Lib “kernel32” (ByRef lpBuffer As MEMORYSTATUS) Private Sub Shape1_Click() End Sub For further information At the time of writing, the links at the top of this page point to the relevant articles in the book called Memory Management Reference in the online library of the Microsoft Developers Network (MSDN). Topics on related structures and functions are also available there. |
||
|
||
|
Created on: 05 Nov 2010 Last update: 13 May 2024