Next: , Previous: , Up: Referable Types Library Functions   [Index]


7.40.3.5 x1f4_init_lxpart

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.

See struct x1f4_lxtrap_type.

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.

See Referable Types Library Specifics.

See Referable Types Library Usage Mechanics.