
#include <twl/el.h>
typedef enum ELLinkMode { EL_LINKMODE_ROUGH = 0, EL_LINKMODE_ONESHOT, EL_LINKMODE_RELATION } ELLinkMode;
| EL_LINKMODE_ROUGH | Not currently used. |
| EL_LINKMODE_ONESHOT | Mode that assumes everything is a veneer when a dynamic object is making an external reference, and calculates accordingly. |
| EL_LINKMODE_RELATION | Not currently used. |
Enumeration type that represents the mode used when dynamic links are tested.
Can be specified using the EL_CalcEnoughBufferSizeforLink* functions.
2009/03/04 Initial version.
CONFIDENTIAL