logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

CMCIClientFT.invokeMethod() - Invoke a named method of an instance

Conforming To

Description

       Invoke 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 components, 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).

Errors

Examples

Name

       CMCIClientFT.invokeMethod() - Invoke a named method of an instance

Return Value

       When 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.

See Also

       Common Manageability Programming Interface (CMPI) - OpenGroup,
       CMCIClient(3), CMPIEnumeration(3), CMPIObjectPath(3), CMPIArgs(3), CMPIStatus(3)

sfcc                                               2005-06-09                       CMCIClientFT.inovkeMethod(3)

Synopsis

#include<cmci.h>CMPIEnumeration*CMCIClientFT.invokeMethod(CMCIClient*cl,CMPIObjectPath*op,constchar*method,CMPIArgs*in,CMPIArgs*out,CMPIStatus*rc);

See Also