![]() |
The Winamp Remote Control suite
a remote control client and plugin for Winamp 2.x, 5.x
|
#include <Classes.hpp>#include <Controls.hpp>#include <StdCtrls.hpp>#include <Forms.hpp>#include <ComCtrls.hpp>#include <Menus.hpp>#include <checklst.hpp>#include <ExtCtrls.hpp>#include <CheckLst.hpp>#include <ImgList.hpp>#include <ToolWin.hpp>#include "RPCExecutor.h"Go to the source code of this file.
Classes | |
| class | TfrmPluginMain |
Variables | |
| const int | WM_THREAD_MESSAGE = (WM_APP + 2000) |
| const int | WM_THREAD_STATUS = (WM_APP + 2001) |
| const int | WM_THREAD_IDENT = (WM_APP + 2002) |
| const int | QUERY_STRING = 0 |
| const int | QUERY_INTEGER = 1 |
| const int | COMMAND_STRING = 2 |
| const int | COMMAND_INTEGER = 3 |
| const int | EXCEPTIONS = 4 |
| PACKAGE TfrmPluginMain * | frmPluginMain |
| const int COMMAND_INTEGER = 3 |
Definition at line 28 of file ServerDLLF.h.
| const int COMMAND_STRING = 2 |
Definition at line 27 of file ServerDLLF.h.
| const int EXCEPTIONS = 4 |
Definition at line 29 of file ServerDLLF.h.
| PACKAGE TfrmPluginMain* frmPluginMain |
Definition at line 37 of file ServerDLLF.cpp.
Referenced by TConfigForm::chkVisibleClick(), TConfigForm::FormCreate(), init(), and quit().
| const int QUERY_INTEGER = 1 |
Definition at line 26 of file ServerDLLF.h.
| const int QUERY_STRING = 0 |
Definition at line 25 of file ServerDLLF.h.
| const int WM_THREAD_IDENT = (WM_APP + 2002) |
Definition at line 23 of file ServerDLLF.h.
| const int WM_THREAD_MESSAGE = (WM_APP + 2000) |
Definition at line 21 of file ServerDLLF.h.
| const int WM_THREAD_STATUS = (WM_APP + 2001) |
Definition at line 22 of file ServerDLLF.h.