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


3.22.8.2 x1f4_init_e4fine

extern int x1f4_init_e4fine
    (void **e4fine, unsigned flags, struct x1f4_e4fine_type *attributes);

The x1f4_init_e4fine function constructs a function type mapper object as requested by the flags generation flags and the attributes function mapper attributes and stores the address of the construct at the e4fine address.

See Function Type Mapper Generation Flags.

See struct x1f4_e4fine_type.

The function returns 0 for success, one of the defined error codes for failure.