OpenDOF Project
DOFInterfaceException DOFInterface_GetException ( const DOFInterface  self,
DOFItemID  itemID 
)

Get an Exception from the Interface, given its identifier (a DOFItemID).

Note
The returned value is owned by the Interface and is only valid as long as the Interface remains valid. It must not be freed individually.
Parameters
selfThe Interface. This must not be NULL.
itemIDThe identifier of the Exception item within the Interface.
Returns
The Exception.
Exceptions
NULLis returned if the item could not be found in the Interface.
core-c-dof-oal Version 7.1.5 Build 0
2017-01-25