Visible to Intel only — GUID: GUID-952DCD46-75EA-47B3-A719-C946C796FBDD
Visible to Intel only — GUID: GUID-952DCD46-75EA-47B3-A719-C946C796FBDD
dfiQueryVal
Reads a parameter value in a Data Fitting task descriptor.
status = dfiQueryVal(task, val_attr, val)
- mkl.h
Name |
Type |
Description |
---|---|---|
task |
DFTaskPtr |
Descriptor of the task. |
val_attr |
const MKL_INT |
The parameter to query. The query function supports the parameter attributes described in "Parameters Supported by the dfiEditVal Task Editor". |
Name |
Type |
Description |
---|---|---|
val |
MKL_INT |
The parameter value returned by the query function. See table "Parameters Supported by the dfiEditVal Task Editor". |
status |
int |
Status of the routine:
|
The dfiQueryVal routine returns a parameter of type val_attr stored in a Data Fitting task descriptor as parameter val. The query function supports the parameter attributes described in "Parameters Supported by the dfiEditVal Task Editor".