logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

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