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