Get an Exception from the Interface, given its identifier (a DOFItemID).
- Lifecycle
- The data returned is owned by the DOFInterface and is only valid as long as the DOFInterface remains valid. It must not be destroyed individually.
- Parameters
-
self | The Interface. This must not be NULL. |
itemID | The identifier of the Exception item within the Interface. |
- Returns
- The Exception.
- Exceptions
-
NULL | is returned if the item could not be found in the Interface. |