Next: , Previous: , Up: Scoped Resource Allocation Manager Functions   [Index]


13.3.3.4 x1f4_init_e2list

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.

See struct x1f4_e2list_type.

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