EL_Unlink

Syntax

#include <twl/el.h>

typedef u32 ELDlld;

u16 EL_Unlink( ELDlld my_dlld );

Arguments

my_dlld Dynamic module to unlink.

Return Values

Returns 0 if processing completed successfully.
Returns EL_FAILED when the my_dlld argument is invalid.

Description

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.

See Also

EL_ResolveAll, EL_Link*

Revision History

2008/07/11 Added ELDlld.
2007/08/21 Initial version.


CONFIDENTIAL