<?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[SYSTEMTIME-Variable auf null setzen]]></title><description><![CDATA[<p>Hallo,<br />
das Topic sagt es schon wie kann ich eine Systemtime-Variable zurücksetzen (=0)?</p>
<p>Danke Mischu</p>
<p>P.S. einfach</p>
<p>SYSTEMTIME hallo;<br />
hallo=null;</p>
<p>geht nicht</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/68417/systemtime-variable-auf-null-setzen</link><generator>RSS for Node</generator><lastBuildDate>Thu, 09 Jul 2026 18:49:35 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/68417.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 17 Mar 2004 16:55:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to SYSTEMTIME-Variable auf null setzen on Wed, 17 Mar 2004 16:55:21 GMT]]></title><description><![CDATA[<p>Hallo,<br />
das Topic sagt es schon wie kann ich eine Systemtime-Variable zurücksetzen (=0)?</p>
<p>Danke Mischu</p>
<p>P.S. einfach</p>
<p>SYSTEMTIME hallo;<br />
hallo=null;</p>
<p>geht nicht</p>
]]></description><link>https://www.c-plusplus.net/forum/post/482846</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/482846</guid><dc:creator><![CDATA[MISCHU]]></dc:creator><pubDate>Wed, 17 Mar 2004 16:55:21 GMT</pubDate></item><item><title><![CDATA[Reply to SYSTEMTIME-Variable auf null setzen on Wed, 17 Mar 2004 16:57:38 GMT]]></title><description><![CDATA[<p>Z.B. so:</p>
<pre><code class="language-cpp">memset(&amp;hallo, 0, sizeof(SYSTEMTIME));
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/482849</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/482849</guid><dc:creator><![CDATA[HumeSikkins]]></dc:creator><pubDate>Wed, 17 Mar 2004 16:57:38 GMT</pubDate></item><item><title><![CDATA[Reply to SYSTEMTIME-Variable auf null setzen on Wed, 17 Mar 2004 17:28:06 GMT]]></title><description><![CDATA[<p>das war genau was ich gesucht habe ... danke!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/482870</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/482870</guid><dc:creator><![CDATA[MISCHU]]></dc:creator><pubDate>Wed, 17 Mar 2004 17:28:06 GMT</pubDate></item></channel></rss>