
#include <twl/el.h>typedef u32 ELDlld;u16 EL_Unlink( ELDlld my_dlld );
| my_dlld | Dynamic module to unlink. |
Returns 0 if processing completed successfully.
Returns EL_FAILED when the my_dlld argument is invalid.
Unlinks a dynamic module that has already been registered with the EL library.
For the my_dlld argument, give the return value from the EL_Link* function that was called to register the dynamic module with the EL library.
2008/07/11 Added ELDlld.
2007/08/21 Initial version.
CONFIDENTIAL