Next: , Previous: , Up: Operating System Library Functions   [Index]


7.32.3.3 x1f4_init_lxcase

extern int x1f4_init_lxcase
    (void **lxcase, unsigned flags, const struct x1f4_lxcase_type *attributes);

The x1f4_init_lxcase function constructs a operating system library as requested by the flags generation flags and the attributes library attributes and stores the address of the construct at the lxcase address.

See Operating System Library Generation Flags.

See struct x1f4_lxcase_type.

Only the temporaries allocator record in the attributes struct x1f4_lxcase_type is observed without explicit indication, the rest of the struct x1f4_lxcase_type fields are observed only if explicitly requested (via flags).

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

See Operating System Library Errors.

See Operating System Library Specifics.

See Operating System Library Usage Mechanics.