13(2005-06-09) 3(2005-06-09)
2
3
4
6 CMCIClientFT.invokeMethod() - Invoke a named method of an instance
7
9 #include <cmci.h>
10
11 CMPIEnumeration*
12 CMCIClientFT.invokeMethod(CMCIClient*cl,
13 CMPIObjectPath*op,
14 constchar*method,
15 CMPIArgs*in,
16 CMPIArgs*out,
17 CMPIStatus*rc);
18
19
21 Invoke a named method of an instance defined by the op reference.
22
23 Arguments are the client object pointer cl, an ObjectPath object
24 pointer op with the reference that contains namespace and classname
25 components, method pointer to string that identifies the class method,
26 in pointer to the input arguments, out pointer to the output parame‐
27 ters, and rc which returns the operation status (suppressed when NULL).
28
30 When successful the CMCIClientFT.invokeMethod() function returns the
31 CMPIData value returned by the method invoked and sets a successful
32 operation status code in rc. When unsuccessful it returns a NULL
33 pointer and sets the operation status error code and corresponding
34 error string in rc.
35
40 Common Manageability Programming Interface (CMPI) - OpenGroup,
41 CMCIClient(3), CMPIEnumeration(3), CMPIObjectPath(3), CMPIArgs(3), CMP‐
42 IStatus(3)
43
44
45
46SFCBroker Client Library sfcc 3(2005-06-09)