version 1.1, 1999/10/08 02:12:05 |
version 1.3, 2000/01/19 00:34:53 |
|
|
|
/* $OpenXM: OpenXM/src/kan96xx/plugin/oxFunctionId.h,v 1.2 2000/01/16 07:55:47 takayama Exp $ */ |
/* ox_function_id.h */ |
/* ox_function_id.h */ |
/* If you add new add new SM_*, |
/* If you add new add new SM_*, |
you also need to modify, KSmathcapByStruct() |
you also need to modify, KSmathcapByStruct() |
*/ |
*/ |
|
#define SM_PRIVATE 0x7fff0000 |
|
|
#define SM_popSerializedLocalObject 258 |
#define SM_popSerializedLocalObject 258 |
#define SM_popCMO 262 |
#define SM_popCMO 262 |
#define SM_popString 263 /* result ==> string and send the string by CMO */ |
#define SM_popString 263 /* result ==> string and send the string by CMO */ |
|
|
#define SM_control_ping 1027 |
#define SM_control_ping 1027 |
#define SM_control_start_watch_thread 1028 |
#define SM_control_start_watch_thread 1028 |
#define SM_control_stop_watch_thread 1029 |
#define SM_control_stop_watch_thread 1029 |
|
|
|
|