13(2005-06-09) 3(2005-06-09)
2
3
4
6 CMPIString - CMPIString class implementation
7
9 Public Attributes
10 int void * hdl;
11 Opaque pointer to class instance data.
12 CMPIStringFT * ft;
13 Pointer to the Args Function Table.
14
16 CMPIStatus release (CMPIString *string)
17 CMPIString * clone (CMPIString *string, CMPIStatus *rc)
18 char * getCharPtr (CMPIString *string, CMPIStatus *rc)
19
21 CMPIString class implementation, representing the Encapsulated String
22 object.
23
24 This is the native CMPIString implementation as used for remote
25 providers. It reflects the well-defined interface of a regular CMP‐
26 IString, however, it works independently from the management broker.
27
28 It is part of a native broker implementation that simulates CMPI data
29 types rather than interacting with the entities in a full-grown CIMOM.
30
32 Common Manageability Programming Interface (CMPI) - OpenGroup
33
34
35
36SFCBroker Client Library sfcc 3(2005-06-09)