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.createInstance() - Create class instance

Description

       Create class instance using op as reference.

       Arguments  are  the  client  object  pointer cl, ObjectPath object pointer op that contains namespace and
       classname components, inst is a complete instance object pointer,  and  rc  the  CMPI  operation   status
       (suppressed when NULL).

Errors

Examples

Name

       CMCIClientFT.createInstance() - Create class instance

Return Value

       When  successful  the CMCIClientFT.createInstance() function returns a pointer to a CMPIObjectPath object
       with the new instance reference and sets a successful status code for rc.  When unsuccessful  it  returns
       NULL and sets the rc argument with the error code and and corresponding error string.

See Also

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

sfcc                                               2005-06-09                      CMCICLENTFT.CREATEINSTANCE(3)

Synopsis

#include<cmci.h>CMPIObjectPath*CMCIClientFT.createInstance(CMCIClient*cl,CMPIObjectPath*op,CMPIInstance*inst,CMPIStatus*rc);

See Also