PK_ATTRIB_set_named_pointers   


PK_ERROR_code_t PK_ATTRIB_set_named_pointers
(
--- received arguments ---
PK_ATTRIB_t        attrib,             --- attribute
const char        *field_name,         --- field name
int                n_pointers,         --- number of pointers (>= 0)
const PK_POINTER_t pointers[]          --- pointers to set
)


This function copies pointers into field field_name of the given
attribute.


Specific Errors:
    PK_ERROR_bad_name               The attribute does not have a field with
                                    this name
    PK_ERROR_field_of_wrong_type    The field is not a pointer field


The new data replaces any existing data stored in the field.

If n_pointers is zero then this field is set to be empty.

Generated on: Fri, 15 Dec 2023 13:14:18 GMT