13(2005-06-09) 3(2005-06-09)
2
3
4
6 CMCIClientFT.createInstance() - Create class instance
7
9 #include <cmci.h>
10
11 CMPIObjectPath*
12 CMCIClientFT.createInstance(CMCIClient*cl,
13 CMPIObjectPath*op,
14 CMPIInstance*inst,
15 CMPIStatus*rc);
16
17
19 Create class instance using op as reference.
20
21 Arguments are the client object pointer cl, ObjectPath object pointer
22 op that contains namespace and classname components, inst is a complete
23 instance object pointer, and rc the CMPI operation status (suppressed
24 when NULL).
25
27 When successful the CMCIClientFT.createInstance() function returns a
28 pointer to a CMPIObjectPath object with the new instance reference and
29 sets a successful status code for rc. When unsuccessful it returns
30 NULL and sets the rc argument with the error code and and corresponding
31 error string.
32
36 Common Manageability Programming Interface (CMPI) - OpenGroup,
37 CMCIClient(3), CMPIObjectPath(3), CMPIInstance(3), CMPIStatus(3)
38
39
40
41SFCBroker Client Library sfcc 3(2005-06-09)