<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Получить значение памяти определенного процесса]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=10596&amp;type=atom" />
	<updated>2015-04-23T01:54:11Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=10596</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Получить значение памяти определенного процесса]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=93538#p93538" />
			<content type="html"><![CDATA[<p>Спасибо! Заодно и АХАКАшку обновил <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[DD]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25263</uri>
			</author>
			<updated>2015-04-23T01:54:11Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=93538#p93538</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Получить значение памяти определенного процесса]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=93537#p93537" />
			<content type="html"><![CDATA[<p>Можно, смотря, <a href="http://windows.microsoft.com/ru-ru/windows/what-task-manager-memory-columns-mean#1TC=windows-7">какая</a> память имеется в виду. Если рабочий набор, то так:<br /></p><div class="codebox"><pre><code>#Persistent
Process, Exist, explorer.exe
oProc := ComObjGet(&quot;winmgmts:&quot;).Get(&quot;Win32_Process.Handle=&quot; . ErrorLevel)
_MemoryWatch := Func(&quot;MemoryWatch&quot;).Bind(oProc)
SetTimer, % _MemoryWatch, 1000
Return

MemoryWatch(Proc)
{
   Proc.Refresh_
   TrayTip, Память explorer.exe, % Proc.WorkingSetSize//1024 . &quot; КБ&quot;
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2015-04-22T23:46:41Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=93537#p93537</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Получить значение памяти определенного процесса]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=93536#p93536" />
			<content type="html"><![CDATA[<p>Можно ли получить значение памяти определённого процесса (типа: &quot;250 000 КБ&quot;)?</p>]]></content>
			<author>
				<name><![CDATA[DD]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25263</uri>
			</author>
			<updated>2015-04-22T23:03:48Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=93536#p93536</id>
		</entry>
</feed>
