CMPI 2.1.0 API
|
Functions | |
static CMPICount | CMGetSubCondCountAndType (const CMPISelectCond *sc, int *type, CMPIStatus *rc) |
Get the number and type of subconditions in a CMPISelectCond object. More... | |
static CMPISubCond * | CMGetSubCondAt (const CMPISelectCond *sc, CMPICount index, CMPIStatus *rc) |
Get a subcondition in a CMPISelectCond object by index. More... | |
|
inlinestatic |
Get the number and type of subconditions in a CMPISelectCond object.
Optionally, the subcondition type (COD or DOC) will be returned.
sc | SelectCond object. | |
[out] | type | Subcondition type (suppressed when NULL). A value of 0 indicates a DOC type, and a value of 1 indicates a COD type. |
[out] | rc | Function return status (suppressed when NULL). |
|
inlinestatic |
Get a subcondition in a CMPISelectCond object by index.
sc | SelectCond object. | |
index | Zero-based position of the subcondition in the internal data array. | |
[out] | rc | Function return status (suppressed when NULL). |