CMPI 2.1.0 API
|
CMPIContext encapsulated data type object. More...
#include <cmpift.h>
Data Fields | |
const void * | hdl |
Opaque pointer to MB-specific implementation data for this object. | |
const CMPIContextFT * | ft |
Pointer to the function table for this object. | |
CMPIContext encapsulated data type object.
CMPIContext objects are used by the MB to pass context data about the invoked operation to the MI. The context data is organized as name-value pairs. See Names of CMPIContext fields for defined names of contex data entries.
For more details, see Subclause 8.1 of the CMPI Standard.