Next: x1f4_line_e2list, Previous: x1f4_free_e2list, Up: Scoped Resource Allocation Manager Functions [Index]
extern int x1f4_init_e2list (void **e2list, unsigned flags, struct x1f4_e2list_type *attributes);
The x1f4_init_e2list
function constructs an allocation manager as
requested by the flags
generation flags and the attributes
library attributes and stores the address of the construct at the e2list
address.
See Scoped Resource Allocation Manager Generation Flags.
The function returns 0
for success, non zero for failure.