Next: , Previous: , Up: Plain Disposal Manager Functions   [Index]


13.1.3.4 x1f4_init_lxbail

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.

See struct x1f4_lxbail_type.

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

See Plain Disposal Manager Errors.