|
CMPI 2.1.0 API
|
Functions | |
| static CMPIStatus | CMReturnData (const CMPIResult *rslt, const CMPIValue *value, const CMPIType type) |
| Add a value/type pair to a CMPIResult object. More... | |
| static CMPIStatus | CMReturnInstance (const CMPIResult *rslt, const CMPIInstance *inst) |
| Add an instance to a CMPIResult object. More... | |
| static CMPIStatus | CMReturnObjectPath (const CMPIResult *rslt, const CMPIObjectPath *op) |
| Add an object path to a CMPIResult object. More... | |
| static CMPIStatus | CMReturnDone (const CMPIResult *rslt) |
| Indicate that no further items will be added to a CMPIResult object. More... | |
| static CMPIStatus | CMReturnError (const CMPIResult *rslt, const CMPIError *er) |
| Add an error to a CMPIResult object. More... | |
|
inlinestatic |
Add a value/type pair to a CMPIResult object.
| rslt | CMPIResult object. |
| value | CMPIValue structure containing the non-NULL value to be assigned to the element, or NULL to assign NULL. |
| type | Type of the value. |
|
inlinestatic |
Add an instance to a CMPIResult object.
| rslt | CMPIResult object. |
| inst | Instance to be returned. |
|
inlinestatic |
Add an object path to a CMPIResult object.
| rslt | CMPIResult object. |
| op | Object path to be returned. |
|
inlinestatic |
Indicate that no further items will be added to a CMPIResult object.
| rslt | CMPIResult object. |
|
inlinestatic |
Add an error to a CMPIResult object.
| rslt | CMPIResult object. |
| er | Error to be returned. |
1.8.6