![]() |
The Winamp Remote Control suite
a remote control client and plugin for Winamp 2.x, 5.x
|
Go to the source code of this file.
Classes | |
struct | winampGeneralPurposePlugin |
Macros | |
#define | GPPHDR_VER 0x10 |
Typedefs | |
typedef winampGeneralPurposePlugin *(* | winampGeneralPurposePluginGetter )() |
Functions | |
void | config (void) |
void | quit (void) |
int | init (void) |
Variables | |
winampGeneralPurposePlugin | plugin |
#define GPPHDR_VER 0x10 |
Definition at line 17 of file gen_plugin.h.
typedef winampGeneralPurposePlugin*(* winampGeneralPurposePluginGetter)() |
Definition at line 21 of file gen_plugin.h.
void config | ( | void | ) |
Definition at line 73 of file gen_plugin.cpp.
Referenced by TfrmPluginMain::btnConfigClick(), and WinampRemote::UnitTest::TEST_CASE().
int init | ( | void | ) |
Definition at line 109 of file gen_plugin.cpp.
void quit | ( | void | ) |
Definition at line 90 of file gen_plugin.cpp.
winampGeneralPurposePlugin plugin |
Definition at line 34 of file gen_plugin.cpp.
Referenced by __declspec(), and TfrmPluginMain::CreateThread().