@msdn=https://docs.microsoft.com/de-de/windows/desktop/api/winbase/ns-winbase-_memorystatus @pinvoke=http://pinvoke.net/$$$.htm Summary: Use by the GlobalMemoryStatus function https://docs.microsoft.com/en-us/windows/desktop/api/winbase/nf-winbase-globalmemorystatus !!!!C# Definition: [StructLayout(LayoutKind.Sequential)] class MEMORYSTATUS { public uint dwLength; public uint dwMemoryLoad; public IntPtr dwAvailPhys; public IntPtr dwTotalPageFile; public IntPtr dwAvailPageFile; public IntPtr dwTotalVirtual; public IntPtr dwAvailVirtual; } !!!!VB Definition: Structure MEMORYSTATUS_structure Public TODO End Structure !!!!User-Defined Field Types: None. !!!!Notes: None. Documentation: MEMORYSTATUS_structure@msdn on MSDN https://docs.microsoft.com/de-de/windows/desktop/api/winbase/ns-winbase-_memorystatus
Edit Structures.MEMORY...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.