Next: x1f4_miss_lxbail, Previous: x1f4_fini_lxbail, Up: Plain Disposal Manager Functions [Index]
extern int x1f4_init_lxbail (void **lxbail, unsigned flags, const struct x1f4_lxbail_type *attributes);
The x1f4_init_lxbail
function constructs a consolidated disposal manager
as requested by the flags
generation flags and the attributes
disposal manager attributes and stores the address of the construct at the
lxbail
address.
See Plain Disposal Manager Generation Flags.
The function returns 0
for success, one of the defined error codes for
failure.