EL_IsResolved

Syntax

#include <twl/el.h>

typedef u32 ELDlld;

BOOL EL_IsResolved( ELDlld my_dlld);

Arguments

my_dlld Dynamic module to be examined.

Return Values

Returns TRUE when there are no unresolved external references.
Returns FALSE when there are unresolved external references or the my_dlld argument is illegal.

Description

Checks a dynamic module for unresolved external references.
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