Project

General

Profile

BitmapToolkit Scol plugin
PluginBT.cpp File Reference
#include "Prerequisites.h"
#include "ICameraInput.h"
#include "MediaPlayer.h"

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.
 
SCOL_EXPORT void ScolPauseWindowPlugin (mmachine m)
 Activity lose focus in android.
 
SCOL_EXPORT void ScolResumeWindowPlugin (mmachine m)
 Activity regain focus in android.
 

Variables

cbmachine ww
 Scol machine declaration for MM macros.
 
mmachine mm
 

Function Documentation

◆ ScolLoadPlugin()

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 58 of file PluginBT.cpp.

◆ ScolPauseWindowPlugin()

SCOL_EXPORT void ScolPauseWindowPlugin ( mmachine  m)

Activity lose focus in android.

Definition at line 95 of file PluginBT.cpp.

◆ ScolResumeWindowPlugin()

SCOL_EXPORT void ScolResumeWindowPlugin ( mmachine  m)

Activity regain focus in android.

Definition at line 114 of file PluginBT.cpp.

◆ ScolUnloadPlugin()

SCOL_EXPORT int ScolUnloadPlugin ( )

Ending point of the DLL Function to add in Scol usm.ini for free dll.

Definition at line 81 of file PluginBT.cpp.

Variable Documentation

◆ mm

mmachine mm

Definition at line 49 of file PluginBT.cpp.

◆ ww

cbmachine ww

Scol machine declaration for MM macros.

Definition at line 48 of file PluginBT.cpp.