_CMPIEnumerationFT Struct Reference
#include <cmpift.h>
List of all members.
Detailed Description
This structure is a table of pointers providing access to Enumeration support sevices.
Member Data Documentation
Create an independent copy of this Enumeration object. The resulting object must be released explicitly.
- Parameters:
-
| en | Enumeration this pointer. |
| rc | Output: Service return status (suppressed when NULL). |
- Returns:
- Pointer to copied Enumeration object.
Get the next element of this Enumeration.
- Parameters:
-
| en | Enumeration this pointer. |
| rc | Output: Service return status (suppressed when NULL). |
- Returns:
- Element value.
Test for any elements left in this Enumeration.
- Parameters:
-
| en | Enumeration this pointer. |
| rc | Output: Service return status (suppressed when NULL). |
- Returns:
- True or false.
The Enumeration object will not be used any further and may be freed by CMPI run time system.
- Parameters:
-
| en | Enumeration this pointer. |
- Returns:
- Service return status.
Convert this Enumeration into an Array.
- Parameters:
-
| en | Enumeration this pointer. |
| rc | Output: Service return status (suppressed when NULL). |
- Returns:
- The Array.
The documentation for this struct was generated from the following file:
- /builddir/build/BUILD/pegasus/src/Pegasus/Provider/CMPI/cmpift.h