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


7.38.3.3 x1f4_init_lxflat

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.

See struct x1f4_lxtrap_type.

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.

See Proxy Types Library Specifics.

See Proxy Types Library Usage Mechanics.