<?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[Informationen von einem Desktop Link holen *.lnk]]></title><description><![CDATA[<p>Hallo zusammen,<br />
ich weiss wie ich einen Link erzeuge.<br />
Aber ich möchte die Informationen aus den Link auslesen, die auf dem Desktop sind.</p>
<p>Bzw. habe folgendes gefunden, weiss aber nicht wie ich das einsetzen soll <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f622.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--crying_face"
      title=";-("
      alt="😢"
    /></p>
<p>IShellLink::GetWorkingDirectory Method<br />
Retrieves the name of the working directory for a Shell link object.</p>
<p>Syntax</p>
<p>HRESULT GetWorkingDirectory( LPTSTR pszDir,<br />
int cchMaxPath<br />
);<br />
Parameters</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/80576/informationen-von-einem-desktop-link-holen-lnk</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 19:08:24 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/80576.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 22 Jul 2004 12:57:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Informationen von einem Desktop Link holen *.lnk on Thu, 22 Jul 2004 12:57:03 GMT]]></title><description><![CDATA[<p>Hallo zusammen,<br />
ich weiss wie ich einen Link erzeuge.<br />
Aber ich möchte die Informationen aus den Link auslesen, die auf dem Desktop sind.</p>
<p>Bzw. habe folgendes gefunden, weiss aber nicht wie ich das einsetzen soll <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f622.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--crying_face"
      title=";-("
      alt="😢"
    /></p>
<p>IShellLink::GetWorkingDirectory Method<br />
Retrieves the name of the working directory for a Shell link object.</p>
<p>Syntax</p>
<p>HRESULT GetWorkingDirectory( LPTSTR pszDir,<br />
int cchMaxPath<br />
);<br />
Parameters</p>
]]></description><link>https://www.c-plusplus.net/forum/post/566050</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/566050</guid><dc:creator><![CDATA[YLIREBUS]]></dc:creator><pubDate>Thu, 22 Jul 2004 12:57:03 GMT</pubDate></item><item><title><![CDATA[Reply to Informationen von einem Desktop Link holen *.lnk on Thu, 22 Jul 2004 18:19:24 GMT]]></title><description><![CDATA[<p>Dieser Thread wurde von Moderator/in <a href="http://www.c-plusplus.net/forum/profile.php?mode=viewprofile&amp;u=437" rel="nofollow">Jansen</a> aus dem Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=2" rel="nofollow">Borland C++ Builder (VCL/CLX)</a> in das Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=4" rel="nofollow">WinAPI</a> verschoben.</p>
<p>Im Zweifelsfall bitte auch folgende Hinweise beachten:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic.php?t=39405" rel="nofollow">C/C++ Forum :: FAQ - Sonstiges :: Wohin mit meiner Frage?</a></p>
<p><em>Dieses Posting wurde automatisch erzeugt.</em></p>
]]></description><link>https://www.c-plusplus.net/forum/post/566325</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/566325</guid><dc:creator><![CDATA[C++ Forumbot]]></dc:creator><pubDate>Thu, 22 Jul 2004 18:19:24 GMT</pubDate></item><item><title><![CDATA[Reply to Informationen von einem Desktop Link holen *.lnk on Fri, 23 Jul 2004 11:13:02 GMT]]></title><description><![CDATA[<p>Hat sich erledigt danke.</p>
<p>Hier die Loesung:</p>
<p><a href="http://www.bytesandmore.de/rad/index.htm" rel="nofollow">http://www.bytesandmore.de/rad/index.htm</a></p>
<p>Erstellen, Auslesen und Ändern von Desktop-Verknüpfungen (shell shortcuts)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/566716</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/566716</guid><dc:creator><![CDATA[YLIREBUS]]></dc:creator><pubDate>Fri, 23 Jul 2004 11:13:02 GMT</pubDate></item><item><title><![CDATA[Reply to Informationen von einem Desktop Link holen *.lnk on Fri, 06 Aug 2004 08:15:07 GMT]]></title><description><![CDATA[<p>ich habe das beispiel in extra cpp und header abgelegt die ich dem projekt hinzufüge und jetzt das problem das der compiler mir meldet, das er <strong>IShellLink</strong> nicht kennt</p>
<p>laut <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/reference/ifaces/ishelllink/ishelllink.asp" rel="nofollow">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/reference/ifaces/ishelllink/ishelllink.asp</a><br />
ist die header shobjidl.h, jedoch auch die kennt cbuilder5 nicht.</p>
<p>kann mir wer verraten was ich für eine header eintragen muss?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/576509</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/576509</guid><dc:creator><![CDATA[hunterx]]></dc:creator><pubDate>Fri, 06 Aug 2004 08:15:07 GMT</pubDate></item><item><title><![CDATA[Reply to Informationen von einem Desktop Link holen *.lnk on Fri, 06 Aug 2004 09:01:56 GMT]]></title><description><![CDATA[<p>#include &lt;shlobj.h&gt;</p>
]]></description><link>https://www.c-plusplus.net/forum/post/576539</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/576539</guid><dc:creator><![CDATA[YLIREBUS]]></dc:creator><pubDate>Fri, 06 Aug 2004 09:01:56 GMT</pubDate></item><item><title><![CDATA[Reply to Informationen von einem Desktop Link holen *.lnk on Fri, 06 Aug 2004 09:59:38 GMT]]></title><description><![CDATA[<p>hat ich die nicht auch probiert? X.X<br />
die steht doch mit ihm beispiel <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f62e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_open_mouth"
      title=":open_mouth:"
      alt="😮"
    /></p>
<p>Danke, es geht jetzt auf jeden fall <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /> <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f44d.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--thumbs_up"
      title=":+1:"
      alt="👍"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/576586</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/576586</guid><dc:creator><![CDATA[hunterx]]></dc:creator><pubDate>Fri, 06 Aug 2004 09:59:38 GMT</pubDate></item></channel></rss>