Important: The information in this document is obsolete and should not be used for new development.
Retrieving Component Errors
The Component Manager provides a routine that allows your application to retrieve the last error code that was generated by a component instance. Some component routines return error information as their function result. Other component routines set an error code that your application can retrieve using theGetComponentInstanceError
function. Refer to the documentation supplied with the component for information on how that particular component handles errors.
Subtopics
- GetComponentInstanceError