AndroidDeployer Scol plugin
|
Go to the source code of this file.
Functions | |
SCOL_EXPORT int | ScolLoadPlugin (mmachine m, cbmachine w) |
Starting point of the DLL Function to add in Scol usm.ini for loading dll. | |
SCOL_EXPORT int | ScolUnloadPlugin () |
Ending point of the DLL Function to add in Scol usm.ini for free dll. | |
Variables | |
ToolsPathBox | toolsPathBox |
cbmachine | ww |
Scol machine declaration for MM macros. | |
mmachine | mm |
SCOL_EXPORT int ScolLoadPlugin | ( | mmachine | m, |
cbmachine | w | ||
) |
Starting point of the DLL Function to add in Scol usm.ini for loading dll.
Definition at line 53 of file scolPlugin.cpp.
SCOL_EXPORT int ScolUnloadPlugin | ( | ) |
Ending point of the DLL Function to add in Scol usm.ini for free dll.
Definition at line 86 of file scolPlugin.cpp.
mmachine mm |
Definition at line 45 of file scolPlugin.cpp.
ToolsPathBox toolsPathBox |
Definition at line 37 of file scolPlugin.cpp.
cbmachine ww |
Scol machine declaration for MM macros.
Definition at line 44 of file scolPlugin.cpp.