PK_ATTRIB_ask_owner   

PK_ERROR_code_t    PK_ATTRIB_ask_owner
(
--- received arguments ---
PK_ATTRIB_t        attrib,          --- attribute

--- returned arguments ---
PK_ENTITY_t *const owner            --- entity which owns attribute
)


This function returns the owner of an attribute, i.e. the entity to which it
is attached.


See Attribute processing for more information.