The Winamp Remote Control suite
a remote control client and plugin for Winamp 2.x, 5.x
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
gen_plugin.h File Reference

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

Macro Definition Documentation

#define GPPHDR_VER   0x10

Definition at line 17 of file gen_plugin.h.


Typedef Documentation

typedef winampGeneralPurposePlugin*(* winampGeneralPurposePluginGetter)()

Definition at line 21 of file gen_plugin.h.


Function Documentation

void config ( void  )
int init ( void  )

Definition at line 109 of file gen_plugin.cpp.

void quit ( void  )

Definition at line 90 of file gen_plugin.cpp.


Variable Documentation

Definition at line 34 of file gen_plugin.cpp.

Referenced by __declspec(), and TfrmPluginMain::CreateThread().