MEMORYSTATUS MemInfo; MemInfo.dwLength=sizeof( MEMORYSTATUS ) ; // 获取内存信息 GlobalMemoryStatus( &MemInfo ) ;