Next: , Previous: , Up: Temporaries Registration Functions   [Index]


14.1.1.2 x1f4_auto_text

extern int x1f4_auto_text
    (struct x1f4_frame_type *frame, struct x1f4_track_type *track,
     const char *text, unsigned size, void *output);

The x1f4_auto_text function creates a temporary copy of the size long string stored at text and stores its address at output. The frame temporaries allocator is used for the memory allocation and the track error reporter for reporting failures.

See Temporaries.

See struct x1f4_frame_type.

See struct x1f4_track_type.

The function returns 0 for success, non zero for failure.