13(2005-06-09) 3(2005-06-09)
2
3
4
6 CMCIClientFT.deleteInstance() - Delete class instance
7
9 #include <cmci.h>
10
11 CMPIStatus
12 CMCIClientFT.deleteInstance(CMCIClient*cl,
13 CMPIObjectPath*op);
14
15
17 Delete a class instance using op as the instance reference.
18
19 Arguments are the client object pointer cl and an ObjectPath object
20 pointer op that contains namespace and classname components.
21
23 When successful the CMCIClientFT.deleteInstance() function returns a
24 CMPIStatus object with a successful operation status code. When unsucā
25 cessful it returns the operation error code and corresponding error
26 string in the CMPIStatus object.
27
32 Common Manageability Programming Interface (CMPI) - OpenGroup,
33 CMCIClient(3), CMPIStatus(3), CMPIObjectPath(3)
34
35
36
37SFCBroker Client Library sfcc 3(2005-06-09)