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

Macros

#define CMPI_IMPORT
 Modifier on non-CMPI functions or data that are to be imported into MI load libraries. More...
 

Detailed Description

Macro Definition Documentation

#define CMPI_IMPORT

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

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

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_IMPORT depends on the compile platform (see CMPI_PLATFORM_<xxx>). For details, examine the source code of cmpios.h.