<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.winamp.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.winamp.com/index.php?action=history&amp;feed=atom&amp;title=Subclassing</id>
		<title>Subclassing - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.winamp.com/index.php?action=history&amp;feed=atom&amp;title=Subclassing"/>
		<link rel="alternate" type="text/html" href="http://wiki.winamp.com/index.php?title=Subclassing&amp;action=history"/>
		<updated>2026-05-24T21:49:01Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.22.3</generator>

	<entry>
		<id>http://wiki.winamp.com/index.php?title=Subclassing&amp;diff=954&amp;oldid=prev</id>
		<title>Tarik: Protected &quot;Subclassing&quot; [edit=autoconfirmed:move=autoconfirmed]</title>
		<link rel="alternate" type="text/html" href="http://wiki.winamp.com/index.php?title=Subclassing&amp;diff=954&amp;oldid=prev"/>
				<updated>2008-09-25T13:13:28Z</updated>
		
		<summary type="html">&lt;p&gt;Protected &amp;quot;&lt;a href=&quot;/wiki/Subclassing&quot; title=&quot;Subclassing&quot;&gt;Subclassing&lt;/a&gt;&amp;quot; [edit=autoconfirmed:move=autoconfirmed]&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;tr style='vertical-align: top;'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 13:13, 25 September 2008&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Tarik</name></author>	</entry>

	<entry>
		<id>http://wiki.winamp.com/index.php?title=Subclassing&amp;diff=124&amp;oldid=prev</id>
		<title>10.180.148.196: New page: == Subclassing ==  Subclassing is a technique common to Windows development.  It involves supplying your own window function for someone's window, and changing behavior by supplying your o...</title>
		<link rel="alternate" type="text/html" href="http://wiki.winamp.com/index.php?title=Subclassing&amp;diff=124&amp;oldid=prev"/>
				<updated>2008-08-18T20:41:22Z</updated>
		
		<summary type="html">&lt;p&gt;New page: == Subclassing ==  Subclassing is a technique common to Windows development.  It involves supplying your own window function for someone&amp;#039;s window, and changing behavior by supplying your o...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Subclassing ==&lt;br /&gt;
&lt;br /&gt;
Subclassing is a technique common to Windows development.  It involves supplying your own window function for someone's window, and changing behavior by supplying your own logic for processing certain messages.&lt;br /&gt;
&lt;br /&gt;
Because your plugin is given Winamp's HWND during initialization, it is possible for your plugin to subclass Winamp's main window.  Since the [[SendMessageAPI|Send Message API]] is built by sending messages to the Winamp window, your plugin can do a great deal without even effecting the UI.  From simple notifications (e.g. Winamp sends msg=WM_WA_IPC, wParam=IPC_CB_MISC_TITLE, lParam=IPC_CB_MISC on song change) to radically altering behavior (e.g. Winamp checks the return value of msg=WM_WA_IPC, lParam=IPC_GET_NEXT_PLITEM to allow plugin's to override playlist playback order).&lt;/div&gt;</summary>
		<author><name>10.180.148.196</name></author>	</entry>

	</feed>