Next: x1f4_type_e4fine, Previous: x1f4_init_e4fine, Up: Function Type Mapper Functions [Index]
extern int x1f4_pick_e4fine (const void *e4fine, int type, const struct x1f4_linetext_type **linetext);
The x1f4_pick_e4fine
function retrieves the logical function type
associated with the type
symbolic type in the function type mapping
context associated with the e4fine
function type mapper object and
stores the address of the result struct x1f4_linetext_type
definition at
the address indicated by linetext
.
See struct x1f4_linetext_type.
The function returns 0
if no logical function type associates the
specified symbolic type, non zero otherwise.