ICP
1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
isis2
instcontrol_temp
ICP
isisutils
isisutils.cpp
Go to the documentation of this file.
1
// isisutils.cpp : Defines the exported functions for the DLL application.
2
//
3
4
#include "
stdafx.h
"
5
#include "
isisutils.h
"
6
7
8
// This is an example of an exported variable
9
ISISUTILS_API
int
nisisutils
=0;
10
11
// This is an example of an exported function.
12
ISISUTILS_API
int
fnisisutils
(
void
)
13
{
14
return
42;
15
}
16
17
// This is the constructor of a class that has been exported.
18
// see isisutils.h for the class definition
19
Cisisutils::Cisisutils
()
20
{
21
return
;
22
}
fnisisutils
ISISUTILS_API int fnisisutils(void)
Definition:
isisutils.cpp:12
stdafx.h
Cisisutils::Cisisutils
Cisisutils(void)
Definition:
isisutils.cpp:19
ISISUTILS_API
#define ISISUTILS_API
Definition:
isisutils.h:10
nisisutils
ISISUTILS_API int nisisutils
Definition:
isisutils.cpp:9
isisutils.h
Generated by
1.8.5