UM C API  6.12.1
lbm_src_event_umq_message_id_info_t_stct Struct Reference

Structure that holds Message ID information for a message sent by a sending UMQ application. More...

#include <lbm.h>

Data Fields

int flags
 
lbm_umq_msgid_t msg_id
 
void * msg_clientd
 

Detailed Description

Structure that holds Message ID information for a message sent by a sending UMQ application.

See also
lbm_src_send_ex A structure used with UMQ sending applications that informs the application of the UMQ Message ID used with a message.

See lbm_src_event_umq_message_id_info_t_stct for field definitions.

Field Documentation

int lbm_src_event_umq_message_id_info_t_stct::flags

Bitmap set of flags reserved for future use. Currently set to 0.

void* lbm_src_event_umq_message_id_info_t_stct::msg_clientd

The clientd pointer passed in for the message

lbm_umq_msgid_t lbm_src_event_umq_message_id_info_t_stct::msg_id

Message ID for the message sent


The documentation for this struct was generated from the following file: