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