CMPI 2.1.0 API
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Deprecated List
Global CBGetProperty (const CMPIBroker *mb, const CMPIContext *ctx, const CMPIObjectPath *instPath, const char *name, CMPIStatus *rc)
This function is deprecated since CMPI 2.1, in accord with the deprecation of property client operations in DMTF specifications.
Global CBSetProperty (const CMPIBroker *mb, const CMPIContext *ctx, const CMPIObjectPath *instPath, const char *name, const CMPIValue *value, const CMPIType type)
This function is deprecated since CMPI 2.1, in accord with the deprecation of property client operations in DMTF specifications.
Global CMGetCharPtr (const CMPIString *str)
This macro is deprecated since CMPI 2.1, because it does not provide argument checking or a return code. Use CMGetCharsPtr(), instead.
Global CMGetMessage (mb, msgId, defMsg, rc, args)
This function is deprecated since CMPI 2.1. Use CMGetMessage2() instead.
Global CMPIArrayFT::setElementAt )(const CMPIArray *ar, CMPICount index, const CMPIValue *value, CMPIType type)

The use of CMPI_null for type is deprecated since CMPI 2.1. Specify the simple base type of the array instead.

The behavior of setting the array element's state to CMPI_nullValue when the function was not successful, is deprecated since CMPI 2.1. Instead, callers should assume that it is undefined whether the array element's state has changed when the function was not successful.

