BitmapToolkit Scol plugin
Toggle main menu visibility
Main Page
Topics
Namespaces
Namespace List
Namespace Members
All
c
p
r
w
x
Functions
Typedefs
Enumerations
Enumerator
c
p
r
x
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
Enumerator
a
b
c
d
k
m
n
o
p
r
s
t
z
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
e
f
g
l
m
n
o
p
q
r
s
t
u
v
w
Functions
_
c
d
e
f
g
l
o
p
r
s
t
u
w
Variables
a
b
e
m
n
o
s
w
Typedefs
Macros
_
a
b
d
g
m
n
q
r
s
t
v
include
loadScolBitmapToolkit.h
Go to the documentation of this file.
1
#ifndef __LOAD_SCOL_BT_H__
2
#define __LOAD_SCOL_BT_H__
3
4
#include "scolMachine.h"
5
6
#ifdef __cplusplus
7
extern
"C"
8
{
9
#endif
10
11
SCOL_EXPORT
int
ScolBitmapToolkitLoadPlugin
(mmachine m, cbmachine w);
12
13
SCOL_EXPORT
int
ScolBitmapToolkitUnloadPlugin
();
14
15
SCOL_EXPORT
void
ScolBitmapToolkitPauseWindowPlugin
(mmachine m);
16
17
SCOL_EXPORT
void
ScolBitmapToolkitResumeWindowPlugin
(mmachine m);
18
19
#ifdef __cplusplus
20
}
21
#endif
22
23
#endif
ScolBitmapToolkitUnloadPlugin
SCOL_EXPORT int ScolBitmapToolkitUnloadPlugin()
ScolBitmapToolkitLoadPlugin
SCOL_EXPORT int ScolBitmapToolkitLoadPlugin(mmachine m, cbmachine w)
ScolBitmapToolkitPauseWindowPlugin
SCOL_EXPORT void ScolBitmapToolkitPauseWindowPlugin(mmachine m)
ScolBitmapToolkitResumeWindowPlugin
SCOL_EXPORT void ScolBitmapToolkitResumeWindowPlugin(mmachine m)
Generated by
1.9.8