CMCIClientFT.createInstance (3) Linux Manual Page
CMCIClientFT.createInstance() – Create class instance Synopsis#include <cmci.h> CMPIObjectPath* CMCIClientFT.createInstance(CMCIClient*cl, CMPIObjectPath*op, CMPIInstance*inst, CMPIStatus*rc); DescriptionCreate 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). Return ValueWhen successful…
