MEMORYSTATUS (Structures)
Last changed: Pieter Huizinga-89.98.143.220

.
Summary
TODO - a short description

C# Definition:

[StructLayout(LayoutKind.Sequential, CharSet=CharSet.Auto)]

private struct MEMORYSTATUSEX

{

    public int Length;
    public int MemoryLoad;
    public UInt32 TotalPhysical;
    public UInt32 AvailablePhysical;
    public UInt32 TotalPageFile;
    public UInt32 AvailablePageFile;
    public UInt32 TotalVirtual;
    public UInt32 AvailableVirtual;
    public UInt32 AvailableExtendedVirtual;

}

VB Definition:

Structure MEMORYSTATUSEX
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation