|
|
C_SetNamedValue |
Each OrcaFlex object maintains a table of integers, indexed by a user-specified name, which is intended for use by related external functions to co-ordinate their related working data. The integer type used, INT_PTR is pointer sized to enable you to store pointers in the table.
| Note: | These tables are cleared when OrcaFlex begins its statics calculation. |
Call C_SetNamedValue to write to the table. Values can be read from the table by calling C_GetNamedValue.
The handle of an object.
The name of the item in the table.
The value to be written to the table.
Points to a variable in which the status result for the function call will be returned.
The Unicode function name is C_SetNamedValueW and the ANSI function name is C_SetNamedValueA.