#include "setup.h"#include <string.h>#include "argacces.h"#include "classcom.h"#include "classfun.h"#include "classinf.h"#include "envrnmnt.h"#include "insfun.h"#include "insmoddp.h"#include "msgfun.h"#include "msgpass.h"#include "memalloc.h"#include "prccode.h"#include "router.h"#include "bload.h"#include "extnfunc.h"#include "constrct.h"#include "msgpsr.h"#include "watch.h"#include "msgcom.h"

Go to the source code of this file.
Defines | |
| #define | _MSGCOM_SOURCE_ |
Functions | |
| globle void | SetupMessageHandlers (void *theEnv) |
| char * | EnvGetDefmessageHandlerName (void *theEnv, void *ptr, int theIndex) |
| globle char * | EnvGetDefmessageHandlerType (void *theEnv, void *ptr, int theIndex) |
| globle int | EnvGetNextDefmessageHandler (void *theEnv, void *ptr, int theIndex) |
| globle HANDLER * | GetDefmessageHandlerPointer (void *ptr, int theIndex) |
| globle unsigned | EnvGetDefmessageHandlerWatch (void *theEnv, void *theClass, int theIndex) |
| globle void | EnvSetDefmessageHandlerWatch (void *theEnv, int newState, void *theClass, int theIndex) |
| globle unsigned | EnvFindDefmessageHandler (void *theEnv, void *ptr, char *hname, char *htypestr) |
| globle int | EnvIsDefmessageHandlerDeletable (void *theEnv, void *ptr, int theIndex) |
| globle void | UndefmessageHandlerCommand (void *theEnv) |
| globle int | EnvUndefmessageHandler (void *theEnv, void *vptr, int mhi) |
| globle void | PPDefmessageHandlerCommand (void *theEnv) |
| globle void | ListDefmessageHandlersCommand (void *theEnv) |
| globle void | PreviewSendCommand (void *theEnv) |
| globle char * | EnvGetDefmessageHandlerPPForm (void *theEnv, void *ptr, int theIndex) |
| globle void | EnvListDefmessageHandlers (void *theEnv, char *logName, void *vptr, int inhp) |
| globle void | EnvPreviewSend (void *theEnv, char *logicalName, void *clsptr, char *msgname) |
| globle long | DisplayHandlersInLinks (void *theEnv, char *logName, PACKED_CLASS_LINKS *plinks, int theIndex) |
| globle long DisplayHandlersInLinks | ( | void * | theEnv, | |
| char * | logName, | |||
| PACKED_CLASS_LINKS * | plinks, | |||
| int | theIndex | |||
| ) |
| globle unsigned EnvFindDefmessageHandler | ( | void * | theEnv, | |
| void * | ptr, | |||
| char * | hname, | |||
| char * | htypestr | |||
| ) |
| char* EnvGetDefmessageHandlerName | ( | void * | theEnv, | |
| void * | ptr, | |||
| int | theIndex | |||
| ) |
| globle char* EnvGetDefmessageHandlerPPForm | ( | void * | theEnv, | |
| void * | ptr, | |||
| int | theIndex | |||
| ) |
| globle char* EnvGetDefmessageHandlerType | ( | void * | theEnv, | |
| void * | ptr, | |||
| int | theIndex | |||
| ) |
| globle unsigned EnvGetDefmessageHandlerWatch | ( | void * | theEnv, | |
| void * | theClass, | |||
| int | theIndex | |||
| ) |
| globle int EnvGetNextDefmessageHandler | ( | void * | theEnv, | |
| void * | ptr, | |||
| int | theIndex | |||
| ) |
| globle int EnvIsDefmessageHandlerDeletable | ( | void * | theEnv, | |
| void * | ptr, | |||
| int | theIndex | |||
| ) |
| globle void EnvListDefmessageHandlers | ( | void * | theEnv, | |
| char * | logName, | |||
| void * | vptr, | |||
| int | inhp | |||
| ) |
| globle void EnvPreviewSend | ( | void * | theEnv, | |
| char * | logicalName, | |||
| void * | clsptr, | |||
| char * | msgname | |||
| ) |
| globle void EnvSetDefmessageHandlerWatch | ( | void * | theEnv, | |
| int | newState, | |||
| void * | theClass, | |||
| int | theIndex | |||
| ) |
| globle int EnvUndefmessageHandler | ( | void * | theEnv, | |
| void * | vptr, | |||
| int | mhi | |||
| ) |
| globle HANDLER* GetDefmessageHandlerPointer | ( | void * | ptr, | |
| int | theIndex | |||
| ) |
| globle void ListDefmessageHandlersCommand | ( | void * | theEnv | ) |
1.5.6