Global CMPIAssociationMIFT::associatorNames )(CMPIAssociationMI *mi, const CMPIContext *ctx, const CMPIResult *rslt, const CMPIObjectPath *instPath, const char *assocClass, const char *resultClass, const char *role, const char *resultRole)
The return code CMPI_RC_ERR_NOT_FOUND of this function is deprecated since CMPI 2.1. Instead of using this return code if the source instance does not exist, the MI should return success with an empty result data container. The MB shall treat this return code as a successful return of an empty result set.
Global CMPIAssociationMIFT::associators )(CMPIAssociationMI *mi, const CMPIContext *ctx, const CMPIResult *rslt, const CMPIObjectPath *instPath, const char *assocClass, const char *resultClass, const char *role, const char *resultRole, const char **properties)
The return code CMPI_RC_ERR_NOT_FOUND of this function is deprecated since CMPI 2.1. Instead of using this return code if the source instance does not exist, the MI should return success with an empty result data container. The MB shall treat this return code as a successful return of an empty result set.
Global CMPIAssociationMIFT::referenceNames )(CMPIAssociationMI *mi, const CMPIContext *ctx, const CMPIResult *rslt, const CMPIObjectPath *instPath, const char *resultClass, const char *role)
The return code CMPI_RC_ERR_NOT_FOUND of this function is deprecated since CMPI 2.1. Instead of using this return code if the source instance does not exist, the MI should return success with an empty result data container. The MB shall treat this return code as a successful return of an empty result set.
Global CMPIAssociationMIFT::references )(CMPIAssociationMI *mi, const CMPIContext *ctx, const CMPIResult *rslt, const CMPIObjectPath *instPath, const char *resultClass, const char *role, const char **properties)
The return code CMPI_RC_ERR_NOT_FOUND of this function is deprecated since CMPI 2.1. Instead of using this return code if the source instance does not exist, the MI should return success with an empty result data container. The MB shall treat this return code as a successful return of an empty result set.
Global CMPIBrokerEncFT::getMessage )(const CMPIBroker *mb, const char *msgId, const char *defMsg, CMPIStatus *rc, CMPICount count,...)
This function is deprecated since CMPI 2.1. Use CMPIBrokerEncFT.getMessage2() instead.
Global CMPIBrokerEncFT::newCMPIError )(const CMPIBroker *mb, const char *owner, const char *msgID, const char *msg, const CMPIErrorSeverity sev, const CMPIErrorProbableCause pc, const CMPIrc cimStatusCode, CMPIStatus *rc)
The return code CMPI_RC_ERR_NOT_SUPPORTED of this function is deprecated since CMPI 2.1. It will not be returned because the Extended Errors capability will be available.
Global CMPIBrokerExtFT::destroyCondition )(CMPI_COND_TYPE cond)
This function is deprecated since CMPI 2.1, because it does not indicate whether it succeeded or failed. Use CMPIBrokerExtFT.destroyCondition2() instead.
Global CMPIBrokerExtFT::destroyMutex )(CMPI_MUTEX_TYPE mutex)
This function is deprecated since CMPI 2.1, because it does not indicate whether it succeeded or failed. Use CMPIBrokerExtFT.destroyMutex2() instead.
Global CMPIBrokerExtFT::lockMutex )(CMPI_MUTEX_TYPE mutex)
This function is deprecated since CMPI 2.1, because it does not indicate whether it succeeded or failed. Use CMPIBrokerExtFT.lockMutex2() instead.
Global CMPIBrokerExtFT::unlockMutex )(CMPI_MUTEX_TYPE mutex)
This function is deprecated since CMPI 2.1, because it does not indicate whether it succeeded or failed. Use CMPIBrokerExtFT.unlockMutex2() instead.
Global CMPIBrokerFT::associatorNames )(const CMPIBroker *mb, const CMPIContext *ctx, const CMPIObjectPath *instPath, const char *assocClass, const char *resultClass, const char *role, const char *resultRole, CMPIStatus *rc)
The return code CMPI_RC_ERR_NOT_FOUND of this function is deprecated since CMPI 2.1. If no instances exist, the MB should instead return success with an empty result set. The MI shall treat this return code as a successful return of an empty result set.
Global CMPIBrokerFT::associators )(const CMPIBroker *mb, const CMPIContext *ctx, const CMPIObjectPath *instPath, const char *assocClass, const char *resultClass, const char *role, const char *resultRole, const char **properties, CMPIStatus *rc)
The return code CMPI_RC_ERR_NOT_FOUND of this function is deprecated since CMPI 2.1. If no instances exist, the MB should instead return success with an empty result set. The MI shall treat this return code as a successful return of an empty result set.
Global CMPIBrokerFT::createInstance )(const CMPIBroker *mb, const CMPIContext *ctx, const CMPIObjectPath *classPath, const CMPIInstance *newInst, CMPIStatus *rc)
The use of the key component within classPath is deprecated since CMPI 2.1; this key component should not be provided by the calling MIs. Initial key values can be supplied as properties in newInst.
Global CMPIBrokerFT::enumerateInstanceNames )(const CMPIBroker *mb, const CMPIContext *ctx, const CMPIObjectPath *classPath, CMPIStatus *rc)
The return code CMPI_RC_ERR_NOT_FOUND of this function is deprecated since CMPI 2.1. If no instances exist, the MB should instead return success with an empty result set. The MI shall treat this return code as a successful return of an empty result set.
Global CMPIBrokerFT::enumerateInstances )(const CMPIBroker *mb, const CMPIContext *ctx, const CMPIObjectPath *classPath, const char **properties, CMPIStatus *rc)
The return code CMPI_RC_ERR_NOT_FOUND of this function is deprecated since CMPI 2.1. If no instances exist, the MB should instead return success with an empty result set. The MI shall treat this return code as a successful return of an empty result set.
Global CMPIBrokerFT::getProperty )(const CMPIBroker *mb, const CMPIContext *ctx, const CMPIObjectPath *instPath, const char *name, CMPIStatus *rc)
This function is deprecated since CMPI 2.1, in accord with the deprecation of property client operations in DMTF specifications. MBs shall implement this function by invoking CMPIInstanceMIFT.getInstance() if CMPIPropertyMIFT.getProperty() is not implemented by the target MI. New MIs should replace the use of CMPIBrokerFT.getProperty() with the use of CMPIBrokerFT.getInstance().
Global CMPIBrokerFT::referenceNames )(const CMPIBroker *mb, const CMPIContext *ctx, const CMPIObjectPath *instPath, const char *resultClass, const char *role, CMPIStatus *rc)
The return code CMPI_RC_ERR_NOT_FOUND of this function is deprecated since CMPI 2.1. If no instances exist, the MB should instead return success with an empty result set. The MI shall treat this return code as a successful return of an empty result set.
Global CMPIBrokerFT::references )(const CMPIBroker *mb, const CMPIContext *ctx, const CMPIObjectPath *instPath, const char *resultClass, const char *role, const char **properties, CMPIStatus *rc)
The return code CMPI_RC_ERR_NOT_FOUND of this function is deprecated since CMPI 2.1. If no instances exist, the MB should instead return success with an empty result set. The MI shall treat this return code as a successful return of an empty result set.
Global CMPIBrokerFT::setProperty )(const CMPIBroker *mb, const CMPIContext *ctx, const CMPIObjectPath *instPath, const char *name, const CMPIValue *value, CMPIType type)
This function is deprecated since CMPI 2.1, in accord with the deprecation of property client operations in DMTF specifications. MBs shall implement this function by invoking CMPIInstanceMIFT.modifyInstance() if CMPIPropertyMIFT.setProperty() is not implemented by the target MI. New MIs should replace the use of CMPIBrokerFT.setProperty() with the use of CMPIBrokerFT.modifyInstance().
Global CMPIErrorFT::clone )(const CMPIError *er, CMPIStatus *rc)
The return code CMPI_RC_ERR_NOT_SUPPORTED of this function is deprecated since CMPI 2.1. It will not be returned because the Extended Errors capability will be available.
Global CMPIErrorFT::getCIMStatusCode )(const CMPIError *er, CMPIStatus *rc)
The return code CMPI_RC_ERR_NOT_SUPPORTED of this function is deprecated since CMPI 2.1. It will not be returned because the Extended Errors capability will be available.
Global CMPIErrorFT::getCIMStatusCodeDescription )(const CMPIError *er, CMPIStatus *rc)
The return code CMPI_RC_ERR_NOT_SUPPORTED of this function is deprecated since CMPI 2.1. It will not be returned because the Extended Errors capability will be available.
Global CMPIErrorFT::getErrorSource )(const CMPIError *er, CMPIStatus *rc)
The return code CMPI_RC_ERR_NOT_SUPPORTED of this function is deprecated since CMPI 2.1. It will not be returned because the Extended Errors capability will be available.
Global CMPIErrorFT::getErrorSourceFormat )(const CMPIError *er, CMPIStatus *rc)
The return code CMPI_RC_ERR_NOT_SUPPORTED of this function is deprecated since CMPI 2.1. It will not be returned because the Extended Errors capability will be available.
Global CMPIErrorFT::getErrorType )(const CMPIError *er, CMPIStatus *rc)
The return code CMPI_RC_ERR_NOT_SUPPORTED of this function is deprecated since CMPI 2.1. It will not be returned because the Extended Errors capability will be available.
Global CMPIErrorFT::getMessage )(const CMPIError *er, CMPIStatus *rc)
The return code CMPI_RC_ERR_NOT_SUPPORTED of this function is deprecated since CMPI 2.1. It will not be returned because the Extended Errors capability will be available.
Global CMPIErrorFT::getMessageArguments )(const CMPIError *er, CMPIStatus *rc)
The return code CMPI_RC_ERR_NOT_SUPPORTED of this function is deprecated since CMPI 2.1. It will not be returned because the Extended Errors capability will be available.
Global CMPIErrorFT::getMessageID )(const CMPIError *er, CMPIStatus *rc)
The return code CMPI_RC_ERR_NOT_SUPPORTED of this function is deprecated since CMPI 2.1. It will not be returned because the Extended Errors capability will be available.
Global CMPIErrorFT::getOtherErrorSourceFormat )(const CMPIError *er, CMPIStatus *rc)
The return code CMPI_RC_ERR_NOT_SUPPORTED of this function is deprecated since CMPI 2.1. It will not be returned because the Extended Errors capability will be available.
Global CMPIErrorFT::getOtherErrorType )(const CMPIError *er, CMPIStatus *rc)
The return code CMPI_RC_ERR_NOT_SUPPORTED of this function is deprecated since CMPI 2.1. It will not be returned because the Extended Errors capability will be available.
Global CMPIErrorFT::getOwningEntity )(const CMPIError *er, CMPIStatus *rc)
The return code CMPI_RC_ERR_NOT_SUPPORTED of this function is deprecated since CMPI 2.1. It will not be returned because the Extended Errors capability will be available.
Global CMPIErrorFT::getPerceivedSeverity )(const CMPIError *er, CMPIStatus *rc)
The return code CMPI_RC_ERR_NOT_SUPPORTED of this function is deprecated since CMPI 2.1. It will not be returned because the Extended Errors capability will be available.
Global CMPIErrorFT::getProbableCause )(const CMPIError *er, CMPIStatus *rc)
The return code CMPI_RC_ERR_NOT_SUPPORTED of this function is deprecated since CMPI 2.1. It will not be returned because the Extended Errors capability will be available.
Global CMPIErrorFT::getProbableCauseDescription )(const CMPIError *er, CMPIStatus *rc)
The return code CMPI_RC_ERR_NOT_SUPPORTED of this function is deprecated since CMPI 2.1. It will not be returned because the Extended Errors capability will be available.
Global CMPIErrorFT::getRecommendedActions )(const CMPIError *er, CMPIStatus *rc)
The return code CMPI_RC_ERR_NOT_SUPPORTED of this function is deprecated since CMPI 2.1. It will not be returned because the Extended Errors capability will be available.
Global CMPIErrorFT::release )(CMPIError *er)
The return code CMPI_RC_ERR_NOT_SUPPORTED of this function is deprecated since CMPI 2.1. It will not be returned because the Extended Errors capability will be available.
Global CMPIErrorFT::setCIMStatusCodeDescription )(const CMPIError *er, const char *scd)
The return code CMPI_RC_ERR_NOT_SUPPORTED of this function is deprecated since CMPI 2.1. It will not be returned because the Extended Errors capability will be available.
Global CMPIErrorFT::setErrorSource )(const CMPIError *er, const char *es)
The return code CMPI_RC_ERR_NOT_SUPPORTED of this function is deprecated since CMPI 2.1. It will not be returned because the Extended Errors capability will be available.
Global CMPIErrorFT::setErrorSourceFormat )(const CMPIError *er, const CMPIErrorSrcFormat esf)
The return code CMPI_RC_ERR_NOT_SUPPORTED of this function is deprecated since CMPI 2.1. It will not be returned because the Extended Errors capability will be available.
Global CMPIErrorFT::setErrorType )(const CMPIError *er, const CMPIErrorType et)
The return code CMPI_RC_ERR_NOT_SUPPORTED of this function is deprecated since CMPI 2.1. It will not be returned because the Extended Errors capability will be available.
Global CMPIErrorFT::setMessageArguments )(const CMPIError *er, const CMPIArray *values)
The return code CMPI_RC_ERR_NOT_SUPPORTED of this function is deprecated since CMPI 2.1. It will not be returned because the Extended Errors capability will be available.
Global CMPIErrorFT::setOtherErrorSourceFormat )(const CMPIError *er, const char *oef)
The return code CMPI_RC_ERR_NOT_SUPPORTED of this function is deprecated since CMPI 2.1. It will not be returned because the Extended Errors capability will be available.
Global CMPIErrorFT::setOtherErrorType )(const CMPIError *er, const char *ot)
The return code CMPI_RC_ERR_NOT_SUPPORTED of this function is deprecated since CMPI 2.1. It will not be returned because the Extended Errors capability will be available.
Global CMPIErrorFT::setProbableCauseDescription )(const CMPIError *er, const char *pcd)
The return code CMPI_RC_ERR_NOT_SUPPORTED of this function is deprecated since CMPI 2.1. It will not be returned because the Extended Errors capability will be available.
Global CMPIErrorFT::setRecommendedActions )(const CMPIError *er, const CMPIArray *ra)
The return code CMPI_RC_ERR_NOT_SUPPORTED of this function is deprecated since CMPI 2.1. It will not be returned because the Extended Errors capability will be available.
Global CMPIIndicationMIFT::authorizeFilter )(CMPIIndicationMI *mi, const CMPIContext *ctx, const CMPISelectExp *filter, const char *className, const CMPIObjectPath *classPath, const char *owner)
The owner argument is deprecated since CMPI 2.1. MBs may pass an empty string in owner. For compatibility reasons, MBs shall not pass a NULL pointer in owner.
Global CMPIIndicationMIFT::mustPoll )(CMPIIndicationMI *mi, const CMPIContext *ctx, const CMPIResult *rslt, const CMPISelectExp *filter, const char *className, const CMPIObjectPath *classPath)
This function is deprecated since CMPI 2.1, because the concept of indication polling has been deprecated in CMPI 2.1.
Global CMPIInstanceMIFT::createInstance )(CMPIInstanceMI *mi, const CMPIContext *ctx, const CMPIResult *rslt, const CMPIObjectPath *classPath, const CMPIInstance *inst)
The use of the key component in classPath is deprecated since CMPI 2.1; the key component should not be provided by MBs and should not be used by MIs.
Global CMPIInstanceMIFT::enumerateInstanceNames )(CMPIInstanceMI *mi, const CMPIContext *ctx, const CMPIResult *rslt, const CMPIObjectPath *classPath)
The return code CMPI_RC_ERR_NOT_FOUND of this function is deprecated since CMPI 2.1. Instead of using this return code if no instances are found, the MI should return success with an empty result data container. The MB shall treat this return code as a successful return of an empty result set.
Global CMPIInstanceMIFT::enumerateInstances )(CMPIInstanceMI *mi, const CMPIContext *ctx, const CMPIResult *rslt, const CMPIObjectPath *classPath, const char **properties)
The return code CMPI_RC_ERR_NOT_FOUND of this function is deprecated since CMPI 2.1. Instead of using this return code if no instances are found, the MI should return success with an empty result data container. The MB shall treat this return code as a successful return of an empty result set.
Global CMPIInstanceMIFT::execQuery )(CMPIInstanceMI *mi, const CMPIContext *ctx, const CMPIResult *rslt, const CMPIObjectPath *classPath, const char *query, const char *lang)
The return code CMPI_RC_ERR_NOT_FOUND of this function is deprecated since CMPI 2.1. Instead of using this return code if no instances are found, the MI should return success with an empty result data container. The MB shall treat this return code as a successful return of an empty result set.
Global CMPIMethodMIFT::invokeMethod )(CMPIMethodMI *mi, const CMPIContext *ctx, const CMPIResult *rslt, const CMPIObjectPath *objPath, const char *method, const CMPIArgs *in, CMPIArgs *out)
The return code CMPI_RC_ERR_NOT_SUPPORTED of this function is deprecated since CMPI 2.1. Use CMPI_RC_ERR_METHOD_NOT_AVAILABLE instead for indicating that the function is not supported.
Global CMPIPredicateFT::clone )(const CMPIPredicate *pr, CMPIStatus *rc)
The return code CMPI_RC_ERR_NOT_SUPPORTED of this function is deprecated since CMPI 2.1. If the Query Normalization capability is not available, this function cannot be called by the MI because no instance of its encapsulated data type can exist.
Global CMPIPredicateFT::getData )(const CMPIPredicate *pr, CMPIType *type, CMPIPredOp *prop, CMPIString **lhs, CMPIString **rhs)
The return code CMPI_RC_ERR_NOT_SUPPORTED of this function is deprecated since CMPI 2.1. If the Query Normalization capability is not available, this function cannot be called by the MI because no instance of its encapsulated data type can exist.
Global CMPIPredicateFT::release )(CMPIPredicate *pr)
The return code CMPI_RC_ERR_NOT_SUPPORTED of this function is deprecated since CMPI 2.1. If the Query Normalization capability is not available, this function cannot be called by the MI because no instance of its encapsulated data type can exist.
Class CMPIPropertyMI
Property MIs are deprecated since CMPI 2.1, in accord with the deprecation of property client operations in DMTF specifications.
Global CMPIPropertyMIFT::cleanup )(CMPIPropertyMI *mi, const CMPIContext *ctx, CMPIBoolean terminating)
This function is deprecated since CMPI 2.1, in accord with the deprecation of property client operations in DMTF specifications.
Global CMPIPropertyMIFT::getProperty )(CMPIPropertyMI *mi, const CMPIContext *ctx, const CMPIResult *rslt, const CMPIObjectPath *instPath, const char *name)

