<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[dwPlatformID von den Windows Systemen]]></title><description><![CDATA[<p>Hallo,<br />
fand folgende Liste:</p>
<pre><code>Operating system	Version number	dwMajorVersion	dwMinorVersion	Other
Windows 7	6.1	6	1	OSVERIONINFOEX.wProductType == VER_NT_WORKSTATION
Windows Server 2008 R2	6.1	6	1	OSVERIONINFOEX.wProductType != VER_NT_WORKSTATION
Windows Server 2008	6.0	6	0	OSVERSIONINFOEX.wProductType != VER_NT_WORKSTATION
Windows Vista	6.0	6	0	OSVERSIONINFOEX.wProductType == VER_NT_WORKSTATION
Windows Server 2003 R2	5.2	5	2	GetSystemMetrics(SM_SERVERR2) != 0
Windows Home Server	5.2	5	2	OSVERSIONINFOEX.wSuiteMask == VER_SUITE_WH_SERVER
Windows Server 2003	5.2	5	2	GetSystemMetrics(SM_SERVERR2) == 0
Windows XP Professional x64 Edition	5.2	5	2	(OSVERSIONINFOEX.wProductType == VER_NT_WORKSTATION) &amp;&amp; (SYSTEM_INFO.wProcessorArchitecture==PROCESSOR_ARCHITECTURE_AMD64)
Windows XP	5.1	5	1	Not applicable
Windows 2000	5.0	5	0	Not applicable
</code></pre>
<p>Link:<br />
<a href="http://msdn.microsoft.com/en-us/library/ms724833(VS.85).aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms724833(VS.85).aspx</a></p>
<p>Doch leider steht nirgendswo die PlattformID dabei wo kann man das nachlesen?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/239111/dwplatformid-von-den-windows-systemen</link><generator>RSS for Node</generator><lastBuildDate>Mon, 06 Apr 2026 17:40:43 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/239111.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 19 Apr 2009 16:11:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to dwPlatformID von den Windows Systemen on Sun, 19 Apr 2009 16:11:20 GMT]]></title><description><![CDATA[<p>Hallo,<br />
fand folgende Liste:</p>
<pre><code>Operating system	Version number	dwMajorVersion	dwMinorVersion	Other
Windows 7	6.1	6	1	OSVERIONINFOEX.wProductType == VER_NT_WORKSTATION
Windows Server 2008 R2	6.1	6	1	OSVERIONINFOEX.wProductType != VER_NT_WORKSTATION
Windows Server 2008	6.0	6	0	OSVERSIONINFOEX.wProductType != VER_NT_WORKSTATION
Windows Vista	6.0	6	0	OSVERSIONINFOEX.wProductType == VER_NT_WORKSTATION
Windows Server 2003 R2	5.2	5	2	GetSystemMetrics(SM_SERVERR2) != 0
Windows Home Server	5.2	5	2	OSVERSIONINFOEX.wSuiteMask == VER_SUITE_WH_SERVER
Windows Server 2003	5.2	5	2	GetSystemMetrics(SM_SERVERR2) == 0
Windows XP Professional x64 Edition	5.2	5	2	(OSVERSIONINFOEX.wProductType == VER_NT_WORKSTATION) &amp;&amp; (SYSTEM_INFO.wProcessorArchitecture==PROCESSOR_ARCHITECTURE_AMD64)
Windows XP	5.1	5	1	Not applicable
Windows 2000	5.0	5	0	Not applicable
</code></pre>
<p>Link:<br />
<a href="http://msdn.microsoft.com/en-us/library/ms724833(VS.85).aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms724833(VS.85).aspx</a></p>
<p>Doch leider steht nirgendswo die PlattformID dabei wo kann man das nachlesen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1698226</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1698226</guid><dc:creator><![CDATA[Mr Bibber]]></dc:creator><pubDate>Sun, 19 Apr 2009 16:11:20 GMT</pubDate></item><item><title><![CDATA[Reply to dwPlatformID von den Windows Systemen on Sun, 19 Apr 2009 16:28:39 GMT]]></title><description><![CDATA[<p>weil er immer VER_PLATFORM_WIN32_NT (2) ist.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1698234</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1698234</guid><dc:creator><![CDATA[2]]></dc:creator><pubDate>Sun, 19 Apr 2009 16:28:39 GMT</pubDate></item></channel></rss>