PK_ATTDEF_ask_callbacks   

PK_ERROR_code_t PK_ATTDEF_ask_callbacks
(
--- received arguments ---
PK_ATTDEF_t                     attdef,       --- attribute definition

--- returned arguments ---
PK_ATTDEF_callback_fns_t *const callbacks     --- callback functions
)


This function returns the attribute callback functions associated with
'attdef'. If PK_ATTDEF_register_callbacks or PK_ATTDEF_register_cb has not yet
been called on this attribute definition, the functions returned will all be
NULL.


See here for more information.