#include "ISmmPlugin.h"
Go to the source code of this file.
Classes | |
| class | ISmmPluginManager |
Typedefs | |
| typedef int | PluginId |
Enumerations | |
| enum | { Pl_BadLoad = 0, Pl_Console = -1, Pl_File = -2, Pl_MinId = 1 } |
| Load sources. More... | |
| enum | Pl_Status { Pl_NotFound = -4, Pl_Error = -3, Pl_Refused = -2, Pl_Paused = -1, Pl_Running = 0 } |
| Status of a plugin at runtime. More... | |
Definition in file IPluginManager.h.
| typedef int PluginId |
Definition at line 19 of file IPluginManager.h.
| anonymous enum |
| enum Pl_Status |
Definition at line 37 of file IPluginManager.h.
1.5.5