<?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/"
	>

<channel>
	<title>MBDealer &#187; WINAPI</title>
	<atom:link href="http://www.mbdealer.de/category/programmierung/winapi/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mbdealer.de</link>
	<description>Tipps, Tricks und Code-Snippets für Programmierer vom Programmierer</description>
	<lastBuildDate>Wed, 09 May 2012 19:18:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>MessageBox mit TimeOut</title>
		<link>http://www.mbdealer.de/messagebox-mit-timeout/</link>
		<comments>http://www.mbdealer.de/messagebox-mit-timeout/#comments</comments>
		<pubDate>Sat, 28 Apr 2007 18:03:55 +0000</pubDate>
		<dc:creator>MBDealer</dc:creator>
				<category><![CDATA[WINAPI]]></category>

		<guid isPermaLink="false">http://www.mbdealer.de/messagebox-mit-timeout/</guid>
		<description><![CDATA[typedef int (WINAPI *MessageBoxTimeOutWFunc)(HWND hWndParent,PWCHAR strText,PWCHAR strCaption, UINT uType,WORD wLanguageId,DWORD dwMilliseconds); HMODULE hMod = LoadLibrary(&#8220;user32.dll&#8221;); MessageBoxTimeOutWFunc pMessageBoxTimeout = (MessageBoxTimeOutWFunc)GetProcAddress(hMod,&#8221;MessageBoxTimeoutW&#8221;); pMessageBoxTimeout(NULL,L&#8221;Text&#8221;,L&#8221;Titel&#8221;,MB_OK &#124; MB_SETFOREGROUND,0,3000); FreeLibrary(hMod);]]></description>
		<wfw:commentRss>http://www.mbdealer.de/messagebox-mit-timeout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

