OpenDOF Project
boolean DOFInterfaceBuilder_AddException ( DOFInterfaceBuilder  self,
DOFItemID  itemID,
uint16  parameterCount,
DOFType  parameters[] 
)

Add an exception to the interface builder.

Parameters
selfThe DOFInterfaceBuilder to which the exception is added. If NULL, no action will be taken.
itemIDThe DOFItemID corresponding to the exception to be added. Should not be NULL.
parameterCountThe count of DOFType elements in parameters. A 0 value indicates no input parameters are used by the exception.
parametersAn array of DOFTypes representing the parameters for this exception. Must not be NULL if parameterCount > 0.
Returns
boolean TRUE if the exception was successfully added.
Exceptions
FALSEis returned if an invalid parameter was detected or insufficient resources were available to add the exception.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22