used for callback function pointer management More...
#include <LibMqMsgque_mq.h>
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 972 of file LibMqMsgque_mq.h.
MK_PTR MqCallbackS::data |
additional data for the callback function
Definition at line 974 of file LibMqMsgque_mq.h.
MqTokenF MqCallbackS::fCall |
callback method
Definition at line 973 of file LibMqMsgque_mq.h.
MqDataCopyF MqCallbackS::fCopy |
copy additional data pointer, used in a MqSetupDup
Definition at line 976 of file LibMqMsgque_mq.h.
MqDataFreeF MqCallbackS::fFree |
free additional data pointer
Definition at line 975 of file LibMqMsgque_mq.h.
MkMarkF MqCallbackS::fMark |
garbage-collector marker for data
Definition at line 977 of file LibMqMsgque_mq.h.