1 instantiation of MEMORYSTATUSEX
dotnet (1)
PerformanceLogEventSource.cs (1)
242
Interop.MEMORYSTATUSEX memoryStatusEx =
new
();
2 references to MEMORYSTATUSEX
dotnet (2)
PerformanceLogEventSource.cs (2)
242
Interop.
MEMORYSTATUSEX
memoryStatusEx = new();
380
internal static extern bool GlobalMemoryStatusEx(ref
MEMORYSTATUSEX
lpBuffer);