![]() |
The Winamp Remote Control suite
a remote control client and plugin for Winamp 2.x, 5.x
|
#include <gen_plugin.h>
Public Attributes | |
| int | version |
| char * | description |
| int(* | init )() |
| void(* | config )() |
| void(* | quit )() |
| HWND | hwndParent |
| HINSTANCE | hDllInstance |
Definition at line 7 of file gen_plugin.h.
| void(* winampGeneralPurposePlugin::config)() |
Definition at line 11 of file gen_plugin.h.
| char* winampGeneralPurposePlugin::description |
Definition at line 9 of file gen_plugin.h.
| HINSTANCE winampGeneralPurposePlugin::hDllInstance |
Definition at line 14 of file gen_plugin.h.
| HWND winampGeneralPurposePlugin::hwndParent |
Definition at line 13 of file gen_plugin.h.
Referenced by TfrmPluginMain::CreateThread(), and init().
| int(* winampGeneralPurposePlugin::init)() |
Definition at line 10 of file gen_plugin.h.
| void(* winampGeneralPurposePlugin::quit)() |
Definition at line 12 of file gen_plugin.h.
| int winampGeneralPurposePlugin::version |
Definition at line 8 of file gen_plugin.h.