1 instantiation of MEMORYSTATUSEX
mscorlib (1)
system\runtime\memoryfailpoint.cs (1)
323Win32Native.MEMORYSTATUSEX memory = new Win32Native.MEMORYSTATUSEX();
4 references to MEMORYSTATUSEX
mscorlib (4)
microsoft\win32\win32native.cs (3)
786internal static bool GlobalMemoryStatusEx(ref MEMORYSTATUSEX buffer) 788buffer.length = Marshal.SizeOf(typeof(MEMORYSTATUSEX)); 794private static extern bool GlobalMemoryStatusExNative([In, Out] ref MEMORYSTATUSEX buffer);
system\runtime\memoryfailpoint.cs (1)
323Win32Native.MEMORYSTATUSEX memory = new Win32Native.MEMORYSTATUSEX();