The return codes CMPI_RC_ERR_INVALID_NAMESPACE, CMPI_RC_ERR_INVALID_PARAMETER, and CMPI_RC_ERR_INVALID_CLASS for this function are deprecated since CMPI 2.1, because the corresponding conditions have already been verified by the MB.

This function is deprecated since CMPI 2.1, in accord with the deprecation of property client operations in DMTF specifications.

Global CMPIPropertyMIFT::setProperty )(CMPIPropertyMI *mi, const CMPIContext *ctx, const CMPIResult *rslt, const CMPIObjectPath *instPath, const char *name, const CMPIData data)

The return codes CMPI_RC_ERR_INVALID_NAMESPACE, CMPI_RC_ERR_INVALID_PARAMETER, and CMPI_RC_ERR_INVALID_CLASS for this function are deprecated since CMPI 2.1, because the corresponding conditions have already been verified by the MB.

This function is deprecated since CMPI 2.1, in accord with the deprecation of property client operations in DMTF specifications.

Global CMPIPropertyMIFT::setPropertyWithOrigin )(CMPIPropertyMI *mi, const CMPIContext *ctx, const CMPIResult *rslt, CMPIObjectPath *instPath, const char *name, const CMPIData data, const char *origin)

The return codes CMPI_RC_ERR_INVALID_NAMESPACE, CMPI_RC_ERR_INVALID_PARAMETER, and CMPI_RC_ERR_INVALID_CLASS for this function are deprecated since CMPI 2.1, because the corresponding conditions have already been verified by the MB.

