![]() |
The Winamp Remote Control suite
a remote control client and plugin for Winamp 2.x, 5.x
|
#include <registry.hpp>#include "VersionInfoU.h"#include "gen_plugin.h"#include "ServerDLLF.h"#include "ConfigDLLF.h"#include "waint.h"Go to the source code of this file.
Functions | |
| void | config () |
| void | quit () |
| int | init () |
| winampGeneralPurposePlugin * | __declspec (dllexport) __stdcall winampGetGeneralPurposePlugin() |
Variables | |
| char | VerString [MAX_PATH+1] |
| winampGeneralPurposePlugin | plugin |
| __declspec | ( | dllexport | ) |
Definition at line 52 of file gen_plugin.cpp.
| 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().
| char VerString[MAX_PATH+1] |
Definition at line 32 of file gen_plugin.cpp.
Referenced by __declspec().