初始化上传
This commit is contained in:
17
常用工具集/Utility/CZGL.SystemInfo/Memory/MEMORYSTATUS.cs
Normal file
17
常用工具集/Utility/CZGL.SystemInfo/Memory/MEMORYSTATUS.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
namespace CZGL.SystemInfo
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public struct MEMORYSTATUS
|
||||
{
|
||||
public uint dwLength;
|
||||
public uint dwMemoryLoad;
|
||||
public uint dwTotalPhys;
|
||||
public uint dwAvailPhys;
|
||||
public uint dwTotalPageFile;
|
||||
public uint dwAvailPageFile;
|
||||
public uint dwTotalVirtual;
|
||||
public uint dwAvailVirtual;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user