13(2005-06-09) 3(2005-06-09)
2
3
4
6 CMCIClientFT.setProperty() - Set a named property value of an instance
7
9 #include <cmci.h>
10
11 CMPIStatus
12 CMCIClientFT.setProperty(CMCIClient*cl,
13 CMPIObjectPath*op,
14 constchar*name,
15 CMPIValue*value,
16 CMPITypetype);
17
18
20 Set the named property value of an instance identified by reference op.
21
22 Arguments are the client object pointer cl, an ObjectPath object
23 pointer op with the namespace and classname to identify the instance, a
24 pointer to a string with the property name to set in name, a pointer to
25 the CMPIValue with the value to set in value, and rc which returns the
26 operation status (suppressed when NULL).
27
29 When successful the CMCIClientFT.setProperty() function returns a CMP‐
30 IStatus object with a successful operation status code set. When
31 unsuccessful it returns the CMPIStatus object with the error code and
32 corresponding error string set.
33
38 Common Manageability Programming Interface (CMPI) - OpenGroup,
39 CMCIClient(3), CMPIStatus(3), CMPIObjectPath(3), CMPIValue(3), CMPI‐
40 Type(3)
41
42
43
44SFCBroker Client Library sfcc 3(2005-06-09)