CMPI 2.1.0 API
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Fields
CMPIStatus Struct Reference

A structure that indicates success or failure of MB and MI functions. More...

#include <cmpidt.h>

Data Fields

CMPIrc rc
 A return code. More...
 
CMPIStringmsg
 An error message. More...
 

Detailed Description

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.

Field Documentation

CMPIrc CMPIStatus::rc

A return code.

See Also
CMPIrc.
CMPIString* CMPIStatus::msg

An error message.

Points to a CMPIString object representing an error message, or is NULL if no error message is available.


The documentation for this struct was generated from the following file: