Next: x1f4_lift_lxpart, Previous: x1f4_fini_lxpart, Up: Referable Types Library Functions [Index]
extern int x1f4_init_lxpart (void **lxpart, unsigned flags, const struct x1f4_lxpart_type *attributes);
The x1f4_init_lxpart
function constructs a referable types library as
requested by the flags
generation flags and the attributes
library attributes and stores the address of the construct at the lxpart
address.
See Referable Types Library Generation Flags.
Only the description of the data types to construct in the struct
x1f4_cxpart_type
definition are observed without explicit indication, the rest
of the struct x1f4_lxpart_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 Referable Types Library Errors.