Platform Package reference: Function EwDoneInvocations()
Description of the function EwDoneInvocations() available in all Platform Packages for C compatible target systems. This function is intended to be used when integrating the Embedded Wizard created GUI application with the underlying graphics subsystem, graphics hardware or other external GUI applications coexisting on the same system.
Declaration
void EwDoneInvocations( void )
Discussion
The function EwDoneInvocations() deinitializes the invocations queue. The usage of this function is optional only in case of needing to restart an already running system. In such case invoke EwDoneInvocations() before invoking EwDoneRuntimeEnvironment() and after invoking EwDoneGraphicsEngine().