Go to the source code of this file.
Functions | |
| Boolean | InitCallbackListNodes (int numNodes, void *(*InitTimeMalloc)(int numBytes)) |
| callbackList | AllocCallbackListNode (methodCallback callback, void *context, struct callbackListNode *next) |
| void | FreeCallbackListNode (callbackList) |
| Boolean InitCallbackListNodes | ( | int | numNodes, | |
| void *(*)(int numBytes) | InitTimeMalloc | |||
| ) |
| callbackList AllocCallbackListNode | ( | methodCallback | callback, | |
| void * | context, | |||
| struct callbackListNode * | next | |||
| ) |
References callbackListNode::callback, callbackListNode::context, and callbackListNode::next.
Referenced by DispatchSubMessage().
| void FreeCallbackListNode | ( | callbackList | ) |
1.5.8