Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

CMCIClientFT.deleteInstance() - Delete class instance

Conforming To

Description

       Delete a class instance using op as the instance reference.

       Arguments  are  the  client object pointer cl and an ObjectPath object pointer op that contains namespace
       and classname components.

Errors

Examples

Name

       CMCIClientFT.deleteInstance() - Delete class instance

Return Value

       When successful the CMCIClientFT.deleteInstance() function returns a CMPIStatus object with a  successful
       operation  status  code.   When  unsuccessful it returns the operation error code and corresponding error
       string in the CMPIStatus object.

See Also

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

sfcc                                               2005-06-09                     CMCICLIENTFT.DELETEINSTANCE(3)

Synopsis

#include<cmci.h>CMPIStatusCMCIClientFT.deleteInstance(CMCIClient*cl,CMPIObjectPath*op);

See Also