Gocator Development Kit
 All Classes Files Functions Variables Typedefs Friends Modules Pages
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.

Parameters
outputInfoOutput info object.
paramTypeParameter type to add. Should be one of the following:
nameParameter name.
labelParameter label; same as name if kNULL.
defValuePointer to default value to set (depends on paramType).
paramInfoPointer to receive the newly added param info object.
Returns
Operation status.