used for callback function pointer management More...
#include <LibMqMsgque_mq.h>
Data Fields | |
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 984 of file LibMqMsgque_mq.h.
MK_PTR MqCallbackS::data |
additional data for the callback function
Definition at line 986 of file LibMqMsgque_mq.h.
MqTokenF MqCallbackS::fCall |
callback method
Definition at line 985 of file LibMqMsgque_mq.h.
MqDataCopyF MqCallbackS::fCopy |
copy additional data pointer, used in a MqSetupDup
Definition at line 988 of file LibMqMsgque_mq.h.
MqDataFreeF MqCallbackS::fFree |
free additional data pointer
Definition at line 987 of file LibMqMsgque_mq.h.
MkMarkF MqCallbackS::fMark |
garbage-collector marker for data
Definition at line 989 of file LibMqMsgque_mq.h.