This function is deprecated since CMPI 2.1, in accord with the deprecation of property client operations in DMTF specifications.

Global CMPISelectCondFT::clone )(const CMPISelectCond *sc, CMPIStatus *rc)
The return code CMPI_RC_ERR_NOT_SUPPORTED of this function is deprecated since CMPI 2.1. If the Query Normalization capability is not available, this function cannot be called by the MI because no instance of its encapsulated data type can exist.
Global CMPISelectCondFT::getCountAndType )(const CMPISelectCond *sc, int *type, CMPIStatus *rc)
The return code CMPI_RC_ERR_NOT_SUPPORTED of this function is deprecated since CMPI 2.1. If the Query Normalization capability is not available, this function cannot be called by the MI because no instance of its encapsulated data type can exist.
Global CMPISelectCondFT::getSubCondAt )(const CMPISelectCond *sc, CMPICount index, CMPIStatus *rc)
The return code CMPI_RC_ERR_NOT_SUPPORTED of this function is deprecated since CMPI 2.1. If the Query Normalization capability is not available, this function cannot be called by the MI because no instance of its encapsulated data type can exist.
Global CMPISelectCondFT::release )(CMPISelectCond *sc)
The return code CMPI_RC_ERR_NOT_SUPPORTED of this function is deprecated since CMPI 2.1. If the Query Normalization capability is not available, this function cannot be called by the MI because no instance of its encapsulated data type can exist.
Global CMPISelectExpFT::getCOD )(const CMPISelectExp *se, CMPIStatus *rc)
The return code CMPI_RC_ERR_NOT_SUPPORTED is deprecated since CMPI 2.1. If the Query Normalization" capability is not available, this function cannot be called by the MI because no instance of its encapsulated data type can exist.
Global CMPISelectExpFT::getDOC )(const CMPISelectExp *se, CMPIStatus *rc)
The return code CMPI_RC_ERR_NOT_SUPPORTED is deprecated since CMPI 2.1. If the Query Normalization" capability is not available, this function cannot be called by the MI because no instance of its encapsulated data type can exist.
Global CMPISubCondFT::clone )(const CMPISubCond *sc, CMPIStatus *rc)
The return code CMPI_RC_ERR_NOT_SUPPORTED of this function is deprecated since CMPI 2.1. If the Query Normalization capability is not available, this function cannot be called by the MI because no instance of its encapsulated data type can exist.
Global CMPISubCondFT::getCount )(const CMPISubCond *sc, CMPIStatus *rc)
The return code CMPI_RC_ERR_NOT_SUPPORTED of this function is deprecated since CMPI 2.1. If the Query Normalization capability is not available, this function cannot be called by the MI because no instance of its encapsulated data type can exist.
Global CMPISubCondFT::getPredicate )(const CMPISubCond *sc, const char *name, CMPIStatus *rc)
The return code CMPI_RC_ERR_NOT_SUPPORTED of this function is deprecated since CMPI 2.1. If the Query Normalization capability is not available, this function cannot be called by the MI because no instance of its encapsulated data type can exist.
Global CMPISubCondFT::getPredicateAt )(const CMPISubCond *sc, CMPICount index, CMPIStatus *rc)
The return code CMPI_RC_ERR_NOT_SUPPORTED of this function is deprecated since CMPI 2.1. If the Query Normalization capability is not available, this function cannot be called by the MI because no instance of its encapsulated data type can exist.
Global CMPISubCondFT::release )(CMPISubCond *sc)
The return code CMPI_RC_ERR_NOT_SUPPORTED of this function is deprecated since CMPI 2.1. If the Query Normalization capability is not available, this function cannot be called by the MI because no instance of its encapsulated data type can exist.
Global CMPIValue::Byte
This member is deprecated since CMPI 2.1. Use sint8 instead.
Global CMPIValue::Double
This member is deprecated since CMPI 2.1. Use real64 instead.
Global CMPIValue::Float
This member is deprecated since CMPI 2.1. Use real32 instead.
Global CMPIValue::Int
This member is deprecated since CMPI 2.1. Use sint32 instead.
Global CMPIValue::Long
This member is deprecated since CMPI 2.1. Use sint64 instead.
Global CMPIValue::Short
This member is deprecated since CMPI 2.1. Use sint16 instead.
Global CMPropertyMIFactory (cn, miname)
This macro is deprecated since CMPI 2.1, in accord with the deprecation of property client operations in DMTF specifications.
Group mi-factory-generic
The _Generic_Create_PropertyMI() function is deprecated since CMPI 2.1, in accord with the deprecation of property client operations in DMTF specifications.
Group mi-factory-specific
The <miname>_Create_PropertyMI() function is deprecated since CMPI 2.1, in accord with the deprecation of property client operations in DMTF specifications.