ICP  1
nivisa_driver.cpp
Go to the documentation of this file.
1 // nivisa_driver.cpp : Defines the exported functions for the DLL application.
2 //
3 
4 #include "stdafx.h"
5 #include "nivisa_driver.h"
6 
7 
8 // This is an example of an exported variable
10 
11 // This is an example of an exported function.
13 {
14  return 42;
15 }
16 
17 // This is the constructor of a class that has been exported.
18 // see nivisa_driver.h for the class definition
20 {
21  return;
22 }
NIVISA_DRIVER_API int fnnivisa_driver(void)
#define NIVISA_DRIVER_API
Definition: nivisa_driver.h:10
NIVISA_DRIVER_API int nnivisa_driver