CMPIArgs - CMPIArgs class implementation
Contents
Description
Native CMPIArgs implementation.
This is the native CMPIArgs implementation as used for remote providers. It reflects the well-defined
interface of a regular CMPIArgs object, 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 (CMPIArgs *args)
CMPIArgs * clone (CMPIArgs *args, CMPIStatus *rc)
CMPIStatusaddArg (CMPIArgs *args, char *name, CMPIValue *value, CMPIType type)
CMPIDatagetArg (CMPIArgs *args, char *name, CMPIStatus *rc)
CMPIDatagetArgAt (CMPIArgs *args, unsigned int index, CMPIString **name, CMPIStatus *rc)
unsigned int getArgCount (CMPIArgs *args, CMPIStatus *rc)
Name
CMPIArgs - CMPIArgs class implementation
See Also
Common Manageability Programming Interface (CMPI) - OpenGroup
sfcc 2005-06-09 CMPIARGS(3)
Synopsis
PublicAttributes
int void*hdl
Opaque pointer to class instance data.
CMPIArgsFT * ftPointertotheArgsFunctionTable.