PPROCESS_MEMORY_COUNTERS pMemCountr; pMemCountr = new PROCESS_MEMORY_COUNTERS(); bool result = GetProcessMemoryInfo(GetCurrentProcess(), pMemCountr, sizeof( ...
確定! 回上一頁