_CMPIArrayFT Struct Reference
#include <cmpift.h>
List of all members.
Detailed Description
This structure is a table of pointers providing access to Array support sevices.
Member Data Documentation
Create an independent copy of this Array object. The resulting object must be released explicitly.
- Parameters:
-
| ar | Array this pointer. |
| rc | Output: Service return status (suppressed when NULL). |
- Returns:
- Pointer to copied Array object.
Gets an element value defined by its index.
- Parameters:
-
| ar | Array this pointer. |
| index | Position in the internal Data array. |
| rc | Output: Service return status (suppressed when NULL). |
- Returns:
- Element value.
Gets the element type.
- Parameters:
-
| ar | Array this pointer. |
| rc | Output: Service return status (suppressed when NULL). |
- Returns:
- Number of elements.
Gets the number of elements contained in this Array.
- Parameters:
-
| ar | Array this pointer. |
| rc | Output: Service return status (suppressed when NULL). |
- Returns:
- Number of elements.
The Array object will not be used any further and may be freed by CMPI run time system.
- Parameters:
-
- Returns:
- Service return status.
Sets an element value defined by its index.
- Parameters:
-
| ar | Array this pointer. |
| index | Position in the internal Data array. |
| value | Address of value structure. |
| type | Value type. |
- Returns:
- Service return status.
The documentation for this struct was generated from the following file:
- /var/tmp/axbld-26152/rpm/BUILD/pegasus/src/Pegasus/Provider/CMPI/cmpift.h