Next: , Previous: , Up: Function Type Mapper Functions   [Index]


3.22.8.3 x1f4_pick_e4fine

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.