#include <kmq.h>
Public Member Functions | |
| LDCL (struct tag_kmq_message) | |
Data Fields | |
| khm_int32 | type |
| khm_int32 | subtype |
| khm_ui_4 | uparam |
| void * | vparam |
| khm_int32 | nSent |
| khm_int32 | nCompleted |
| khm_int32 | nFailed |
| kmq_response * | responses |
| HANDLE | wait_o |
| kmq_timer | timeSent |
| kmq_timer | timeExpire |
| kherr_context * | err_ctx |
| khm_boolean | aborted |
| khm_int32 | refcount |
| tag_kmq_message::LDCL | ( | struct | tag_kmq_message | ) |
Internal use
Type of message
Subtype of message
Integer parameter
| void* tag_kmq_message::vparam |
Pointer to parameter blob
Number of instances of message sent (for broadcast messages)
Number of instances that have completed processing (for broadcast messages)
Number of instances that failed to process (for broadcast messages)
List of responses
| HANDLE tag_kmq_message::wait_o |
Event to wait on (only valid if the publisher of the message requested a handle to the call)
| kmq_timer tag_kmq_message::timeSent |
Time at which the message was sent
| kmq_timer tag_kmq_message::timeExpire |
Time at which the message expires
Error context for the message
TRUE if the message has been aborted.
Internal use
|
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 |
|