#include <kmqinternal.h>
A subscription binds a recipient with a message type. These are specific to a thread. I.e. a subscription that was made in one thread will not receive messages in the context of another thread.
Public Member Functions | |
| LDCL (struct tag_kmq_msg_subscription) | |
Data Fields | |
| khm_int32 | magic |
| khm_int32 | type |
| khm_int32 | rcpt_type |
| union { | |
| kmq_callback_t cb | |
| HWND hwnd | |
| } | recipient |
| kmq_queue * | queue |
Magic number. Should always be KMQ_MSG_SUB_MAGIC
Type of message
Type of recipient. One of KMQ_RCPTTYPE_CB or KMQ_RCPTTYPE_HWND
Callback if the subscription is of callback type
Window handle if the subscription is a windows message type
Associated queue
|
Generated on Fri Aug 3 08:27:15 2007 for Network Identity Manager by Doxygen 1.5.2 © 2004-2007 Massachusetts Institute of Technology. © 2005-2007 Secure Endpoints Inc. Contact khimaira@mit.edu |
|