Man Page: cmciclientft.createinstance
Operating Environment: centos
Section: 3
3(2005-06-09) 3(2005-06-09)NAMECMCIClientFT.createInstance() - Create class instanceSYNOPSIS#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 com- plete instance object pointer, and rc the CMPI operation status (suppressed when NULL).RETURN VALUEWhen 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.ERRORSEXAMPLESSEE ALSOCommon Manageability Programming Interface (CMPI) - OpenGroup, CMCIClient(3), CMPIObjectPath(3), CMPIInstance(3), CMPIStatus(3) SFCBroker Client Library sfcc 3(2005-06-09)
| Related Man Pages |
|---|
| cmpiinstance(3) - centos |
| cmciclientft.associatornames(3) - centos |
| cmciclientft.enuminstancenames(3) - centos |
| cmciclientft.getclass(3) - centos |
| cmciclientft.references(3) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| DB2 convert digits to binary format |
| Docker learning Phase-I |
| Unsure why access time on a directory change isn't changing |
| Controlling user input |