Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: e32def.h
Link against:

EXPORT_C

#define EXPORT_C __declspec(dllexport)

Support

Supported from 5.0

Description

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.

See also: