|
theLink 10.0
|
used for callback function pointer management More...
#include <LibMqMsgque_mq.h>
Collaboration diagram for MqCallbackS:Public Attributes | |
| MqTokenF | fCall |
| callback method | |
| MK_PTR | data |
| additional data for the callback function | |
| MqDataFreeF | fFree |
| free additional data pointer | |
| MqDataCopyF | fCopy |
| copy additional data pointer, used in a MqSetupDup | |
| MkMarkF | fMark |
| garbage-collector marker for data | |
used for callback function pointer management
Definition at line 981 of file LibMqMsgque_mq.h.
| MK_PTR MqCallbackS::data |
additional data for the callback function
Definition at line 983 of file LibMqMsgque_mq.h.
| MqTokenF MqCallbackS::fCall |
callback method
Definition at line 982 of file LibMqMsgque_mq.h.
| MqDataCopyF MqCallbackS::fCopy |
copy additional data pointer, used in a MqSetupDup
Definition at line 985 of file LibMqMsgque_mq.h.
| MqDataFreeF MqCallbackS::fFree |
free additional data pointer
Definition at line 984 of file LibMqMsgque_mq.h.
| MkMarkF MqCallbackS::fMark |
garbage-collector marker for data
Definition at line 986 of file LibMqMsgque_mq.h.