3 references to MEMORYSTATUSEX
Microsoft.DotNet.RemoteExecutor (3)
RemoteInvokeHandle.cs (3)
85private static extern bool GlobalMemoryStatusEx(ref MEMORYSTATUSEX lpBuffer); 89MEMORYSTATUSEX buffer = default; 90buffer.length = sizeof(MEMORYSTATUSEX);