As defined in xcapi.h
Description:
Callback signature for all non-vectored callbacks.
Parameters:
- object [IN] reference to the associated object instance.
- slot [IN] slot number of the associated item within the object.
- xevent [IN] reference to the active notification event. The event is automatically destroyed once the callback returns.
- eventType [IN] type identifier of event object (will be in the EVENT group)
- turnkey [IN] a turn-around key that was supplied either on session creation (for session callbacks) or on item request (for container/snapshot callbacks)
- status [IN] indicates status corresponding to the event
Common error codes:
XSUCCESS Event was successful.
[ Top Of Page ]