PK_SESSION_watch_create_cb_t   

typedef void (*PK_SESSION_watch_create_cb_t)(int);


Used in:

PK_SESSION_watch_tags


This callback function is registered via the PK_SESSION_watch_tags
function. The create callback function is invoked whenever a watched
tagged entity is created.

The callback is invoked once the entity has been initialised. No
modelling operation should be performed on the tagged entity, but
simple enquiries, such as PK_ENTITY_ask_class, will be possible.