<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Arif widiyanto &#187; System Information</title>
	<atom:link href="http://arifw.wordpress.com/tag/system-information/feed/" rel="self" type="application/rss+xml" />
	<link>http://arifw.wordpress.com</link>
	<description>mind, passions, spirit and hopes</description>
	<lastBuildDate>Tue, 10 Feb 2009 21:54:16 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>id</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='arifw.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/d382bbfd951e4023fa2574e327371f53?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Arif widiyanto &#187; System Information</title>
		<link>http://arifw.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://arifw.wordpress.com/osd.xml" title="Arif widiyanto" />
		<item>
		<title>Delphi Mendapatkan info penggunaan memory dari suatu proses</title>
		<link>http://arifw.wordpress.com/2008/04/24/delphi-mendapatkan-info-penggunaan-memory-dari-suatu-proses/</link>
		<comments>http://arifw.wordpress.com/2008/04/24/delphi-mendapatkan-info-penggunaan-memory-dari-suatu-proses/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 19:35:25 +0000</pubDate>
		<dc:creator>arifw</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[System Information]]></category>

		<guid isPermaLink="false">http://arifw.wordpress.com/2008/04/24/delphi-mendapatkan-info-penggunaan-memory-dari-suatu-proses/</guid>
		<description><![CDATA[uses
  psAPI;
function GetProcessMemorySize(_sProcessName: string; var _nMemSize: Cardinal): Boolean;
var
  l_nWndHandle, l_nProcID, l_nTmpHandle: HWND;
  l_pPMC: PPROCESS_MEMORY_COUNTERS;
  l_pPMCSize: Cardinal;
begin
  l_nWndHandle := FindWindow(nil, PChar(_sProcessName));
  if l_nWndHandle = 0 then
  begin
    Result := False;
    Exit;
  end;
  l_pPMCSize := SizeOf(PROCESS_MEMORY_COUNTERS);
  GetMem(l_pPMC, l_pPMCSize);
  l_pPMC^.cb := [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arifw.wordpress.com&blog=2581537&post=21&subd=arifw&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://arifw.wordpress.com/2008/04/24/delphi-mendapatkan-info-penggunaan-memory-dari-suatu-proses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8eb5a760eaccd5d4e83881026d586196?s=96&#38;d=identicon" medium="image">
			<media:title type="html">arif</media:title>
		</media:content>
	</item>
		<item>
		<title>Delphi &#8211; Get a list of installed services</title>
		<link>http://arifw.wordpress.com/2008/04/24/delphi-get-a-list-of-installed-services-2/</link>
		<comments>http://arifw.wordpress.com/2008/04/24/delphi-get-a-list-of-installed-services-2/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 19:31:44 +0000</pubDate>
		<dc:creator>arifw</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[System Information]]></category>

		<guid isPermaLink="false">http://arifw.wordpress.com/2008/04/24/delphi-get-a-list-of-installed-services-2/</guid>
		<description><![CDATA[
const   SERVICE_KERNEL_DRIVER       = $00000001;   SERVICE_FILE_SYSTEM_DRIVER  = $00000002;   SERVICE_ADAPTER             = $00000004;   SERVICE_RECOGNIZER_DRIVER   = $00000008; 
  SERVICE_DRIVER           [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arifw.wordpress.com&blog=2581537&post=20&subd=arifw&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://arifw.wordpress.com/2008/04/24/delphi-get-a-list-of-installed-services-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8eb5a760eaccd5d4e83881026d586196?s=96&#38;d=identicon" medium="image">
			<media:title type="html">arif</media:title>
		</media:content>
	</item>
	</channel>
</rss>