Man Page: cmciclientft.invokemethod
Operating Environment: centos
Section: 3
3(2005-06-09) 3(2005-06-09)NAMECMCIClientFT.invokeMethod() - Invoke a named method of an instanceSYNOPSIS#include <cmci.h> CMPIEnumeration* CMCIClientFT.invokeMethod(CMCIClient*cl, CMPIObjectPath*op, constchar*method, CMPIArgs*in, CMPIArgs*out, CMPIStatus*rc);DESCRIPTIONInvoke a named method of an instance defined by the op reference. Arguments are the client object pointer cl, an ObjectPath object pointer op with the reference that contains namespace and classname compo- nents, method pointer to string that identifies the class method, in pointer to the input arguments, out pointer to the output parameters, and rc which returns the operation status (suppressed when NULL).RETURN VALUEWhen successful the CMCIClientFT.invokeMethod() function returns the CMPIData value returned by the method invoked and sets a successful operation status code in rc. When unsuccessful it returns a NULL pointer and sets the operation status error code and corresponding error string in rc.ERRORSEXAMPLESCONFORMING TOSEE ALSOCommon Manageability Programming Interface (CMPI) - OpenGroup, CMCIClient(3), CMPIEnumeration(3), CMPIObjectPath(3), CMPIArgs(3), CMPIStatus(3) SFCBroker Client Library sfcc 3(2005-06-09)
| Related Man Pages |
|---|
| cmciclient(3) - centos |
| cmciclientft.enuminstancenames(3) - centos |
| cmciclientft.execquery(3) - centos |
| cmciclientft.enuminstances(3) - centos |
| cmciclientft.setproperty(3) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| add columns with awk |
| grep from a script... |
| Out put with select date. Help !!! |
| Invoke Function WithOut Non-Positional Arguments |