Man Page: cmciclientft.setproperty
Operating Environment: centos
Section: 3
3(2005-06-09) 3(2005-06-09)NAMECMCIClientFT.setProperty() - Set a named property value of an instanceSYNOPSIS#include <cmci.h> CMPIStatus CMCIClientFT.setProperty(CMCIClient*cl, CMPIObjectPath*op, constchar*name, CMPIValue*value, CMPITypetype);DESCRIPTIONSet the named property value of an instance identified by reference op. Arguments are the client object pointer cl, an ObjectPath object pointer op with the namespace and classname to identify the instance, a pointer to a string with the property name to set in name, a pointer to the CMPIValue with the value to set in value, and rc which returns the operation status (suppressed when NULL).RETURN VALUEWhen successful the CMCIClientFT.setProperty() function returns a CMPIStatus object with a successful operation status code set. When unsuccessful it returns the CMPIStatus object with the error code and corresponding error string set.ERRORSEXAMPLESCONFORMING TOSEE ALSOCommon Manageability Programming Interface (CMPI) - OpenGroup, CMCIClient(3), CMPIStatus(3), CMPIObjectPath(3), CMPIValue(3), CMPIType(3) SFCBroker Client Library sfcc 3(2005-06-09)
| Similar Topics in the Unix Linux Community |
|---|
| add columns with awk |
| grep from a script... |
| Out put with select date. Help !!! |