摘要: Microsoft (R) COFF Binary File Dumper Version 6.00.8168Copyright (C) Microsoft Corp 1992-1998. All rights reserved.Dump of file c:\windows\system32\kernel32.dllFile Type: DLL Section contains the foll... 阅读全文
posted @ 2010-04-29 14:52 ☆会飞的鱼☆ 阅读(3132) 评论(0) 推荐(0)
摘要: #region 将当前进程的内存占用尺寸设置到最小 /// <summary> /// 将当前进程的内存占用尺寸设置到最小 /// </summary> /// <returns>0为成功,-1为失败</returns> private static int SetProcessMemoryToMin() { return SetProcessMem... 阅读全文
posted @ 2010-04-29 10:47 ☆会飞的鱼☆ 阅读(549) 评论(0) 推荐(0)