PK_DEBUG_SESSION_create_cb_t   

typedef void (*PK_DEBUG_SESSION_create_cb_t)(PK_ITEM_t, PK_CLASS_t);


Used in:

PK_DEBUG_SESSION_watch_classes
PK_DEBUG_SESSION_watch_items


These callback functions are registered via the PK_DEBUG_SESSION_watch
functions. The create callback function is invoked whenever a watched
item is created.

The callback is invoked once the item has been initialised. No
modelling operation should be performed on the item.