CMPIStatus(* release )(CMPIObjectPath *op)
TheObjectPathobjectwillnotbeusedanyfurtherandmaybefreedbyCMPIruntimesystem.CMPIObjectPath *(* clone )(CMPIObjectPath *op, CMPIStatus *rc)
CreateanindependentcopyofthisObjectPathobject.CMPIStatus(* setNameSpace )(CMPIObjectPath *op, const char *ns)
Set/replacethenamespacecomponent.CMPIString *(* getNameSpace )(CMPIObjectPath *op, CMPIStatus *rc)
Getthenamespacecomponent.CMPIStatus(* setHostname )(CMPIObjectPath *op, const char *hn)
Set/replacethehostnamecomponent.CMPIString *(* getHostname )(CMPIObjectPath *op, CMPIStatus *rc)
Getthehostnamecomponent.CMPIStatus(* setClassName )(CMPIObjectPath *op, const char *cn)
Set/replacetheclassnamecomponent.CMPIString *(* getClassName )(CMPIObjectPath *op, CMPIStatus *rc)
Gettheclassnamecomponent.CMPIStatus(* addKey )(CMPIObjectPath *op, const char *name, CMPIValue *value, CMPIType type)
Adds/replacesanamedkeyproperty.CMPIData(* getKey )(CMPIObjectPath *op, const char *name, CMPIStatus *rc)
Getsanamedkeypropertyvalue.CMPIData(* getKeyAt )(CMPIObjectPath *op, unsigned int index, CMPIString **name, CMPIStatus *rc)
Getsakeypropertyvaluedefinedbyitsindex.
unsigned int(* getKeyCount )(CMPIObjectPath *op, CMPIStatus *rc)
GetsthenumberofkeypropertiescontainedinthisObjectPath.CMPIStatus(* setNameSpaceFromObjectPath )(CMPIObjectPath *op, CMPIObjectPath *src)
Set/replacenamespaceandclassnamecomponentsfrom<src>.CMPIStatus(* setHostAndNameSpaceFromObjectPath )(CMPIObjectPath *op, CMPIObjectPath *src)
Set/replacehostname,namespaceandclassnamecomponentsfrom<src>.CMPIData(* getClassQualifier )(CMPIObjectPath *op, const char *qName, CMPIStatus *rc)
Getclassqualifiervalue.CMPIData(* getPropertyQualifier )(CMPIObjectPath *op, const char *pName, const char *qName, CMPIStatus *rc)
Getpropertyqualifiervalue.CMPIData(* getMethodQualifier )(CMPIObjectPath *op, const char *methodName, const char *qName, CMPIStatus
*rc)
Getmethodqualifiervalue.CMPIData(* getParameterQualifier )(CMPIObjectPath *op, const char *mName, const char *pName, const char
*qName, CMPIStatus *rc)
Getmethodparameterquailifiervalue.CMPIString *(* toString )(CMPIObjectPath *op, CMPIStatus *rc)
GeneratesawellformedstringrepresentationofthisObjectPath.