![]() |
The Winamp Remote Control suite
a remote control client and plugin for Winamp 2.x, 5.x
|
#include <vcl.h>
#include <windows.h>
Go to the source code of this file.
Classes | |
class | ServerEnumerator |
Typedefs | |
typedef void(__closure * | TSEServerEvent )(const AnsiString &remoteName, const AnsiString &comment, const AnsiString &ip) |
typedef void(__closure * | TSEMessageEvent )(const AnsiString &message, const int Level) |
typedef void(__closure * | TSEProgressEvent )(const float complete) |
typedef void(__closure * TSEMessageEvent)(const AnsiString &message, const int Level) |
Closure for a general message event.
message | |
Level |
Definition at line 36 of file ServerEnumerator.h.
typedef void(__closure * TSEProgressEvent)(const float complete) |
Closure for the progress event.
complete |
Definition at line 41 of file ServerEnumerator.h.
typedef void(__closure * TSEServerEvent)(const AnsiString &remoteName, const AnsiString &comment, const AnsiString &ip) |
class to wrap up the task of enumerating Windows local net neighbourhood resources and extracting the machine nodes from the results. Closure for the server discovery event.
remoteName | |
comment |
Definition at line 30 of file ServerEnumerator.h.