CMPIString - CMPIString class implementation
Contents
Description
CMPIString class implementation, representing the Encapsulated String object.
This is the native CMPIString implementation as used for remote providers. It reflects the well-defined
interface of a regular CMPIString, however, it works independently from the management broker.
It is part of a native broker implementation that simulates CMPI data types rather than interacting with
the entities in a full-grown CIMOM.
Methods
CMPIStatusrelease (CMPIString *string)
CMPIString * clone (CMPIString *string, CMPIStatus *rc)
char * getCharPtr (CMPIString *string, CMPIStatus *rc)
Name
CMPIString - CMPIString class implementation
See Also
Common Manageability Programming Interface (CMPI) - OpenGroup
sfcc 2005-06-09 CMPISTRING(3)
Synopsis
PublicAttributes
int void*hdl;Opaquepointertoclassinstancedata.CMPIStringFT * ft;PointertotheArgsFunctionTable.