◆ fiftyoneDegreesResultsNoValueReason
Enum containing reasons which cause a value to not be present or valid.
\r\n
Structure returned by an engine's process method(s), containing values.
Results are the structure returned by an engine's process method(s) and contains the values for the properties in the engine. The base structure contains only the essential element of a data set, which is needed to return values. Any engine can extend this structure to add any additional elements which may be needed to format or return values.
The data set pointer is a managed resource, meaning that while the results exist, the data set will not be freed by the resource manager. This ensures that values contained in the data set used for processing can always be returned.
struct | fiftyoneDegreesResultsBase
Base results structure which any processing results should extend. More...
|
fiftyoneDegreesResultsBase * | fiftyoneDegreesResultsInit (fiftyoneDegreesResultsBase *results, void *dataSet)
Initialise a set of results by setting the data set they are associated with. More...
|
Enum containing reasons which cause a value to not be present or valid.
fiftyoneDegreesResultsBase* fiftyoneDegreesResultsInit | ( | fiftyoneDegreesResultsBase * | results, |
void * | dataSet | ||
) |
Initialise a set of results by setting the data set they are associated with.