|
cmpi
|
#include <cmpi/cmpift.h>
Public Attributes | |
| int | ftVersion |
| CMPIStatus(* | release )(CMPIContext *ctx) |
| CMPIContext *(* | clone )(const CMPIContext *ctx, CMPIStatus *rc) |
| const CMPIContext * | ctx |
| const CMPIContext const char * | name |
| const CMPIContext const char CMPIStatus * | rc |
| const CMPIContext CMPICount | index |
| const CMPIContext CMPICount CMPIString ** | name |
| const CMPIContext CMPICount CMPIString CMPIStatus * | rc |
| CMPICount(* | getEntryCount )(const CMPIContext *ctx, CMPIStatus *rc) |
| const CMPIContext const char const CMPIValue * | value |
| const CMPIContext const char const CMPIValue const CMPIType | type |
This structure is a table of pointers providing access to Context support sevices.
| CMPIContext*(* _CMPIContextFT::clone)(const CMPIContext *ctx, CMPIStatus *rc) |
Create an independent copy of the Context object.
| ctx | Context this pointer. |
| rc | Output: Service return status (suppressed when NULL). |
| const CMPIContext * _CMPIContextFT::ctx |
Gets a named Context entry value.
| ctx | Context this pointer. |
| name | Context entry name. |
| rc | Output: Service return status (suppressed when NULL). |
Gets a Context entry value defined by its index.
| ctx | Context this pointer. |
| index | Position in the internal Data array. |
| name | Output: Returned Context entry name (suppressed when NULL). |
| rc | Output: Service return status (suppressed when NULL). |
Adds/replaces a named Context entry.
| ctx | Context this pointer. |
| name | Entry name. |
| value | Address of value structure. |
| type | Value type. |
| int _CMPIContextFT::ftVersion |
Function table version
| CMPICount(* _CMPIContextFT::getEntryCount)(const CMPIContext *ctx, CMPIStatus *rc) |
Gets the number of entries contained in this Context.
| ctx | Context this pointer. |
| const CMPIContext CMPICount _CMPIContextFT::index |
| const CMPIContext const char * _CMPIContextFT::name |
| const CMPIContext CMPICount CMPIString** _CMPIContextFT::name |
| const CMPIContext const char CMPIStatus* _CMPIContextFT::rc |
| const CMPIContext CMPICount CMPIString CMPIStatus* _CMPIContextFT::rc |
| CMPIStatus(* _CMPIContextFT::release)(CMPIContext *ctx) |
The Context object will not be used any further and may be freed by CMPI run time system.
| ctx | Context this pointer. |
| const CMPIContext const char const CMPIValue const CMPIType _CMPIContextFT::type |
| const CMPIContext const char const CMPIValue* _CMPIContextFT::value |
1.8.5