<?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[GetPrivateProfileString]]></title><description><![CDATA[<p>Hi,<br />
ich würde gerne wissen ob ich bei der „GetPrivateProfileString“ Funktion auch den Netzwerkpfad angeben kann und wenn ja dann wie.</p>
<p>Das geht:</p>
<pre><code class="language-cpp">GetPrivateProfileString(&quot;MYSQL&quot;,&quot;LOGIN&quot;,&quot;default&quot;,Login,sizeof(Login),&quot;M:\\C++ MFC JobHandler\\Test 01 JHMaster\\Test.ini&quot;);
</code></pre>
<p>Das geht nicht:</p>
<pre><code class="language-cpp">GetPrivateProfileString(&quot;MYSQL&quot;,&quot;LOGIN&quot;,&quot;default&quot;,Login,sizeof(Login),&quot;\\Cardnt02\\C++ MFC JobHandler\\Test 01 JHMaster\\Test.ini&quot;);
</code></pre>
<p>Denn Pfad habe ich sehr genau überprüft.</p>
<p>Info BS: Win XP / <a href="http://VC++.net" rel="nofollow">VC++.net</a></p>
<p>Für die Antwort bedanke ich mich im Voraus.</p>
<p>Gruß Olaf</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/65904/getprivateprofilestring</link><generator>RSS for Node</generator><lastBuildDate>Tue, 07 Apr 2026 22:41:18 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/65904.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 23 Feb 2004 14:34:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to GetPrivateProfileString on Mon, 23 Feb 2004 14:34:24 GMT]]></title><description><![CDATA[<p>Hi,<br />
ich würde gerne wissen ob ich bei der „GetPrivateProfileString“ Funktion auch den Netzwerkpfad angeben kann und wenn ja dann wie.</p>
<p>Das geht:</p>
<pre><code class="language-cpp">GetPrivateProfileString(&quot;MYSQL&quot;,&quot;LOGIN&quot;,&quot;default&quot;,Login,sizeof(Login),&quot;M:\\C++ MFC JobHandler\\Test 01 JHMaster\\Test.ini&quot;);
</code></pre>
<p>Das geht nicht:</p>
<pre><code class="language-cpp">GetPrivateProfileString(&quot;MYSQL&quot;,&quot;LOGIN&quot;,&quot;default&quot;,Login,sizeof(Login),&quot;\\Cardnt02\\C++ MFC JobHandler\\Test 01 JHMaster\\Test.ini&quot;);
</code></pre>
<p>Denn Pfad habe ich sehr genau überprüft.</p>
<p>Info BS: Win XP / <a href="http://VC++.net" rel="nofollow">VC++.net</a></p>
<p>Für die Antwort bedanke ich mich im Voraus.</p>
<p>Gruß Olaf</p>
]]></description><link>https://www.c-plusplus.net/forum/post/465962</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/465962</guid><dc:creator><![CDATA[Dol.Guldur]]></dc:creator><pubDate>Mon, 23 Feb 2004 14:34:24 GMT</pubDate></item><item><title><![CDATA[Reply to GetPrivateProfileString on Mon, 23 Feb 2004 14:48:14 GMT]]></title><description><![CDATA[<p>Evtl. so:</p>
<pre><code class="language-cpp">GetPrivateProfileString(&quot;MYSQL&quot;,&quot;LOGIN&quot;,&quot;default&quot;,Login,sizeof(Login),&quot;\\\\Cardnt02\\C++ MFC JobHandler\\Test 01 JHMaster\\Test.ini&quot;);
</code></pre>
<p><img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":confused:"
      alt="😕"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/465980</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/465980</guid><dc:creator><![CDATA[Hepi]]></dc:creator><pubDate>Mon, 23 Feb 2004 14:48:14 GMT</pubDate></item><item><title><![CDATA[Reply to GetPrivateProfileString on Tue, 24 Feb 2004 09:06:06 GMT]]></title><description><![CDATA[<p>Es funzt <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /> Danke Hepi!!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/466537</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/466537</guid><dc:creator><![CDATA[Dol.Guldur]]></dc:creator><pubDate>Tue, 24 Feb 2004 09:06:06 GMT</pubDate></item></channel></rss>