|
Get the list of DOFValues held by the Result.
- Note
- The return value is owned by the Result, and must not be destroyed individually. If it is needed beyond the scope of the Result, it must be copied (and later freed) by the application.
- Parameters
-
result | The Result. This must not be NULL. |
- Returns
- An array of DOFValues. The list may be empty.
- Exceptions
-
NULL | is returned if the Result does not contain a list of DOFValues. |
- See Also
- DOFResult_GetValueListCount
|