#include <cmpi/cmpift.h>
Public Attributes | |
int | ftVersion |
CMPIStatus(* | release )(CMPIArgs *as) |
CMPIArgs *(* | clone )(const CMPIArgs *as, CMPIStatus *rc) |
CMPIStatus(* | addArg )(const CMPIArgs *as, const char *name, const CMPIValue *value, const CMPIType type) |
CMPIData(* | getArg )(const CMPIArgs *as, const char *name, CMPIStatus *rc) |
CMPIData(* | getArgAt )(const CMPIArgs *as, CMPICount index, CMPIString **name, CMPIStatus *rc) |
CMPICount(* | getArgCount )(const CMPIArgs *as, CMPIStatus *rc) |
|
Adds/replaces a named argument.
|
|
Create an independent copy of this Args object. The resulting object must be released explicitly.
|
|
Function table version |
|
Gets a named argument value.
|
|
Gets a Argument value defined by its index.
|
|
Gets the number of arguments contained in this Args.
|
|
The Args object will not be used any further and may be freed by CMPI run time system.
|