#include <cmpi/cmpift.h>
Public Attributes | |
int | ftVersion |
CMPIStatus(* | release )(CMPIContext *ctx) |
CMPIContext *(* | clone )(const CMPIContext *ctx, CMPIStatus *rc) |
CMPIData(* | getEntry )(const CMPIContext *ctx, const char *name, CMPIStatus *rc) |
CMPIData(* | getEntryAt )(const CMPIContext *ctx, CMPICount index, CMPIString **name, CMPIStatus *rc) |
CMPICount(* | getEntryCount )(const CMPIContext *ctx, CMPIStatus *rc) |
CMPIStatus(* | addEntry )(const CMPIContext *ctx, const char *name, const CMPIValue *value, const CMPIType type) |
|
Adds/replaces a named Context entry.
|
|
Create an independent copy of the Context object.
|
|
Function table version |
|
Gets a named Context entry value.
|
|
Gets a Context entry value defined by its index.
|
|
Gets the number of entries contained in this Context.
|
|
The Context object will not be used any further and may be freed by CMPI run time system.
|