|
CMPI 2.1.0 API
|
A structure that indicates success or failure of MB and MI functions. More...
#include <cmpidt.h>
Data Fields | |
| CMPIrc | rc |
| A return code. More... | |
| CMPIString * | msg |
| An error message. More... | |
A structure that indicates success or failure of MB and MI functions.
It is used either as a function return value, or as an output parameter.
| CMPIString* CMPIStatus::msg |
An error message.
Points to a CMPIString object representing an error message, or is NULL if no error message is available.
1.8.6