#include <cmpift.h>
Inheritance diagram for _CMPIResultFT:


| Public Attributes | |
| int | ftVersion | 
| Function table version. | |
| CMPIStatus(* | release )(CMPIResult *rslt) | 
| The Result object will not be used any further and may be freed by CMPI run time system. | |
| CMPIResult *(* | clone )(const CMPIResult *rslt, CMPIStatus *rc) | 
| Create an independent copy of this Result object. | |
| CMPIStatus(* | returnData )(const CMPIResult *rslt, const CMPIValue *value, const CMPIType type) | 
| Return a value/type pair. | |
| CMPIStatus(* | returnInstance )(const CMPIResult *rslt, const CMPIInstance *inst) | 
| Return a Instance object. | |
| CMPIStatus(* | returnObjectPath )(const CMPIResult *rslt, const CMPIObjectPath *ref) | 
| Return a ObjectPath object. | |
| CMPIStatus(* | returnDone )(const CMPIResult *rslt) | 
| Indicates no further data to be returned. | |
Result support services are used to explicity return data produced by provider functions.
Definition at line 802 of file cmpift.h.
| 
 | 
| Create an independent copy of this Result object. 
 
 
 | 
| 
 | 
| Function table version. 
 | 
| 
 | 
| The Result object will not be used any further and may be freed by CMPI run time system. 
 
 
 | 
| 
 | 
| Return a value/type pair. 
 
 
 Referenced by CmpiResult::returnData(). | 
| 
 | 
| Indicates no further data to be returned. 
 
 
 Referenced by CmpiResult::returnDone(). | 
| 
 | 
| Return a Instance object. 
 
 
 Referenced by CmpiResult::returnData(). | 
| 
 | 
| Return a ObjectPath object. 
 
 
 Referenced by CmpiResult::returnData(). | 
 1.4.6
 1.4.6