<?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[Ereignisse aus einer Com-Schnittstelle]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich möchte Ereignisse aus einer Com-Schnittstelle in C++ abfangen.</p>
<p>Ich weiss wie man mit den Objekten/Methoden von der Com-Schnittstelle arbeitet <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="😕"
    />, kenne aber leider nicht den Syntax wie Ereignisse<br />
in C++ registriert und abgefangen werden.</p>
<p>Vielleicht hat jemand ein kleines Coding-Beispiel.</p>
<p>Danke<br />
Thomas Käss</p>
<p>[url=mailto:tkaess@gmx.de&quot;&gt;<a href="mailto:tkaess@gmx.de" rel="nofollow">tkaess@gmx.de</a>[/url]</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/5754/ereignisse-aus-einer-com-schnittstelle</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 17:05:06 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/5754.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 12 May 2003 12:12:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Ereignisse aus einer Com-Schnittstelle on Mon, 12 May 2003 12:12:00 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich möchte Ereignisse aus einer Com-Schnittstelle in C++ abfangen.</p>
<p>Ich weiss wie man mit den Objekten/Methoden von der Com-Schnittstelle arbeitet <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="😕"
    />, kenne aber leider nicht den Syntax wie Ereignisse<br />
in C++ registriert und abgefangen werden.</p>
<p>Vielleicht hat jemand ein kleines Coding-Beispiel.</p>
<p>Danke<br />
Thomas Käss</p>
<p>[url=mailto:tkaess@gmx.de&quot;&gt;<a href="mailto:tkaess@gmx.de" rel="nofollow">tkaess@gmx.de</a>[/url]</p>
]]></description><link>https://www.c-plusplus.net/forum/post/27980</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/27980</guid><dc:creator><![CDATA[Thomas Käss]]></dc:creator><pubDate>Mon, 12 May 2003 12:12:00 GMT</pubDate></item><item><title><![CDATA[Reply to Ereignisse aus einer Com-Schnittstelle on Mon, 12 May 2003 13:37:00 GMT]]></title><description><![CDATA[<p>Schau Dir doch mal das Beispiel auf der MSDN CD<br />
unter Samples\COM\Connect an. Unter ..\Drive\drive.cpp wird hier eine Eventklasse von IRandomEvent abgeleitet, und eine (nicht funktionierende, aber ausreichende) Dispatch-Schnittstelle simuliert. Sollte Dein Ereignis eine benutzerdefinierte Nicht-Dispatch-Schnittstelle unterstützen, wird die Klasse natürlich noch einfacher.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/27981</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/27981</guid><dc:creator><![CDATA[RenéG]]></dc:creator><pubDate>Mon, 12 May 2003 13:37:00 GMT</pubDate></item><item><title><![CDATA[Reply to Ereignisse aus einer Com-Schnittstelle on Mon, 12 May 2003 14:56:00 GMT]]></title><description><![CDATA[<p>Danke für die prompte Antwort <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="🙂"
    /></p>
<p>Wenn ich das richtig verstehe, gebe ich mit __hook mein Ereignis bekannt.</p>
<p>Syntax: __hook(Eventauslöser, Instance, Eventziel)</p>
<p>Ich weiss zwar wie das Event heisst, weiss aber nicht von wo das Event<br />
in der Com-Schnittstelle ausgelöst wird. Den Eventnamen weiss ich: IMenuEvent.<br />
Kann ich das irgendwie rausfinden??? <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>
<p>Tschüss</p>
<p>Thomas Käss</p>
]]></description><link>https://www.c-plusplus.net/forum/post/27982</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/27982</guid><dc:creator><![CDATA[Thomas Käss]]></dc:creator><pubDate>Mon, 12 May 2003 14:56:00 GMT</pubDate></item></channel></rss>