CMPI 2.1.0 API
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Macros

Macros

#define CMPI_EXPORT
 Modifier on non-CMPI functions or data that are to be exported from MI load libraries. More...
 

Detailed Description

Macro Definition Documentation

#define CMPI_EXPORT

Modifier on non-CMPI functions or data that are to be exported from MI load libraries.

The compile mode (C vs. C++) needs to match between the exporter and the importer (see CMPI_IMPORT).

CMPI related data or functions do not need to be exported by MBs or MIs using this modifier; however, it can be used for non-CMPI-related purposes.

Platform-specific Definition:
The definition of CMPI_EXPORT depends on the compile platform (see CMPI_PLATFORM_<xxx>). For details, examine the source code of cmpios.h.