#include <jsm.h>
Data Fields | |
| mcall | c |
| void * | arg |
| unsigned char | mask |
| struct mlist_struct * | next |
structure to build the list of registered callback functions
| void* mlist_struct::arg |
argument to pass to the function
Referenced by js_mapi_call2(), js_mapi_register(), and js_mapi_session().
function to call
Referenced by js_mapi_call2(), js_mapi_register(), and js_mapi_session().
| unsigned char mlist_struct::mask |
bitmask with packet-types the function requested to ignore (JPACKET_* constants)
Referenced by js_mapi_call2(), js_mapi_register(), and js_mapi_session().
struct mlist_struct* mlist_struct::next [read] |
pointer to the next entry, NULL for last entry
Referenced by js_mapi_call2(), js_mapi_register(), and js_mapi_session().
1.6.1