[icecast] Multiple Winamp/Oddcast processes
oddsock
oddsock at oddsock.org
Thu Sep 18 13:57:32 UTC 2003
At 04:43 PM 9/18/2003 +1200, you wrote:
>Oddsock, I presume you are obtaining the song title via the GetWindowText
>Windows call but with the wrong handle. Hopefully you can obtain the handle
>of the Winamp that the Oddcast process is attached to.
oddcastv2_wa2 uses the handle of the window passed via the DSP plugin entry
point.
int initoddcast(struct winampDSPModule *this_mod)
{
<code snipped>
ghwnd_winamp = this_mod->hwndParent;
<code snipped>
}
this is the window handle that is used to get the song title information.
oddsock
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the Icecast
mailing list