logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

CMPIString - CMPIString class implementation

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.

See Also