<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Kommentare zu: Standby Modus in einem Programm auch unter Vista verhindern</title>
	<atom:link href="http://blog.m-ri.de/index.php/2009/03/24/standby-modus-in-einem-programm-auch-unter-vista-verhindern/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.m-ri.de/index.php/2009/03/24/standby-modus-in-einem-programm-auch-unter-vista-verhindern/</link>
	<description>Gesammeltes aus dem Leben eines &#34;normalen&#34; Programmierers... :-)</description>
	<lastBuildDate>Mon, 06 Feb 2012 10:54:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Von: Martin Richter</title>
		<link>http://blog.m-ri.de/index.php/2009/03/24/standby-modus-in-einem-programm-auch-unter-vista-verhindern/comment-page-1/#comment-4096</link>
		<dc:creator>Martin Richter</dc:creator>
		<pubDate>Thu, 02 Sep 2010 16:24:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.m-ri.de/?p=274#comment-4096</guid>
		<description>Weil das so in der Doku steht! Einfach mal lesen:
http://msdn.microsoft.com/en-us/library/aa373208(VS.85).aspx

&lt;em&gt;The system automatically detects activities such as local keyboard or mouse input, server activity, and changing window focus. Activities that are not automatically detected include disk or CPU activity and video display.
Calling SetThreadExecutionState without ES_CONTINUOUS simply resets the idle timer; to keep the display or system in the working state, the thread must call SetThreadExecutionState periodically.&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>Weil das so in der Doku steht! Einfach mal lesen:<br />
<a href="http://msdn.microsoft.com/en-us/library/aa373208(VS.85).aspx" rel="nofollow"></a><a href='http://msdn.microsoft.com/en-us/library/aa373208'>http://msdn.microsoft.com/en-us/library/aa373208</a>(VS.85).aspx</p>
<p><em>The system automatically detects activities such as local keyboard or mouse input, server activity, and changing window focus. Activities that are not automatically detected include disk or CPU activity and video display.<br />
Calling SetThreadExecutionState without ES_CONTINUOUS simply resets the idle timer; to keep the display or system in the working state, the thread must call SetThreadExecutionState periodically.</em></p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Raik</title>
		<link>http://blog.m-ri.de/index.php/2009/03/24/standby-modus-in-einem-programm-auch-unter-vista-verhindern/comment-page-1/#comment-4094</link>
		<dc:creator>Raik</dc:creator>
		<pubDate>Thu, 02 Sep 2010 08:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.m-ri.de/?p=274#comment-4094</guid>
		<description>Warum sollte man eigentlich diese Aktivierung periodisch aufrufen? Evtl. nur um das Rücksetzen aus anderen Threads zu umgehen? In den MSDN Remarks habe ich nichts darüber gefunden. Grüße</description>
		<content:encoded><![CDATA[<p>Warum sollte man eigentlich diese Aktivierung periodisch aufrufen? Evtl. nur um das Rücksetzen aus anderen Threads zu umgehen? In den MSDN Remarks habe ich nichts darüber gefunden. Grüße</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Raik</title>
		<link>http://blog.m-ri.de/index.php/2009/03/24/standby-modus-in-einem-programm-auch-unter-vista-verhindern/comment-page-1/#comment-4075</link>
		<dc:creator>Raik</dc:creator>
		<pubDate>Fri, 30 Jul 2010 21:08:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.m-ri.de/?p=274#comment-4075</guid>
		<description>Für Verwendung mit VC++6.0 bietet sich noch an:

#ifndef ES_AWAYMODE_REQUIRED
  #define ES_AWAYMODE_REQUIRED 0x00000040L
#endif

da dessen Header diesen Wert noch nicht kannten.</description>
		<content:encoded><![CDATA[<p>Für Verwendung mit VC++6.0 bietet sich noch an:</p>
<p>#ifndef ES_AWAYMODE_REQUIRED<br />
  #define ES_AWAYMODE_REQUIRED 0x00000040L<br />
#endif</p>
<p>da dessen Header diesen Wert noch nicht kannten.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

