1 instantiation of MEMORYSTATUSEX
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\Devices\ComputerInfo.InternalMemoryStatus.vb (1)
52_memoryStatusEx = New MEMORYSTATUSEX
4 references to MEMORYSTATUSEX
Microsoft.VisualBasic.Forms (4)
Microsoft\VisualBasic\Devices\ComputerInfo.InternalMemoryStatus.vb (1)
14Private _memoryStatusEx As MEMORYSTATUSEX
Microsoft\VisualBasic\Helpers\NativeMethods.vb (3)
95''' <param name="lpBuffer">Pointer to a <see cref="MEMORYSTATUSEX"/> structure.</param> 98Friend Function GlobalMemoryStatusEx(ByRef lpBuffer As MEMORYSTATUSEX) As <MarshalAs(UnmanagedType.Bool)> Boolean 130dwLength = CType(Marshal.SizeOf(Of MEMORYSTATUSEX)(), UInt32)