Next: x1f4_note_lxflat, Previous: x1f4_fini_lxflat, Up: Proxy Types Library Functions [Index]
extern int x1f4_init_lxflat (void **lxflat, unsigned flags, const struct x1f4_lxflat_type *attributes);
The x1f4_init_lxflat
function constructs a proxy types library as
requested by the flags
generation flags and the attributes
library attributes and stores the address of the construct at the lxflat
address.
See Proxy Types Library Generation Flags.
Only the description of the data types to construct in the struct
x1f4_cxflat_type
definition are observed without explicit indication, the rest
of the struct x1f4_lxflat_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 Proxy Types Library Errors.