Location:
e32def.h
Link against:
#define EXPORT_C __declspec(dllexport)
Supported from 5.0
Export function from DLL.
This should precede the implementation in C++ source of a DLL function which is to be exported. Such a function forms part of the DLL API and is available to application programs and other DLLs.