cryptlib  3.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
Public Attributes | List of all members
MESSAGE_HANDLING_INFO Struct Reference

Public Attributes

const MESSAGE_TYPE messageType
 
const long routingTarget
 
int(* routingFunction )(const int objectHandle, const long arg)
 
const OBJECT_SUBTYPE subTypeA
 
const OBJECT_SUBTYPE subTypeB
 
const OBJECT_SUBTYPE subTypeC
 
const PARAMCHECK_TYPE paramCheck
 
int(* preDispatchFunction )(const int objectHandle, const MESSAGE_TYPE message, const void *messageDataPtr, const int messageValue, const void *auxInfo)
 
int(* postDispatchFunction )(const int objectHandle, const MESSAGE_TYPE message, const void *messageDataPtr, const int messageValue, const void *auxInfo)
 
int flags
 
int(* internalHandlerFunction )(const int objectHandle, const int arg1, const void *arg2, const BOOLEAN isInternal)
 

Detailed Description

Definition at line 451 of file sendmsg.c.

Member Data Documentation

int MESSAGE_HANDLING_INFO::flags

Definition at line 487 of file sendmsg.c.

int( * MESSAGE_HANDLING_INFO::internalHandlerFunction)(const int objectHandle, const int arg1, const void *arg2, const BOOLEAN isInternal)

Definition at line 488 of file sendmsg.c.

const MESSAGE_TYPE MESSAGE_HANDLING_INFO::messageType

Definition at line 453 of file sendmsg.c.

const PARAMCHECK_TYPE MESSAGE_HANDLING_INFO::paramCheck

Definition at line 470 of file sendmsg.c.

int( * MESSAGE_HANDLING_INFO::postDispatchFunction)(const int objectHandle, const MESSAGE_TYPE message, const void *messageDataPtr, const int messageValue, const void *auxInfo)

Definition at line 479 of file sendmsg.c.

int( * MESSAGE_HANDLING_INFO::preDispatchFunction)(const int objectHandle, const MESSAGE_TYPE message, const void *messageDataPtr, const int messageValue, const void *auxInfo)

Definition at line 475 of file sendmsg.c.

int( * MESSAGE_HANDLING_INFO::routingFunction)(const int objectHandle, const long arg)

Definition at line 461 of file sendmsg.c.

const long MESSAGE_HANDLING_INFO::routingTarget

Definition at line 460 of file sendmsg.c.

const OBJECT_SUBTYPE MESSAGE_HANDLING_INFO::subTypeA

Definition at line 465 of file sendmsg.c.

const OBJECT_SUBTYPE MESSAGE_HANDLING_INFO::subTypeB

Definition at line 465 of file sendmsg.c.

const OBJECT_SUBTYPE MESSAGE_HANDLING_INFO::subTypeC

Definition at line 465 of file sendmsg.c.


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