|
Gocator Development Kit
|
| kStatus GdkOutputInfo_AddParam | ( | GdkOutputInfo | outputInfo, |
| GdkParamType | paramType, | ||
| const kChar * | name, | ||
| const kChar * | label, | ||
| void * | defValue, | ||
| GdkParamInfo * | paramInfo | ||
| ) |
Adds a new parameter to the output info object.
| outputInfo | Output info object. |
| paramType | Parameter type to add. Should be one of the following: |
| name | Parameter name. |
| label | Parameter label; same as name if kNULL. |
| defValue | Pointer to default value to set (depends on paramType). |
| paramInfo | Pointer to receive the newly added param info object. |